WordPress › Support » Installation transitioning to root directory messed up login

Discussion in 'WordPress' started by sixrfan, Apr 30, 2010.

  1. #1
    sixrfan, Apr 30, 2010 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    it is because its still picking the old path

    there is a file wp-config please take backup and then edit correct path in it

    Regards

    alex
     
    kmap, Apr 30, 2010 IP
  3. scansocial

    scansocial Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i dont see that problem now. Looks like its fixed
     
    scansocial, Apr 30, 2010 IP
  4. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    yeah, i had to uninstall and reinstall wordpress and i backed up the database so the site is up and running and fully functional now. though i have no idea what caused the original issue. but thanks anyway.
     
    sixrfan, May 2, 2010 IP
  5. rilwis

    rilwis Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The problem is when you moved source files, the paths (home path and wordpress path) are still remained in the database. You must change these path by:
    - using some raw sql queries via phpMyAdmin (they're in the wp_options table)
    - or using wp-config.php to define WP constants (see Codex for wp-config.php)
     
    rilwis, May 2, 2010 IP