That means that PHP is working fine. If you read the notice, you’ll see that uou now need to set up a MySQL database for your site and when you’ve done that you can click on the ‘Let’s Go’ button and continue with the installation.
But it shows all of this:
WordPress
Error: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
>
prepare( “SHOW TABLES LIKE %s”, $wpdb->esc_like( $wpdb->users ) ); $user_table = ( $wpdb->get_var( $sql ) != null ); // Ensure that Blogs appear in search engines by default. $blog_public = 1; if ( isset( $_POST[‘weblog_title’] ) ) { $blog_public = isset( $_POST[‘blog_public’] ); } $weblog_title = isset( $_POST[‘weblog_title’] ) ? trim( wp_unslash( $_POST[‘weblog_title’] ) ) : ”; $user_name = isset($_POST[‘user_name’]) ? trim( wp_unslash( $_POST[‘user_name’] ) ) : ”; $admin_email = isset( $_POST[‘admin_email’] ) ? trim( wp_unslash( $_POST[‘admin_email’] ) ) : ”; if ( ! is_null( $error ) ) { ?>
And that sort of stuff all the way down.
You’ve got it working I see. The message that is on that site now is:
You appear to have already installed WordPress. To reinstall please clear your old database tables first.