• Resolved octopusgrabbus

    (@octopusgrabbus)


    I have seen this topic discussed several places in this forum, and have worked through some of the suggestions. However, I am still getting the error, when I try to run wp-admin/install.php.

    1) Apache is installed.

    2) MySQL is installed.

    3) PHP appears to be installed. It works from the command line, and if I put

    <?php
    phpinfo();
    ?>

    into /var/www/html/index.php and point my browser to http://localhost

    I get the phpinfo page.

    4) The OS is CentOS 6.4

    What else do I need to do to install WordPress?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you can view the output of phpinfo() in a browser, it seems like php should be running okay.

    What is the exact error message you see in the browser, and what’s the output of:

    rpm -qa | grep php

    Thread Starter octopusgrabbus

    (@octopusgrabbus)

    I was not running the install as a web application, but instead was opening the readme.html as an open file locally on the server. Once I configured Apache correctly, I can now run the install.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Php Is Not Running’ is closed to new replies.