hello there,
I've been using your easy upload script on many occasions and i think it's great - so many thanks. However, i've just started using a new server and i come up against a problem - whilst everything is fine with the image resizing and renaming etc, it doesn't create and upload a thumbnail copy to the server. My set up is exactly the same as on a different server where the script works as intend, the only difference is on the new server the thumbnail isn't created. Does anyone know why this may be happening?
PHP Script Forums » PHP Classes Support Forum » Easy Upload class Support forum
easy upload - thumbnail not created
(2 posts)-
Posted 7 months ago #
-
Hi,
do you checked the permissions?
I guess you old server has used some mod like suPHP. PHP uses "apache" UID and GID on a linux based server.
it's possible that you upload (php function) is done by Apache and the resize function (exec/imagemagick) is using your linux user ID.
what kind of server/controle panel are you using?
another problem could be that shell commands are not allowed anymore...
Posted 7 months ago #
Reply
You must log in to post.