Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 01:13 am EST
Geeklog Forums
1.4.1. to 1.5.1 Warning: Cannot modify header information
Chase
Anonymous
i am trying to upgrade to 1.5 from 1.4.1
getting the following message
any ideas what i am doing wrong here?
Warning: Cannot modify header information - headers already sent by (output started at /home/me/system/databases/mysql.class.php:769) in /home/me/public_html/admin/install/index.php on line 460
getting the following message
any ideas what i am doing wrong here?
Text Formatted Code
$this->dbQuery($sql); if ($this->isVerbose()) { $this->_errorlog("\n*** Leaving database->dbLockTable ***"); } } /** * Unlock a table * * Unlocks a table after a dbLockTable (actually, unlocks all tables) * * @param string $table Table to unlock (ignored) * @return void * @see dbLockTable * */ function dbUnlockTable($table) { if ($this->isVerbose()) { $this->_errorlog("\n*** Inside database->dbUnlockTable ***"); } $sql = 'UNLOCK TABLES'; $this->dbQuery($sql); if ($this->isVerbose()) { $this->_errorlog("\n*** Leaving database->dbUnlockTable ***"); } } } ?> string $current_gl_version version of geeklog to upgrade from * @return boolean returns true on success otherwise false * */ function DB_doDatabaseUpgrade($current_gl_version) { global $_DB; return $_DB->dbDoDatabaseUpgrade($current_gl_version); } /** * Lock a table * * Locks a table for write operations * * @param string $table Table to lock * @return void * @see DB_unlockTable * */ function DB_lockTable($table) { global $_DB; $_DB->dbLockTable($table); } /** * Unlock a table * * Unlocks a table after DB_lockTable * * @param string $table Table to unlock * @return void * @see DB_lockTable * */ function DB_unlockTable($table) { global $_DB; $_DB->dbUnlockTable($table); } ?>Warning: Cannot modify header information - headers already sent by (output started at /home/me/system/databases/mysql.class.php:769) in /home/me/public_html/admin/install/index.php on line 460
14
11
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
You shouldn't see the PHP code ...
My guess is that either the file system/databases/mysql.class.php or possibly the install script itself got corrupted. Try uploading them again.
bye, Dirk
My guess is that either the file system/databases/mysql.class.php or possibly the install script itself got corrupted. Try uploading them again.
bye, Dirk
12
12
Quote
All times are EST. The time is now 01:13 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content