• Resolved javawpscript

    (@javawpscript)


    Hello,

    I am trying to install WordPress on my VPS running CentOS 6 x64. I have installed php by ‘yum install php’ but it is still not working. I just shows this on the install page: http://play.rejiggermc.xyz/wp-admin/install.php
    I really need to try and get this sorted. So I can install PHPmyadmin and other things for the server.

    Thanks,
    wpjavascript

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter javawpscript

    (@javawpscript)

    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.

    Thread Starter javawpscript

    (@javawpscript)

    Yeah, I fixed the issue

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CentOS Install not happy with PHP’ is closed to new replies.