• I am receiving an error when trying to install WordPress that I cannot get around. I have PHP running through my webhost at godaddy, version 5.x. Any help would be appreciated. I also have the wp-config.php updated with my host name, database name, username, and password. Here is my error:

    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.

    >

    get_var(“SHOW TABLES LIKE ‘$wpdb->users'”) != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST[‘blog_public’] ); $weblog_title = isset( $_POST[‘weblog_title’] ) ? trim( stripslashes( $_POST[‘weblog_title’] ) ) : ”; $user_name = isset($_POST[‘user_name’]) ? trim( stripslashes( $_POST[‘user_name’] ) ) : ‘admin’; $admin_password = isset($_POST[‘admin_password’]) ? trim( stripslashes( $_POST[‘admin_password’] ) ) : ”; $admin_email = isset( $_POST[‘admin_email’] ) ? trim( stripslashes( $_POST[‘admin_email’] ) ) : ”; if ( ! is_null( $error ) ) { ?>

    Thanks,

    Dan

    />

Viewing 1 replies (of 1 total)
  • Go daddy offers window server and linux server check with them as if you getting that error it is server problem.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Error installing WordPress’ is closed to new replies.