Basically I have an album set up, and everytime i go to upload, it lets me upload it then it theres a button CONTINUE.. when i press that an error comes up saying line 2441 in my upload.php is mess up.
heres the code:
in upload.php
// The file is an image, we must resize it for a preview image.
resize_image($path_to_image, $path_to_preview, '150',
$CONFIG['thumb_method'], 'wd');
the middle line is line 2441
anyone see anything wrong with it.. i keep getting this error.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv449%2Fmyjolie06%2Fth_error.jpg&hash=2bb0005fb1bde8aba246b0247882d1c53d8a1173) (http://img.photobucket.com/albums/v449/myjolie06/error.jpg)
i did install the watermark feature, but it make any changes to upload.php
oh and ive already tried CHMOD 777 and 775 and niether seems to help.
Make sure include/picmgmt.inc.php is present and correct.
its there and looks fine.