No Images Uploaded!
Sketchee
Joined: 2002-08-28
Posts: 11 |
Posted: Wed, 2002-08-28 23:16 |
I'm getting an error "No Images Uploaded!" recently. The FAQ says it is due to php uploads being disabled. So I contacted my host and they say PHP uploads are disabled and always have been. I have used the upload thing many times and this error is recent so I don't know what else it could be! They said there have been no changes to the PHP 4 setup! (The hosts setup is at http://your-site.com/test.php ) PLEASE HELP! |
|
Posts: 7994
Well, from looking at the php-info it's clear that file uploads are disabled. You can still ftp images to your server and then use the "local filesystem upload" feature, though.
Posts: 11
Oh yeah. SHould be okay since I'm the only one who ever uploads. So is my host lying to me when they say it's always been disabled considerig that I was able to upload before?
Posts: 11
Just wanted to update by posting the e-mail they sent me finally admitting and fixing the problems:
Posts: 11
Oh and I have another question regarding the above posted e-mail. Is the way images are moved with gallery as stated above? I've noticed lots of files still in my temp directory. What are they?
Posts: 487
If they all look like 'sess_*' then they are the temporary session files.
They aren't automatically purged, but zeroed out when they expire.
You should use a utility such as 'tmpwatch' to clear it out occasionally
either via a cronjob or running it manually. You can also simply delete them
all once in awhile.