coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: annesummers on August 02, 2006, 10:08:40 PM

Title: Error unkown
Post by: annesummers on August 02, 2006, 10:08:40 PM
Hi I was wondering if you could help me.

I upgraded to 1.33 to 1.45 and now to 1.48.
The Gallery seems to be working fine, but I funny string is showing at the top of the gallery:
mysql_free_result($results); return $USER_DATA; } else { return false; } } // Used for sorting (usort) the userlist by criteria that are not directly in the udb user table, callback function. function adv_sort($a, $b) { global $cpg_udb; if ($cpg_udb->sortdir == 'ASC'){ return strcmp($a[$cpg_udb->sortfield], $b[$cpg_udb->sortfield]); } else { return strcmp($b[$cpg_udb->sortfield], $a[$cpg_udb->sortfield]); } } } ?> 'continue' => 'Press "Next" to start to upload your pictures', //cpg1.4 'link' => 'this link', //cpg1.4 ); } ?>

and at the botton
IG']} SET value = '" . time() . "' WHERE name = 'randpos_interval'"); } */ ?>

Can someone give me aclue how to make this disapear.
Title: Re: Error unkown
Post by: Nibbler on August 02, 2006, 10:12:57 PM
Re-upload the .php files, some appear to have smerged together during upload.
Title: Re: Error unkown
Post by: annesummers on August 02, 2006, 11:07:30 PM
Done that, nothing changed.  :(
Title: Re: Error unkown
Post by: Nibbler on August 02, 2006, 11:28:35 PM
Well that is what the problem is, so download a fresh copy of the package, try a diffferent mirror, different FTP client etc.
Title: Re: Error unkown
Post by: annesummers on August 03, 2006, 12:28:40 AM
It is funny, cause I installed the same package at anohter site and it is working fine, but at this other site I upgraded and got this problem. ???
I shall try what you've said anyway.
Tks for the help.