Pictures Not Uploading Pictures Not Uploading
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Pictures Not Uploading

Started by Kristin, March 15, 2006, 12:59:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kristin

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.

Joachim Müller

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.

Kristin

Yay it works! Thanks so much!