Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
files permission problem chmod()
#2
The problem is that on your server the user who is running PHP is not the same as the FTP user. In this case calling chmod() (and some other operations) will always fail on files uploaded via FTP (and give a warning). Files have to have 0666 to be writable, folders need 0777 to be writable and executable. Giving the image folder 0777 might make the image upload work.

I don't know if GetSimple generally is not designed for working on servers where the FTP user is not the PHP, but if it is so, you're likely going to have further problems.
Reply


Messages In This Thread
files permission problem chmod() - by et3rnal - 2014-02-14, 21:27:49
RE: files permission problem chmod() - by cmb - 2014-02-20, 05:16:40
RE: files permission problem chmod() - by shawn_a - 2014-02-20, 06:37:27
RE: files permission problem chmod() - by cmb - 2014-02-20, 07:21:31
RE: files permission problem chmod() - by shawn_a - 2014-02-20, 08:07:49



Users browsing this thread: 2 Guest(s)