Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the Magento "Component manager" permanent "Please wait..." #40

Closed
levasc opened this issue Feb 11, 2017 · 7 comments
Closed

In the Magento "Component manager" permanent "Please wait..." #40

levasc opened this issue Feb 11, 2017 · 7 comments

Comments

@levasc
Copy link

levasc commented Feb 11, 2017

In Chrome > Inspect > I see error "Failed to load resource: the server responded with a status of 500 (Internal Server Error)" and link to https://www.armota.lt/setup/index.php/componentGrid/components, after oppening which I see:
An error occurred during execution; please try again later.

Additional information:

RuntimeException

File:
/var/www/armota/setup/src/Magento/Setup/Model/PackagesData.php:88
Message:
Couldn't get available versions for package bitexpert/magento2-force-customer-login
Stack trace:
#0 /var/www/armota/setup/src/Magento/Setup/Controller/ComponentGrid.php(98): Magento\Setup\Model\PackagesData->syncPackagesData()
#1 /var/www/armota/vendor/zendframework/zend-mvc/src/Controller/AbstractActionController.php(82): Magento\Setup\Controller\ComponentGrid->componentsAction()
#2 [internal function]: Zend\Mvc\Controller\AbstractActionController->onDispatch(Object(Zend\Mvc\MvcEvent))
#3 /var/www/armota/vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#4 /var/www/armota/vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#5 /var/www/armota/vendor/zendframework/zend-mvc/src/Controller/AbstractController.php(118): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#6 /var/www/armota/vendor/zendframework/zend-mvc/src/DispatchListener.php(93): Zend\Mvc\Controller\AbstractController->dispatch(Object(Zend\Http\PhpEnvironment\Request), Object(Zend\Http\PhpEnvironment\Response))
#7 [internal function]: Zend\Mvc\DispatchListener->onDispatch(Object(Zend\Mvc\MvcEvent))
#8 /var/www/armota/vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#9 /var/www/armota/vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#10 /var/www/armota/vendor/zendframework/zend-mvc/src/Application.php(314): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#11 /var/www/armota/setup/index.php(31): Zend\Mvc\Application->run()
#12 {main}

@levasc
Copy link
Author

levasc commented Feb 11, 2017

Probably not this component related issue, but global magento:
magento/magento2#6718

@msphn
Copy link
Contributor

msphn commented Feb 13, 2017

@levasc I tried it with another composer module, but error didn't show up. Can you give me 2-3 examples when this should crash?

@der-workfloh
Copy link
Contributor

Hi @levasc ,

a user reported some similar issues to us related to an other theme, but the problem has been with the theme due to bad code quality and misusage of the object manager.

So for now, I'm closing this issue. If you encounter your problem any further, let us know, if we might help you with trying to fix the compatibility issues with the theme you are using.

@isanat
Copy link

isanat commented Mar 20, 2017

Where is a solution ??

@der-workfloh
Copy link
Contributor

hi @isanat,

depends on your problem? As I describe before referring to the report, this is an issue may coming from theme itself and has to be fixed in the theme potentially. This is hard to tell, as we do not have this theme to analyze, but got an issue report by another user with another theme. After analyzing that theme, the misusage of the object manager usage directly instead of using the DI concept of Magento2 itself by configuration and annotation has been the reason for this kind of issue reported initially.

Do you want to specify your problem in more detail?

@isanat
Copy link

isanat commented Mar 21, 2017

Theme default magento 2.1.5 http://nacalcados.com.br

@der-workfloh
Copy link
Contributor

Hi @isanat

I'm sorry, but I cannot follow your issue. The page you posted is reachable and can be visited. Please describe your issue in detail, or open a new issue, if it is not related to this issue.

Which version of the module are you using?

The module is tested on magento community edition 2.1.5 working fine, please try the current master branch version to have the latest features, it's to final but should be stable.

See more https://github.com/bitExpert/magento2-force-login/blob/master/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants