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?
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?
Did you run update.php?