Ambrakatambra Posted April 19, 2015 Share Posted April 19, 2015 Hello guys, I tried to update prestashop version 1.06.6 to 1.06.14 with auto upgrade module and when updating finished i log out for back office. Now i am trying to login again in back office and i receive the following error: You do not have permission to access this document. Can you help me please? Link to comment Share on other sites More sharing options...
Anto Webcraft Posted April 20, 2015 Share Posted April 20, 2015 (edited) Hi ! It's a problem of rights on files. Two options : - 1 - You've got a SSH access to the server with linux:console or windows:putty, after that it depends on the system you're website is running on... - 2 - You've got only FTP access : => login on FTP server => select all Prestashop files => change permissions (right click on filezilla > File permissions... ) to 755 = Owner : read/write/execute, Group: read/execute, Public:read/execute. => Don't forget to set the recursive option for the changes to be applied in sub-folder/directories, it can take à while... => Select /cache directory : delete class_index.php and the content of /cache/smarty/* and apply the same rights to /cache folder with 775 = Owner: read/write/execute, Group:read/write/execute, Public:read/execute (don't forget the recursive option) If it doesn't solve the problem, it should a problem of file/directory owner. Hope this helps. Antonin Edited April 20, 2015 by Merguezzz (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted April 22, 2015 Share Posted April 22, 2015 "You do not have permission to access this document" message is not PrestaShop 1.6.0.14 core one. Try to search in all your files. Link to comment Share on other sites More sharing options...
Anto Webcraft Posted April 22, 2015 Share Posted April 22, 2015 Usually this kind of message comes from the server itself. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now