A little help with installing – Win 7 / IIS 7.5 ( latest PHP and MySQL)
-
Hello experts.
My very first attempt at installing any of this.
I first got the dreaded “your php installation appears to be missing the mysql which is required for wordpress”
Made these changes:
1. added IIS_IUSRS as a user for the PHP directory
2. added IUSR and “Network Service” to have read/execute access to C:\PHP
3. changed “;extension=php_mysql.dll” to “extension=php_mysql.dll” (remove the leading semicolon) in php.ini
4. (FOR PHP5) In php.ini file, fixed the “extension_dir” to look like this: extension_dir=”c:\php\ext”
5. Downloaded separately and installed libmysql.dll in c:\windows\system32
6. Also gave the whole WP directory access to IIS_IUSRS and IUSR
7. Restarted serverAfter all that I get this error now:
HTTP Error 500.0 – Internal Server Error
Detailed Error Information
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP_via_FASTCGI
Error Code 0x00000000
Requested URL https://localhost:80/wp-admin/install.php
Physical Path C:\Users\MyName\Desktop\websites\wordpress-2.9.1\wordpress\wp-admin\install.php
Logon Method Anonymous
Logon User AnonymousI have created the database and given the admin permissions for everything inside MySQL. All this is reflected inside the wp-config.php file.
Any ideas what I may be missing?
Thanx in advance,
–wpfiend.
- The topic ‘A little help with installing – Win 7 / IIS 7.5 ( latest PHP and MySQL)’ is closed to new replies.