Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Bug in admin.fireboard.php with mysqli (with fix) (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Bug in admin.fireboard.php with mysqli (with fix)
#48322
Bug in admin.fireboard.php with mysqli (with fix) 4 Months, 2 Weeks ago  
There is a query that uses native mysql statements around line 60 or so of admin.fireboard.php. This needs to be changed to use the J database object like this as it will cause an error if you are using the mysqli driver:

Code:

$database->setQuery( "SHOW TABLES LIKE '" . $table_nm . "'" );
$database->query();

if ($database->getAffectedRows()) {
    $jb_upgrade = true;
}



Hope this helps.
masterchief (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Andrew Eddie
Joomla! Development Coordinator
www.jxtended.com
 
The administrator has disabled public write access.  
      Topics Author Date
 
Bug in admin.fireboard.php with mysqli (with fix)
masterchief 2008/04/03 15:51
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop