[SOLVED]Upgraded via CVS, now have Get database version mesg
|
tfarrow
Joined: 2004-12-24
Posts: 10 |
Posted: Fri, 2004-12-31 03:56
|
|
I just did an upgrade from CVS, and now I'm getting a message accross the top of the page:
I've been using G2 for a month of so now, and last updated from CVS a few days ago. MySQL 4.0.18-log You can see the page at http://www.thorlind.com/gallery Thanks. |
|

Posts: 8601
delete and reretrieve your corrupted file from cvs:
modules/core/classes/GalleryStorage/DatabaseStorage/MySqlDatabaseStorage.class
Posts: 10
That did not make a difference. In fact, doing some other tasks in my gallery, such as trying to clear the "shopping cart", I got this error:
** * Get database version. * @return string version */ function getVersion() { return mysql_get_server_info(); } } ?> Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/tfarrow/thorlind.com/gallery/modules/core/classes/GalleryStorage/DatabaseStorage/MySqlDatabaseStorage.class:185) in /usr/www/users/tfarrow/thorlind.com/gallery/main.php on line 375Posts: 8601
your file does not match cvs. maybe try a nightly snapshot instead.
This is the current version in cvs.
Posts: 10
I deleted all files from my local drive, then grabbed the intire download from CVS again. I ftp'd it all to my server, overwriting all files. It all works now.
Thanks!