Jump to content

[Solved] Presta permissions (update?)


Recommended Posts

Hi, I am having a great deal of trouble with presta.

I made a copy of my running shop and that works as intended.
Then I made a 1-click upgrade try, with errors (permission problems)

I have set all permissions in the quick start guide, and everytime I set chmod 777 to the files who causes errors, they stop causing errors, but the next file I haven't chmod 777 will then cause error.
(I won't have to need to set chmod 777 to ALL files just to upgrade right????)

What I need is: What is the required chmod level for all files (excluding those who need 775/777 like, config, img and those)

 

I know and have done this:  http://pastebin.com/EZkuVBZa

 

What are the files left need to be chmodded to?

 

edit: All other files are standard 644 folders are 755

Edited by way3000 (see edit history)
Link to comment
Share on other sites

ok solution found (somewhat I allways seem to find the solution of days of work, right after I post here)

http://superuser.com/questions/570220/recursive-write-permissions-on-files-and-folders-prestashop-installation

 

As I am running an Ubuntu server, I need to do this: 

 

# cd /var/www/prestashop or whereever you have your shop
chown -R www-data *
chgrp -R www-data *

 

That solved id. Now I have another problem, but that is for another thread. hope this helps :)

Link to comment
Share on other sites

×
×
  • Create New...