Member
Member
linda838   2008-10-06, 15:11
#1

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!

Member
Member
sbillard   2008-10-06, 16:38
#2

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

Member
Member
linda838   2008-10-06, 16:53
#3

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.