Hi everyone,
I have a new photopost gallery installed using imagemagick and after attempting to upload an image I get the following error...
*//(AROUND THE HEADER AREA)//*
Warning: copy(/home/xxx/public_html/gallery/data/505/DCP_1180.jpg) [function.copy]: failed to open stream: No such file or directory in /home/xxx/domains/xxx/public_html/gallery/uploadphoto.php on line 680
Warning: getimagesize(/home/xxx/public_html/gallery/data/505/DCP_1180.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/xxx/domains/xxx/public_html/gallery/image-inc.php on line 251
Warning: Division by zero in /home/xxx/domains/xxx/public_html/gallery/image-inc.php on line 298
Warning: copy(/home/xxx/public_html/gallery/data/505/DCP_1180.jpg) [function.copy]: failed to open stream: No such file or directory in /home/xxx/domains/xxx/public_html/gallery/image-inc.php on line 314
*//(BELOW THE HEADER)//*
My Photo Gallery Message
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/mogrify" +profile "*" -size 0x100 -quality 70 -geometry 0x100 '/home/badbolt/public_html/gallery/data/505/thumbs/DCP_1180.jpg'
-----
What I have done...
1.) checked and RE-CHECKED all permissions for data and uploads (and any sub directories) are 777 ** verified this via ftp and ssh **
2.) Swithced to GD2 and re-attempted to upload a pic and I still was not able to upload. I received an error stating that file type is not supported... the file type is a .jpg and it is listed as an acceptable file type in the config...
3.) also verified ownership of the directories and all is correct...
I previously used coppermine and used imagemagick and all was fine using imagemagick or gd2 with coppermine, then I converted over successfully to photopost pro, but I have not been able to upload any pics nor have my users...
HELP