wp-admin/install.php error
-
When I am trying to install WP, I get the error:
Fatal error: Call to undefined function preg_match() in /usr/local/www/colecreek/wp-settings.php on line 64
So, line 64 has to do with iis. I am running apache on freebsd, so I made a backup of wp-settings and then removed the iis junk.
New error now:
Fatal error: Call to undefined function preg_replace() in /usr/local/www/colecreek/wp-includes/wp-db.php on line 1129
so I look at line 1129 of that file and it says:
return preg_replace(‘/[^0-9.].*/’ ”, mysql_get_server_info( $this->dbh ));
so, it looks to me like something to do with mysql… Can anyone shed some light here?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp-admin/install.php error’ is closed to new replies.