I get the following error after uploading images via admin:
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid/gid is 7221/7221 is not allowed to access /mnt/san/usr/home/thomeu.es/web/casino_royale/galeria/albums/test-1 owned by uid/gid 80/80 in /mnt/san/usr/home/thomeu.es/web/casino_royale/galeria/zp-core/admin.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /mnt/san/usr/home/thomeu.es/web/casino_royale/galeria/zp-core/admin.php:181) in /mnt/san/usr/home/thomeu.es/web/casino_royale/galeria/zp-core/admin.php on line 212
I get the same error, and all my directories are chmoded to 777. Running the latest version of Zenphoto!
Edit:
It seems to be a bug in zenphoto. After I edited my album folder in zp-config.php to the default (/albums/) , and renamed my album folder back to 'albums' it works great.
see:
$conf['album_folder'] = '/albums/';
Well, the problem is still the same, for some reason your server is preventing zenphoto from uploading the image. It could possibly be related to SAFE_MODE Restrictions. I am not familiar with what they pervent. I do know that a lot of PHP scripts have problems with SAFE_MODE.