PHP-Nut Posted April 3, 2010 Share Posted April 3, 2010 This morning ive reinstalled Windows XP on my delvelopment machine, ive installed IIS, PHP And MYSQL server 5.0 MSQL is working fine in the comand promt. I can run phpinfo() from localhost but something is not right, as when i start dreamweaver i get an error saying mysql module is not loaded? also in the phpinfo() result, there is no Mysql table?? im told there should be? If i try and run phpmyadmin, i get Cannot load mysql extension. Please check your PHP configuration Looked this up and edited the php.ini , but no luck so far? Any ideas? Quote Link to comment Share on other sites More sharing options...
ignace Posted April 3, 2010 Share Posted April 3, 2010 Did you install and included the mysql module for PHP? Quote Link to comment Share on other sites More sharing options...
PHP-Nut Posted April 3, 2010 Author Share Posted April 3, 2010 Think i got it sorted now, didnt know you had to copy the php.ini to the windows Dir Paul. Quote Link to comment Share on other sites More sharing options...
PHP-Nut Posted April 3, 2010 Author Share Posted April 3, 2010 Phpmyadmin reports Cannot load mcrypt extension. Please check your PHP configuration. is this normal? Thanks Paul Quote Link to comment Share on other sites More sharing options...
ignace Posted April 3, 2010 Share Posted April 3, 2010 check your php.ini mcrypt may be disabled (; in front of the line) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.