Add photo problem

I have a problem with uploading photos though the zp-core/admin.php interface. No error messages are generated when I try to upload them, but the photos don't show up, either on my browser or in my albums directory when I checked via FTP.

- i checked the chmod settings for album and cache and they are 777
- I have no problems creating new album directories, just with uploading the photos into a specific directory.
- I have no problems adding them via FTP
- my server is not in safe mode
- the files i'm trying to upload are small, like 100kb

Anybody have any ideas why this would be happening? Thank you.

p.s., mysql/php newbie here, if that helps you in crafting your responses, thanks!

Comments

  • Have you checked your servers CGI log? With no errors reported it is pretty hard to figure out what might have gone wrong.
  • Hi sbillard. Thanks for responding so quickly. I figured it out. It was a problem with the php.ini settings for file upload.

    file_uploads = On

    but

    upload_tmp_dir = [was not set at all]

    and there were no system defaults on that server. we also had to chmod that temporary dir to 777.
Sign In or Register to comment.