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.
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!
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.