WP 1.0 config for offline / localhost
-
Running Apache 2.0.48 on Win XP Pro. Have PHP 4.3.3, and MySQL working successfully (phpMyAdmin working fine).
Have set document root in httpd.conf as C:\Apache2\Apache2\htdocs
Have unzipped wordpress 1.0 into C:\Apache2\Apache2\htdocs\wp
When I go to: http://localhost/wp/wp-admin/install-config.php, I get this error:
Notice: Undefined index: step in C:\Apache2\Apache2\htdocs\wp\wp-admin\install-config.php on line 5
Despite this, I can set the connection details ok, and when I run the install file, I get this error:
Warning: main(C:\Apache2\Apache2\htdocs\wp/wp-includes/wp-db.php): failed to open stream: No such file or directory in C:\Apache2\Apache2\htdocs\wp\wp-settings.php on line 24
Fatal error: main(): Failed opening required 'C:\Apache2\Apache2\htdocs\wp/wp-includes/wp-db.php' (include_path='.;c:\php4\pear') in C:\Apache2\Apache2\htdocs\wp\wp-settings.php on line 24
This seems to be failing on the line:
require (ABSPATH . WPINC . '/wp-db.php');
Any suggestions?
The topic ‘WP 1.0 config for offline / localhost’ is closed to new replies.