wordpress install hangs on step 2 with a blank screen
-
my system is a 64 bit windows 10 laptop
my web server is apache 2.4
my database is mysqli downloaded the wordpress zip file and unpacked it under my apache cgi-bin directory.
when i run the qp-admin/install.php it hangs on step2 with a blank screen.
when I check the mysql database I created for wordpress no tables have been created.
I did much google searching and reading the forums here and I followed the suggestion of increasing the max_execution_time value in my c:\php\php.ini file to 120 and that did not help. when I check the apache logs I see the following at the end of the access.log file::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-includes/css/buttons.min.css?ver=5.1.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-admin/css/install.min.css?ver=5.1.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-admin/js/language-chooser.min.js?ver=5.1.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-includes/js/jquery/jquery.js?ver=1.12.4 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-admin/js/language-chooser.min.js?ver=5.1.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:23 -0600] “GET /cgi-bin/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 HTTP/1.1” 500 530
::1 – – [12/Apr/2019:12:36:39 -0600] “POST /cgi-bin/wordpress/wp-admin/setup-config.php?step=2 HTTP/1.1” 500 –nothing had been written to the apache error.log file
any suggestions on where I should look for the problem ?
Thanks.
- The topic ‘wordpress install hangs on step 2 with a blank screen’ is closed to new replies.