-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Unable to create new category #2402
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
Comments
If after Refresh page you still reproduce this then it kind of issue. |
Yes, I refreshed page many times. I manually installed Magento by downloading from download page. No default settings were changed. And I was using Firefox V 42.0 |
Issue resolved! below commands solved my problem. find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \; |
I got same problem but not solved by change permission. Is there other solution? |
---------------> solved after try again @tahiryasin solution. Thanks |
When I click Add Root Category or Add Subcategory button from Products > Categories page it doesn't load the form. Console shows below error message.
ReferenceError: updateContent is not defined
The text was updated successfully, but these errors were encountered: