http://www.domain.org/wp-admin/ is blank

Discussion in 'WordPress' started by Ajeet, Mar 20, 2010.

  1. #1
    ANOTHER EDIT: In light of the problem turning out to be different from what I first diagnosed it to be, I think a more appropriate course of action would be to pay for assistance. Hence, I please access my BST thread:
    http://forums.digitalpoint.com/showthread.php?t=1738420

    EDIT: The problem is bigger than I thought. Only the main page loads, all inner pages (category, single post...) do not load. Any ideas would be greatly appreciated.

    Hi,

    A few days ago, I purchased a blog. Now I have gone nuts re-installing my blog and database multiple times. But though the blog works fine, but when I go to /wp-admin, I get a blank screen. Any suggestions?

    (FYI: Method I used: installed WP 2.9.2 using fantastico, uploaded the wp-content folder, EMPTYed sql database and then imported the correct database)

    Thanks
    Ajeet
     
    Last edited: Mar 20, 2010
    Ajeet, Mar 20, 2010 IP
  2. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #2
    you should change details for home and site_url in database.
     
    guardian999, Mar 20, 2010 IP
  3. Ajeet

    Ajeet Well-Known Member

    Messages:
    2,511
    Likes Received:
    503
    Best Answers:
    0
    Trophy Points:
    185
    #3
    Would that be referring to one of these two lines:

    
    INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
    
    (1, 0, 'siteurl', 'http://www.mydomainname.org', 'yes'),
    
    (39, 0, 'home', 'http://www.mydomainname.org', 'yes'),
    
    PHP:
     
    Ajeet, Mar 20, 2010 IP
  4. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    yes, change it to your domain.
     
    guardian999, Mar 20, 2010 IP