-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Manage categories page refresh loop #594
Comments
The issue is fixed. I used the nginx config from official documentation https://www.magentocommerce.com/wiki/1_-_installation_and_configuration/configuring_nginx_for_magento |
@mariusleu, we are glad to know the issue is fixed. |
[SUPPORT] Merchant Beta Bug Fixes
Bugs - MAGETWO-60067 Advanced Pricing is very slow to import - MAGETWO-60165 Inability to Run the DI Compiler before setup - MAGETWO-48516 Most of category fields don't have Use Default Value option in Store/StoreView scope on the redesigned category page MAGETWO-60630 Wrong dependency version for magento/module-catalog MAGETWO-56675 Multiple plugins cannot be run in setup area
I installed v1.9.0.1.
When i go to Catalog > Manage Categories, the page enters in a refresh loop.
More exactly: the header and sidebar left are rendered, but on the content there is an ajax loader that makes an request to 'catalog_category/edit/?isAjax=true', and tries to render it. But, this url returns an whole page with header, sidebar, and content, so as expected, an whole page admin is rendered on the content block, then the ajax request enters on an infinite loop.
The text was updated successfully, but these errors were encountered: