News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Line 2441 error

Started by Mrs. Jolie, December 17, 2006, 10:27:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mrs. Jolie

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)

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.

Nibbler

Make sure include/picmgmt.inc.php is present and correct.

Mrs. Jolie