Welcome to Geeklog, Anonymous Sunday, October 01 2023 @ 11:45 am EDT
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
6
3
Quote
All times are EDT. The time is now 11:45 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