coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: daNo on June 17, 2004, 05:34:27 PM

Title: Problems upgrading CPG 1.3.0 from 1.3.0 beta
Post by: daNo on June 17, 2004, 05:34:27 PM
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?
Title: Re: Problems upgrading CPG 1.3.0 from 1.3.0 beta
Post by: daNo on June 17, 2004, 06:09:51 PM
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?
Title: Re: Problems upgrading CPG 1.3.0 from 1.3.0 beta
Post by: Casper on June 18, 2004, 11:33:25 AM
Did you run update.php?