Question
PHP and IIS are working together
OK, I have just been given this link
http://www.iis-aid.com/iis_aid_php_installer
and it installed everything under IIS for me without any hassle,
AND, I have now been able to test a simple php page minus any db
connectivity - it just has a simple line of hello world in it and
it works, so I know IIS and its ability to show php is up and
running.
However, I am now trying to connect a MySQL db and I am getting this error in the MySQL connection panel when I click the select button to try to select a db:
The files from the _mmServerScripts folder are for the server model PHP-MySQL. You try to connect to a database using a different server model.
Please remove this folder outside the Dreamweaver environment on both local and testing machines and try again.
Followed by:
HTTP Error Code 500 Internal Server Error.
That's all I get, nothing else. Any ideas?
Thanks.
Mat
However, I am now trying to connect a MySQL db and I am getting this error in the MySQL connection panel when I click the select button to try to select a db:
The files from the _mmServerScripts folder are for the server model PHP-MySQL. You try to connect to a database using a different server model.
Please remove this folder outside the Dreamweaver environment on both local and testing machines and try again.
Followed by:
HTTP Error Code 500 Internal Server Error.
That's all I get, nothing else. Any ideas?
Thanks.
Mat