jDiction Forum

English => Install & Configure jDiction => Topic started by: cmjonit on January 13, 2014, 10:14:27 pm

Title: MySQLi vs Jdiction_MySQL vs JOOMLATOOLS database conflict
Post by: cmjonit on January 13, 2014, 10:14:27 pm
Hello fellow jdictioners,

Joomlatools (ohanah events) requires you to revert your database to MySQLi. I contacted authors of ohanah and they directed me to forward the mysql.php file in their component so I have attached it here. Could #Harald look at it and advice on how to hack this file to accept Jdiction_mysqli?
Title: Re: MySQLi vs Jdiction_MySQL vs JOOMLATOOLS database conflict
Post by: Harald Leithner on January 14, 2014, 11:13:53 am
This is the point where jdiction touches the joomla core and the file you send me replaces the joomla Database core, so it maybe is much work to do this and I'm not supporting 3rd party frameworks atm.
Title: Re: MySQLi vs Jdiction_MySQL vs JOOMLATOOLS database conflict
Post by: cmjonit on January 17, 2014, 03:30:32 pm
I finally found the file in Koowa plugins and ruled out the part of the code that enforces dbtype to mysqli. And now both extensions are working with jdiction_mysql.
Title: Re: MySQLi vs Jdiction_MySQL vs JOOMLATOOLS database conflict
Post by: Harald Leithner on January 17, 2014, 03:42:47 pm
cool good to know thx
Title: Re: MySQLi vs Jdiction_MySQL vs JOOMLATOOLS database conflict
Post by: peterdre on August 19, 2014, 10:45:09 am
I finally found the file in Koowa plugins and ruled out the part of the code that enforces dbtype to mysqli. And now both extensions are working with jdiction_mysql.

Hi cmjonit,
can you tell me where I can find that file and which lines needs to be ruled out so the Koowa plugins didn't enforce dbtype?