ioannes
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Localhost installation step 2 blankHope that helps someone.
Forum: Localhost Installs
In reply to: Localhost installation step 2 blankThanks 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.
Forum: Localhost Installs
In reply to: Localhost installation step 2 blankI 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.
Forum: Localhost Installs
In reply to: Localhost installation step 2 blankI 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.
Forum: Localhost Installs
In reply to: Localhost installation step 2 blankIt 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.