forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: babes on October 16, 2003, 03:03:19 pm

Title: upgrade erro
Post by: babes on October 16, 2003, 03:03:19 pm
this is the error message i get when i try and update my coppermine
Parse error: parse error, expecting `','' or `';'' in /home/babes/public_html/gallery/upgrade-1.0-to-1.2.php on line 64
Title: upgrade erro
Post by: Tarique Sani on October 16, 2003, 03:08:12 pm
Thanks for pointing out this bug - please open the relevant file and replace line 64 by
Code: [Select]
echo "<a href='update.php'>Click Here</a> to complete the 1.2 upgrade.</P>";
Do let us know if you run into further problems with this issue
Title: upgrade erro
Post by: jasendorf on October 16, 2003, 05:11:12 pm
I'll have to take responsibility for that missing semicolon.  Sorry.
Title: upgrade erro
Post by: Tarique Sani on October 16, 2003, 07:26:07 pm
no it was not a missing semi colon but a line like this

Code: [Select]
echo "<a href="update . php">Click Here</a> to complete the 1.2 upgrade.</P>";

:D