i got this error, i've been using my gallery for months without any problem, didn't change anything lately, and suddenly i get this error. Any clue? :(
Can't seem to upload picture.
Quote
Critical error
The picture 'albums/userpics/10003/testing_quadrant2.jpg' can't be inserted in the album
Unable to create thumbnail or reduced size image.
Warning: exec() has been disabled for security reasons in /home/ast/public_html/gallery/include/picmgmt.inc.php on line 131
Warning: chmod(): No such file or directory in /home/ast/public_html/gallery/include/picmgmt.inc.php on line 191
Warning: getimagesize(albums/userpics/10003/thumb_testing_quadrant2.jpg): failed to open stream: No such file or directory in /home/ast/public_html/gallery/include/picmgmt.inc.php on line 193
your webhost appears to have changed his security policies, he disabled the exec command from php that is needed to use ImageMagick. Ask them to restore the old settings (let you have exec back). If they won't let you, you'll have to switch to GD. If you have GD (check phpinfo to find out), just change "Method for resizing images" in coppermine config.
GauGau
thanks a lot for the reply! emailed my web host already!