• when i tried to run upgrade by bouble-clicking upgrade.php in wp-admin, it got something like below. The instruction says flow the instruction. But I don’t know what is instructed here. Something seems wrong:

    Below are the part of what I get when I run upgrade.pho:
    <?php
    define(‘WP_INSTALLING’, true);
    if (!file_exists(‘../wp-config.php’)) die(“There doesn’t seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.”);
    require(‘../wp-config.php’);
    timer_start();
    require_once(ABSPATH . ‘/wp-admin/upgrade-functions.php’);

Viewing 1 replies (of 1 total)
  • Have you changed the wp-config-sample.php file to wp-config.php? And have it uploaded into the root of the blog, and have all the right informations in it?

    Tells ya right here:
    “There doesn’t seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.”);

    It appears you have uploaded the wp-config-sample.php while uploading for the upgrade, which you shouldn’t have done to start with..

    These two aren’t supposed to be uploaded while upgrading:
    wp-content/ folder
    wp-config-sample.php

    I ALWAYS, make sure that I put those two folders in a blank folder called: “DontUploadThisShit!” Just to be on the “safe side”..

    spencerp

Viewing 1 replies (of 1 total)
  • The topic ‘Run upgrade.php in upgrade 2.0.1 but..’ is closed to new replies.