PHP Script Forums » PHP Classes Support Forum » Easy Upload class Support forum

easy upload - thumbnail not created

(2 posts)
Please support us by buying these products:

  1. User has not uploaded an avatar

    corro8
    Member

    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?

    Posted 7 months ago #
  2. Olaf

    Olaf
    PHP Coder

    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 #

RSS feed for this topic

Reply

You must log in to post.