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?
Go to bottom Post Reply Favoured: 0
TOPIC:
#48322
Bug in admin.fireboard.php with mysqli (with fix) 3 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
 
Andrew Eddie
Joomla! Development Coordinator www.jxtended.com
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop