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.
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.
Yay it works! Thanks so much!