jDiction Forum
		English => Install & Configure jDiction => Topic started 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!!
- 
				Whats your php version?
 
 And do you have mysqli support?
- 
				PHP Version 5.3.29
			
- 
				if you activate it, do you see any errors? maybe in the error log?
			
- 
				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 :-[
- 
				Please add at the bottom of the configuration.php the following lines:
 
 ini_set('display_errors', 1); 
 error_reporting(E_ALL);
 
- 
				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
- 
				you are welcome, and maybe you write a review on JED.