Quote:
Today at 09:30 PM Yaxio said this in Post #75
it doesnt make the thumbnails in the /thumbnails directory.
it DOES make the regular sized image though in the /images directory.
The /thumbnails dir is chmodded 777 so i know it has right permissions.
Any help?
|
Quote:
5. Make the directories 'thumbnails' and 'images' writeable by the webserver.
E.g:
chown nobody thumbnails
chmod 770 thumbnails
(In this example, the webserver is run as user nobody.)
|
770 or 777?? :speechless: