• I stupidly tried to to change to URL in wordpress admin and made the site disappear.
    I changed the function.php to to get back to original address (with /blog at end)
    That didn’t work, so I re entered the info in wp-config.

    Still nothing…

    For some reason I’m now getting this:
    Fatal error: Cannot redeclare url_is_accessable_via_ssl() (previously declared in /homepages/20/d202076144/htdocs/blog/wp-includes/functions.php:3013) in /homepages/20/d202076144/htdocs/blog/wp-includes/deprecated.php on line 3501

    So can now no longer log in or view anything.

    Any ideas? Here’s the link

    Thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Try this method if you feel comfortable dealing with database in Mysql.

    If you know how to access phpMyAdmin on your host, then you can edit these values directly to get you up and running again.

    1. Backup your database and save the copy off-site.
    2. Login to phpMyAdmin.
    3. Click the link to your Databases.
    4. A list of your databases will appear. Choose the one that is your WordPress database.
    5. All the tables in your database will appear on the screen.
    6. From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing.
    7. Click on the small icon indicated as Browse.
    8. A screen will open with a list of the fields within the wp_options table.
    9. Under the field option_name, scroll down and look for siteurl.
    10. Click the Edit Field icon which usually is found at the far left at the beginning of the row.
    11. The Edit Field window will appear.
    12. In the input box for option_value, carefully change the URL information to the new address.
    13. Verify this is correct and click Go to save the information.
    14. You should be returned to your wp_options table.
    15. Look for the home field in the table and click Edit Field. Note There are several pages of tables inside wp_options. Look for the > symbol to page through them.
    16. In the input box for option_value, carefully change the URL information to the new address.
    17. Verify this is correct and click Go to save the information.

    Thread Starter Schmeely

    (@lilaclements)

    Tara,

    This was exactly perfect!!

    Thanks for your guidance.

    So, once I’ve finished editing and I want to remove the /blog and assign site to co.uk site – what’s the best way to do this?
    Is it in much the same way?

    Thanks

    Moderator t-p

    (@t-p)

    yes.

    Also review this useful codex: http://codex.wordpress.org/Changing_The_Site_URL

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change URL leads to Fatal Error message’ is closed to new replies.