I receive this access violation error when I attempt to load the WordPress install.php file in IE7.
System info:
IIS 5.1 on Windows XP Pro SP3
mySQL 5.1.30
PHP 5.2.8
Added c:\php to PATH and PHPRC environment variables.
Gave IUSR_MACHNAME full control of PHP, mySQL db, and WordPress directories.
Created an empty database mywpdb
wp-config.php snippets:
~
define('DB_NAME', 'mywpdb');
~
define('DB_HOST', 'localhost');
PHP.ini snippets:
~
include_path = ".;c:\php\pear"
~
extension_dir = "c:\php\ext"
~
extension=php_mysql.dll
extension=php_mysqli.dll
What am I missing? Any help is greatly appreciated. I can provide more info if needed.