I seem to be going round in circles at the moment trying to get wordpress to work so I hoped an expert like Randy might be able to help.
I have set up IIS 5.1 via the windows XP disk, this is working fine.
I have installed PHP 5.2.14 and it seems to be running fine, I've done the environment variable thing, made the required php.ini changes, and run this code which works
echo phpinfo();
$inipath = php_ini_loaded_file();
if ($inipath) {
echo 'Loaded php.ini: ' . $inipath;
} else {
echo 'A php.ini file is not loaded';
}
?>
I've installed mySQL 5.1.50 and run the configuration tool, which completed sucessfully.
HOWEVER....
I've tried to install PHPMyAdmin and WordPress both complain with...
WordPress -> Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
Any ideas why I can't get PHP to talk to mySQL?
I've checked and doubled check all the settings / php.ini changes required for php_mysql.dll etc. the extension isn't missing regardless of what wordpress says?
All help appreciated.
1DMF










