Amnon Posted October 27, 2009 Share Posted October 27, 2009 My service provider and me have all others OK√ but here are write permissions on folders and subfolders/recursively which do not change on refresh so I can not get to NEXT:Here are the problem ones:# /img# /mails# /modules# /translationsAttached is a PIC of the problem Link to comment Share on other sites More sharing options...
Nancy Hiwatari Posted October 27, 2009 Share Posted October 27, 2009 ok, you can following this steps1.- cut the forlders that are red (/mails/modules/ translations) and save them in another ubication2.- Create new folders named exactly like the red forlders3.- put the permissions of this new folders in 7774.- copy and paste the contents of the old folders into the new ones5.- try again to update.I hope it can hel you Link to comment Share on other sites More sharing options...
Amnon Posted October 27, 2009 Author Share Posted October 27, 2009 I'll check with my service provider, as this is on theirs server - before I try the 777 rewrite... Link to comment Share on other sites More sharing options...
Nancy Hiwatari Posted October 27, 2009 Share Posted October 27, 2009 ok you can do that, but the 777 is only while you are upgrading or installing the store , after that is better you change the permissionçBest Regards¡ Link to comment Share on other sites More sharing options...
Amnon Posted October 27, 2009 Author Share Posted October 27, 2009 The server was able to FIX from theirs end, as I have no control from my desktop on these permissions. Link to comment Share on other sites More sharing options...
Patric Posted October 28, 2009 Share Posted October 28, 2009 The server was able to FIX from theirs end, as I have no control from my desktop on these permissions. If your problem is solved, please add [solved] at the beginning of your topic's title by editing your first post !Thanks. Link to comment Share on other sites More sharing options...
Amnon Posted October 28, 2009 Author Share Posted October 28, 2009 Thanks, but it is yet not [solved] (With new issues) but I keep reporting here also on up-to-date prior to records, as it is resolved, and we can share how and why etc...thanks for your guardianship Link to comment Share on other sites More sharing options...
Nokall Posted October 29, 2009 Share Posted October 29, 2009 Thanks, but it is yet not [solved] (With new issues) but I keep reporting here also on up-to-date prior to records, as it is resolved, and we can share how and why etc...thanks for your guardianship 777 permissions on folders and files is a website security risk,, Most hosting companies now use suPHP servers, thus 755 will allow PHP to read, write and execute scripts just like 777 does. Because of this, most scripts work when you use 755. Link to comment Share on other sites More sharing options...
Amnon Posted October 30, 2009 Author Share Posted October 30, 2009 Much much thanks, and you are correct, the problem was corrected by the service provider - as they want us to call when using theirs sql3 in my case for the database set for the shop as well as all the Permissions, and this is why I now have problem with loading attachments and pictures or logo - while it may be me who needs to know how to organize the backshop.So in my case, I needed the help to do what I am not permitted to do by my service provider in the space I have on theirs webservice.YES the original problem has been RESOLVED Link to comment Share on other sites More sharing options...
Nokall Posted October 30, 2009 Share Posted October 30, 2009 If your server use suPHP , you only need 755 for folders and 644 for files so when you install other scripts must have attention to this because some scripts go to install folders in 777 , you must chmod all to 755 . it´s easy to see this problem when you install scripts , after when you run if give " internal server error " it´s because some folders are in chmod 777 best regards Link to comment Share on other sites More sharing options...
a1b2 Posted October 31, 2009 Share Posted October 31, 2009 My service provider and me have all others OK√ but here are write permissions on folders and subfolders/recursively which do not change on refresh so I can not get to NEXT:Here are the problem ones:# /img# /mails# /modules# /translationsAttached is a PIC of the problem I have the same problem with the same folders. Link to comment Share on other sites More sharing options...
Amnon Posted November 1, 2009 Author Share Posted November 1, 2009 Get your SERVER to set permissions, assuming it is not a local private server you are using or testing. Just a call should do it. Link to comment Share on other sites More sharing options...
what is your paaaaa Posted December 2, 2009 Share Posted December 2, 2009 If your server use suPHP , you only need 755 for folders and 644 for files so when you install other scripts must have attention to this because some scripts go to install folders in 777 , you must chmod all to 755 . it´s easy to see this problem when you install scripts , after when you run if give " internal server error " it´s because some folders are in chmod 777 best regards Thanks.. I am trying it for last 12 hours and finally I got answer fome my web hosting.. and my sever is using suPHP..How do I setup 755 for all folders recrusively and 644 for flies.. Do I need to each one.. can any one help me..I added 755 for bellow folders/config, /upload, /download, /tools/smarty/compile. Then make sure the following folders have ‘write’ permissions and apply these permissions recursively (to their subfolders): Added 755 for bellow folders, /img, /mails, /modules, /themes/prestashop/lang, /translationsand How can I add 644 for files.. 755 for inside ./img, /mails, etc.... do I need to add each file?I am not able to get it through.. every time I am getting 500 error.. Do I need to add any .htaccess file in the root?Can any one help me.. Thanks Link to comment Share on other sites More sharing options...
odopas Posted December 11, 2009 Share Posted December 11, 2009 Thanks.. I am trying it for last 12 hours and finally I got answer fome my web hosting.. and my sever is using suPHP..How do I setup 755 for all folders recrusively and 644 for flies.. Do I need to each one.. can any one help me..I added 755 for bellow folders/config, /upload, /download, /tools/smarty/compile. Then make sure the following folders have ‘write’ permissions and apply these permissions recursively (to their subfolders): Added 755 for bellow folders, /img, /mails, /modules, /themes/prestashop/lang, /translationsand How can I add 644 for files.. 755 for inside ./img, /mails, etc.... do I need to add each file?I am not able to get it through.. every time I am getting 500 error.. Do I need to add any .htaccess file in the root?Can any one help me.. Thanks Hi, just use a FTP client like SmartFTP to change permissions recursively... Link to comment Share on other sites More sharing options...
rossdavidh Posted December 11, 2009 Share Posted December 11, 2009 If you are at a command line (e.g. using putty ssh client, google "putty ssh" to find this package, but however you get to a command line is fine), then using the "-r" option should make the permissions change recursive. So for example chmod 777 mydirectoryname will change that directory's permissions, but chmod -r 777 mydirectoryname will do it recursively on all the subdirectories as well. 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