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) 8 Months 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:1]$database->setQuery( "SHOW TABLES LIKE '" . $table_nm . "'" );
$database->query();

if ($database->getAffectedRows()) {
$jb_upgrade = true;
}[/code:1]

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.  
Go to top