|
@chiefair
Hi…
Apparently my website works normaly on the frontend, but some pages appear the same error.
The error occurs basically when I try to access menus on the backend, like: Catalog >> Manage Products.
But I can enter normally in backend, but my access are blocked by the error in some pages.
I want to Reset my folders permissions, but I have some doubts, for example:
When I use the command (bellow), where I put the correct folders to change permissions:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 pear
I really don’t know how to use this command. How I need to complete the sentence to make it works correctly. Understand? Could you help me in this case?
|