jDiction Forum

English => Install & Configure jDiction => Topic started by: Pez on October 17, 2014, 04:59:51 pm

Title: Error after changing db type to jdiction_mysqli
Post by: Pez on October 17, 2014, 04:59:51 pm
Hi,

thanks for the great extension!!

In Joomla 3.2.7 i get the following error after changing the db type to jdiction_mysqli:
Error displaying the error page: Application Instantiation Error: Could not connect to MySQL.

Now i can edit the configuration.php to change the db type again but jdiction will not work without jdiction_mysqli.

tested with jdiction 1.3.0 and 1.3.1

what can i do to use the extension?
thanks!!
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Harald Leithner on October 17, 2014, 05:32:58 pm
Whats your php version?

And do you have mysqli support?
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Pez on October 20, 2014, 11:59:55 am
PHP Version 5.3.29
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Harald Leithner on October 20, 2014, 12:05:40 pm
if you activate it, do you see any errors? maybe in the error log?
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Pez on October 20, 2014, 01:05:43 pm
If i activate mysqli i get the same error:
Error displaying the error page: Application Instantiation Error: Could not connect to MySQL.

not more Information :-[
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Harald Leithner on October 20, 2014, 01:21:17 pm
Please add at the bottom of the configuration.php the following lines:

Code: [Select]
ini_set('display_errors', 1);
error_reporting(E_ALL);
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Pez on October 20, 2014, 04:36:28 pm
something was configured wrong on the Webserver with the support for mysqli - my provider fixed ist. Now everything works fine!

Thank you for the great extension and the great support!

Best
Pez
Title: Re: Error after changing db type to jdiction_mysqli
Post by: Harald Leithner on October 20, 2014, 04:38:12 pm
you are welcome, and maybe you write a review on JED.