The MU forums have moved to WordPress.org

2.7 Upgrade, Password corrupts after login (10 posts)

  1. rudy3107
    Member
    Posted 15 years ago #

    i upgraded my blog from 2.3.3 to 2.7.

    all seems ok, but when i login, it corrupts password, and it also shows loggedin in user online, but it will not allow me to go to admin panel.

    if i logout, it will not allow me login again saying corrupt password.

  2. VentureMaker
    Member
    Posted 15 years ago #

    What is the exact error message?
    Are you able to log into main blog?

  3. rudy3107
    Member
    Posted 15 years ago #

    no ERROR message; it just do not allow me to login.
    but on side bar it shows as i Logged in, but it will not allow mr go to admin panel

  4. rudy3107
    Member
    Posted 15 years ago #

    In some other post of same Problem;

    they wrongly added directory path instead domian name.

    but i added it correctly seems.
    here is my configuration

    define('VHOST', 'VHOSTSETTING');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'mynation.net' );
    define('PATH_CURRENT_SITE', '/' );
    define('BLOGID_CURRENT_SITE', '1' );

  5. webmaestro
    Member
    Posted 15 years ago #

    I suspect the problem is this this line:

    define('VHOST', 'VHOSTSETTING');

    In my case that is

    define('VHOST', 'yes');
  6. cafespain
    Member
    Posted 15 years ago #

    Hmmm... yes the VHOST setting should be 'yes' for sub-domains and 'no' for sub-directories

  7. rudy3107
    Member
    Posted 15 years ago #

    mine are sub directory blogs;
    i tested setting it with YES, but all blogs disapeard,

    are you sure, not Hmmmmm... then i will test again with setting VHOST "no".

  8. Shane G
    Member
    Posted 15 years ago #

    Hi,

    It may be the case that your database table has corrupted..so please repair it restore it from the avai backup...if this will not resolve your issue then perform these steps:

    1) Login into PHPMyAdmin.
    2) Click on database -> table name from the left panel window from which one need to alter the details.
    3) Click on ‘Browse’ tab from tabs.
    4) Select the check box against the row for which one need to alter the data.
    5) Click on edit button. It should be displayed like pencil icon.
    6) Alter the require details and click on go.

    Thanks,

    Shane G.

  9. rudy3107
    Member
    Posted 15 years ago #

    it corrupt passwords, if i try to login only. with 2.7 files.
    if i upload old files again it works fine(i have to correct corrupt passwords from phpmysql panel by editing)

    is it VHOST setting is responsible to corrupt passwords ?

    if i set
    define('VHOST', 'yes');
    it will not corrupt passwords, but all subdirectory blogs disappears other than main blog.

    i can switch 2.3.3 to 2.7 by just replacing main (/) files admin and include files without running upgrade script. when i check from phpmysql database passwords are intact, it corrupts only when i try to login. and also it will not send mail from forgot password after corruption.

  10. rudy3107
    Member
    Posted 15 years ago #

    Thank you guys for helping me out

    now all blogs are visible and no password corruption

    i set it to "NO" as my blogs are on subdirectory.

    configfile is

    define('VHOST', 'no');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'mynation.net' );
    define('PATH_CURRENT_SITE', '/' );
    define('BLOGID_CURRENT_SITE', '1' );

    and for those who install on subdomains its

    define('VHOST', 'yes');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'mynation.net' );
    define('PATH_CURRENT_SITE', '/' );
    define('BLOGID_CURRENT_SITE', '1' );

About this Topic

  • Started 15 years ago by rudy3107
  • Latest reply from rudy3107