jDiction Forum

English => Install & Configure jDiction => Topic started by: telefoca on December 11, 2013, 02:43:18 am

Title: Joomlatools framework error, after switch database - Mysqli to JDiction_mysqli
Post by: telefoca on December 11, 2013, 02:43:18 am
Joomlatools framework error, after switched database from Mysqli to JDiction_mysqli. Administrator all pages prompted "In order to use Joomlatools framework, your database type in Global Configuration should be set to MySQLi. Please go to Global Configuration and in the 'Server' tab change your Database Type to MySQLi."
Title: Re: Joomlatools framework error, after switch database - Mysqli to JDiction_mysqli
Post by: Harald Leithner on December 11, 2013, 07:02:41 am
One of your plugins needs to use mysqli as database driver but doesnot check the driver correctly.

The author of the componet should check for "is_a($db, 'jdatabasedrivermysqli')" or so.