Jump to content

Uploading .jpg's to product description from pc


Recommended Posts

I'm not familiar wit cpanel at all so I'm not sure how easy it is to change permissions this way. On my server (Plesk) you can do it this way but it's a bit of a drag.

 

Presumably you have FTP access to your server. If so I would recommend you use an FTP client like Filezilla (it's free) to upload/download folders/files to/from your server and change the permissions.

 

Don't forget the there are a number of folders which require the permission change recursively. That is, permissions set the same on all the folders sub-folders as well.

 

The full guide to the correct folders to give 0777 permissions to can be found HERE

Link to comment
Share on other sites

That is correct.

 

The following folders need write permissions (0777):

/config

/smarty/cache

/smarty/compile

/smarty_v2/cache

/smarty_v2/compile

/log

 

The following file need write permissions (0777):

/sitemap.xml

 

The following folders need write permissions (0777) including their sub-folders:

/img

/mails

/modules

/themes/prestashop/lang

/themes/prestashop/cache

/themes/mytheme/lang

/themes/mytheme/cache

/translations

/upload

/download

 

This is quoted in the prestashop wiki

Note: On many newer servers, 755 permissions will suffice and 777 will not work (as it’s less secure), however, if you experience trouble when using 755, try to change to 777.

 

On my own server 0755 will not work so I use 0777. After I have fully installed my site, edited the contend and the layout and with the site 'live' I make sure all files are 0644 and change all folders to 0755 with the only exceptions being:

 

/sitemap.xml 0777

 

and once created:

.thaccess 0666

/robot.txt 0666

Link to comment
Share on other sites

  • 6 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...