localhost Xampp install Timout
-
Hi all,
I have no problem setting up wp on any of my hosting accounts but I am trying to install it on my home machine. I have Windows XP and am running a XAMPP lite setup that includes:
# Apache HTTPD 2.2.9 + Openssl 0.9.8i
# MySQL 5.0.67
# PHP 5.2.6After filling in the blog name and email address on the first page and hitting the submit button the script just hangs. Never gets to step two and the browser just sits in a loading state.
It does make the database tables And if I access the install script again it tells me its already installed. I can check out the tables in phpmyadmin and change or get the account setting it has but trying to login the password wont match up. And creating a new account entry in mysql wont work either. This is because WP initially creates a random hashed password for the Admin account.
If I edit /wp-admin/includes/upgrade.php -> line 34 in the wp_install() function its the $randompassword var; to a generic un-hashed string. I am then able to login to the WP install and it looks like everything is setup.
I checked out my Apache logs and noticed some stuff. Listed below is my Apache logs from first accessing the install page and submitting it until I hit stop on the browser. The logs show that there may be an issue with my wp-cron.php as its not being found. Also there are some mysql errors for inserting some rows into wordpress.wp_options. Its stating that the table does not exists. Which is not true as their are other rows entered into it when I review it in phpmyadmin.
Please help this has been driving me crazy for a while.
Apache Access Log:
127.0.0.1 – – [18/Nov/2008:18:01:24 -0600] “GET /web/wordpress/ HTTP/1.1” 302 –
192.168.1.100 – – [18/Nov/2008:18:01:24 -0600] “GET /wp-cron.php?check=34483e6bb9358c63877d9549f829c76b HTTP/1.0” 404 1118
127.0.0.1 – – [18/Nov/2008:18:01:24 -0600] “GET /web/wordpress/wp-admin/install.php HTTP/1.1” 200 2007
192.168.1.100 – – [18/Nov/2008:18:01:38 -0600] “GET /wp-cron.php?check=abffecb595c629b6109477a14babeae8 HTTP/1.0” 404 1118Apache Error Log:
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘cron’, ‘a:2:{i:1227052884;a:1:{s:17:\\”wp_update_plugins\\”;a:1:{s:32:\\”40cd750bba9870f18aada2478b24840a\\”;a:3:{s:8:\\”schedule\\”;s:10:\\”twicedaily\\”;s:4:\\”args\\”;a:0:{}s:8:\\”interval\\”;i:43200;}}}s:7:\\”version\\”;i:2;}’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘random_seed’, ‘2827404a98221b4e3368d242a20eeadb’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘auth_salt’, ‘q^%N#)LsM2EG’, ‘yes’) made by add_option, referer: https://localhost/web/
[Tue Nov 18 18:01:24 2008] [error] [client 192.168.1.100] script ‘C:/xampplite/htdocs/wp-cron.php’ not found or unable to stat
[Tue Nov 18 18:01:37 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘cron’, ‘a:2:{i:1227052897;a:1:{s:17:\\”wp_update_plugins\\”;a:1:{s:32:\\”40cd750bba9870f18aada2478b24840a\\”;a:3:{s:8:\\”schedule\\”;s:10:\\”twicedaily\\”;s:4:\\”args\\”;a:0:{}s:8:\\”interval\\”;i:43200;}}}s:7:\\”version\\”;i:2;}’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘random_seed’, ‘a63689be9523420c5531e080c59109ae’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 127.0.0.1] WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘auth_salt’, ‘7BA&!EzN0D1B’, ‘yes’) made by add_option, referer: https://localhost/web/wordpress/wp-admin/install.php
[Tue Nov 18 18:01:38 2008] [error] [client 192.168.1.100] script ‘C:/xampplite/htdocs/wp-cron.php’ not found or unable to stat
- The topic ‘localhost Xampp install Timout’ is closed to new replies.