ZenphotoCMS Forum
Add photo problem - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Add photo problem (/thread-3256.html)



Add photo problem - linda838 - 2008-10-06

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!




Add photo problem - sbillard - 2008-10-06

Have you checked your servers CGI log? With no errors reported it is pretty hard to figure out what might have gone wrong.




Add photo problem - linda838 - 2008-10-06

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.