View Single Post
Old August 30th, 2005, 06:13 AM   #13 (permalink)
apex944
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 15
Chmod?

Sorry, I was looking at this post:
Quote:
CHMOD to 777 to be able to allow uploads
Quote:
Basically with safe mode directories will not be created
Are you creating sub dirs via PHP in the /data and /upload directories? It appears as if that's what happening.

Also I think I see why your app has trouble where my other photo manipulation apps dont. Here is the error I see....

Unable to move file
[/tmp/phpQIvb8K]
[/var/www/html/sites/forums/html/pp_classifieds/data/4/3P1010038.JPG]

It appears that PHP is trying to move an image file it created
from the /tmp/* directory by traversing across ACCOUNTS & SITES (which Safemode doesn't allow) to /var/www/html/sites/.....etc ????

Is this correct?

Last edited by apex944; August 30th, 2005 at 07:24 AM.
apex944 is offline   Reply With Quote