coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: Mrs. Jolie on December 17, 2006, 10:27:56 PM

Title: Line 2441 error
Post by: Mrs. Jolie on December 17, 2006, 10:27:56 PM
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.
Title: Re: Line 2441 error
Post by: Nibbler on December 17, 2006, 11:31:39 PM
Make sure include/picmgmt.inc.php is present and correct.
Title: Re: Line 2441 error
Post by: Mrs. Jolie on December 18, 2006, 12:34:11 AM
its there and looks fine.