• Please help.

    Here is what i did: I moved my to a new domain and host; did a backup of the old page’s database, dragged all the files to the new host, updated the config.php to acces the new database in which i imported the backup.
    Ran the query:
    UPDATE wp_options SET option_value = replace(option_value, ‘http://olddomain.com’, ‘http://www.newdomain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

    My page is working fine, but appears blank when i try to acces the dashboard.
    All the links inside my page work correctly, and all the pluggins also work correctly. I didn’t changed the wordpress version eather.

    I deactivated the pluggins through the database and/or through FTP. With both methods the page remains blank and with an error message: “Warning: Cannot modify header information – headers already sent by (output started at /home/content/81/5229581/html/saps/wp-config.php:1) in/home/content/81/5229581/html/saps/wp-includes/pluggable.php on line 850”

    I also placed the permissions to exactly how they are at the old page. but not a single one of the above changes a thing (nor in combination), I don’t know what else to do.

    I would appreciate help. I certanly need it.
    Sencirely, david.
    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter sapsdavid

    (@sapsdavid)

    Solved.

    I just installed wordpress from scratch, let the install.php create the database, then import the database with the required changes and copied only the wp-content folder.

    Now i can access the dashcoard and the page works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Please Help, can’t access dashboard’ is closed to new replies.