Line 2441 error Line 2441 error
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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