Try checking your server’s error logs.
It has a lot of “WordPress database error Table ‘wordpress.wp_options’ doesn’t exist for query…” errors. I can see the tables do exist for that database. Table wp_options has various data, including siteurl=http://localhost/wordpress. That page gives black border/white page with ‘My Site/Just another WordPress site’, and ‘Nothing Found’ with search box.
I’d suggest re-installing WordPress using a fresh database.
I have deleted the database – which gave a problem that I resolved by deleting the directory from the bin folder. Downloaded the zip file and run it again, twice.
I get to http://localhost/wordpress/wp-admin/install.php and use ‘root’ or ‘admin’ as user (this is the WordPress user, right? not the mysql one), password, email etc. If I repeat, I go to http://localhost/wordpress/wp-login.php but none of the user/passwords work.
I get to http://localhost/wordpress/wp-admin/install.php and use ‘root’ or ‘admin’ as user (this is the WordPress user, right? not the mysql one)
Which point in the install process are you asking about?
The default database user name and password for WAMP 2.4 are root and no password; do not enter ANYTHING for the password.
Thanks for the comments, I have resolved this now following http://wordpress.org/support/topic/installation-hangs-on-step-2-after-creating-basic-dbs-without-admin-user?replies=16 – which was to change the php.ini max_execution_time to 60 seconds as the installation was not getting through the step=2 page, which runs the php code. It was failing on http://localhost/wordpress/wp-admin/install.php?step=2.
Thanks ioannes. That worked. It seems there are a lot of background processes going on and that 30 seconds execution time is not enough.
Help Someone !!
The problem is same as that of Ioannes. Except that its still not working. Its still showing the grey page with blank white box and WordPress Logo.
@shubjain , I’ve the same, even after increasing max_execution_time to 60 seconds, BUT when increasing it to 120 it works fine, try to increase yours too, hope you’ll find this helpful, good luck mate