Problems upgrading CPG 1.3.0 from 1.3.0 beta Problems upgrading CPG 1.3.0 from 1.3.0 beta
 

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

Problems upgrading CPG 1.3.0 from 1.3.0 beta

Started by daNo, June 17, 2004, 05:34:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daNo

Hello,

I have just upgraded our CPB 1.3.0 beta to 1.3.0 official.  There were no errors during the install process.

I *deleted* all of the existing files (after backing them up, minus the albums and the include/config.inc.php), and uploaded the new files.

When I try and access index.php I get the error message:

Parse error: parse error in /home/starmada/cgi-bin/tgia/index.php on line 340

               if (!is_image($picture['filename'])) {
                       $image_info = getimagesize($pic_url);
                       $picture['pwidth'] = $image_info[0];
                       $picture['pheight'] = $image_info[1];
               }

With $picture['pwidth'] being line 340.

I dont see any parse errors... any ideas?

daNo

On the same topic, what FTP program do you use?

I was using FileZilla... but I am thinking that my problems might be due to upload corruption... I am trying with SmartFTP but it has a really bad interface...but each time i delete and re-upload the new files, it seems to resolve the problem. (i think the problem is fixed now)... but for future reference, to avoid such problems, what is a good ftp program?

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here