Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
I did update the php version from 5.3.3 - Fast CGI Application(provided by the vendor to the latest version 7.0.4, but the word press sites got screwed up.
I m getting the error Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

I did check up with the php.ini file , altered and enabled the lines 'extension=php_mysqli.dll' but none worked.

Am using the plesk version 12.0.5

Any suggestions? 


What I have tried:

I did check up with the php.ini file , altered and enabled the lines 'extension=php_mysqli.dll' but none worked.
Posted
Updated 5-Apr-16 6:23am

1 solution

Try contacting your hosting support.
try using php info function

C#
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>


Check server error log.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900