2014-02-18, 21:52:45
(2014-02-18, 19:28:24)rune1980 Wrote: Hi Mine is also error 500, what folder did you change permissions on?
If you have shell access (if you're hosted with one.com, you have ssh), run the following two commands in the plugins directory:
Code:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
If you still have errors, try changing 755 -> 775 and 644 -> 664, which will take account of different users for ftp and apache.
If you only have ftp access, you'll either have to change ownership and permissions using an ftp client, or modify the plugin files on your computer before uploading them again.
Normally, directories that are made by the plugin will be okay, as permissions and ownership will be correct.
One other question, did you upload the images from GS admin, or directly by ftp?
--
Nick.
Nick.