coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: Kristin on March 15, 2006, 12:59:27 AM

Title: Pictures Not Uploading
Post by: Kristin on March 15, 2006, 12:59:27 AM
I've been having a problem with pictures uploading. I've tried both batch adding them and uploading them 5 at a time, but nothing seems to be working. Uploading them works, but when I try to place them in the photo albums, I either get red X's (batch adding) or it says this up at the top (when uploading individually):

Warning: exec() has been disabled for security reasons in /home/kristin/public_html/gallery/include/picmgmt.inc.php on line 162

Warning: chmod(): No such file or directory in /home/kristin/public_html/gallery/include/picmgmt.inc.php on line 224

Warning: getimagesize(./albums/edit/preview_139741bf.jpg): failed to open stream: No such file or directory in /home/kristin/public_html/gallery/include/picmgmt.inc.php on line 226


(The thumbnail you normally see shows up as an X) When I click continue, it says 'Script called without the required parameter(s).
'

Everything was working fine a few days ago when I added a few pictures, so I'm not sure what the problem is now.

If it helps, the url to my site gallery is here: http://dazzling-emma.net/gallery.
Title: Re: Pictures Not Uploading
Post by: Joachim Müller on March 15, 2006, 06:15:42 AM
you can't use ImageMagick when your server runs in safe mode. Try switching to GD2 in coppermine's config. Read http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble and do as suggested there.
Title: Re: Pictures Not Uploading
Post by: Kristin on March 16, 2006, 12:34:34 AM
Yay it works! Thanks so much!