• I’ve created a new folder on our server for a new WP install. I also used Plesk to create a new mySQL db. I put the db name, username and password into the config.php file, (just as I’ve done a squillion times before.) But when I go to the URL all I get is:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    I’ve tried downloading and installing a fresh copy of WP. I’ve tried creating another DB. I’ve tried everything I can think of, but no luck. This is the first time I’ve created the DB myslef–I wonder if I’m doing something wrong or if putting the WP install in a director other than the root has something to do with it.

    Anyone?

Viewing 1 replies (of 1 total)
  • Thread Starter willyrs

    (@willyrs)

    I figured it out. I had to enable PHP for that particular domain. Just having it installed on the entire server wasn’t enough–but it had to be enabled for each domain on that server.

Viewing 1 replies (of 1 total)

The topic ‘Cannot get to the WP installer (wp-admin/install.php)’ is closed to new replies.