plastic
Member
Posted 5 years ago #
All connection settings (in wp-config.php) are fine - the same as in pixelpost configuration. And pixelpost works great, without any problems with that mysql, but WordPress do the same no matter what - "Your PHP installation appears to be missing the MySQL which is required for WordPress."
I`ve done this http://wordpress.org/support/topic/64808?replies=2, but still no effect.
What should I do?
Worpress using for database connection a mysql direction (instead of mysqli). Enable mysql direction in php.ini.
And comment this lines in wp-settings.php:
if ( !extension_loaded('mysql') )
die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );
=>
/*if ( !extension_loaded('mysql') )
die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );*/
Speaking of which... I was wondering if it would be a lot of trouble to (or if there were any plans to) migrate to MySQLi instead of MySQL? (I'm new here, so everything seems so new. I really like WordPress, by the way.) :)
I would be interested in helping out with this idea, too. That is, if there was already interest / plans in doing so.
rjoycestar
Member
Posted 5 years ago #
Could there be a problem when using php-cgi.exe instead of the isapi php?