• Resolved daelly

    (@daelly)


    I’ve downloaded, unzipped, and ftp’d all files into my root directory at https://www.mayagression.com. I changed the wp-config.php file to show the following:

    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘daelly_wordpress’); // The name of the database
    define(‘DB_USER’, ‘daelly_daelly’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘password’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    The name of my database is daelly_wordpress. My login is shown as daelly_daelly. When I attempt to run install.php (https://mayagression.com:2082/frontend/netrillium/files/showfile.html?dir=/home/daelly/wp-admin&file=install.php), I get a ton of jumbled information including the following:

    wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”);

    require_once(‘../wp-config.php’);
    require_once(‘./upgrade-functions.php’);

    $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, ‘https://’ . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) );

    if (isset($_GET[‘step’]))
    $step = $_GET[‘step’];
    else
    $step = 0;
    header( ‘Content-Type: text/html; charset=utf-8’ );
    ?>

    Further down there are two fields but no instructions regarding what to enter. I try to login but am sent to “The page cannot be found” (https://mayagression.com:2082/frontend/netrillium/files/install.php?step=2).

    I originally used Fantastico to install, however the version is very out of date (Netrillium is my host). Even then, when I tried to login, I received a page full of error messages.

    Can anyone give me any ideas? I’ve been reading all the instructions over and over, and tweaking things that I’m sure I have no business even seeing.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Install.php not working… Can’t find answer’ is closed to new replies.