• Resolved MR

    (@markritchie)


    Hello Everyone,

    Help ! I have moved my WordPress site from markritchie.ch to mark.markritchie.ch, following scrupulously the infos here: http://codex.wordpress.org/Moving_WordPress#On_Your_Existing_Server.

    But now, I can’t login to my mark.markritchie.ch site. I get this response:

    Warning: require_once(/hsphere/local/home/gdjeunes/markritchie.ch/wp-includes/load.php) [function.require-once]: failed to open stream: No such file or directory in /hsphere/local/home/gdjeunes/markritchie.ch/wp-load.php on line 41

    Fatal error: require_once() [function.require]: Failed opening required ‘/hsphere/local/home/gdjeunes/markritchie.ch/wp-includes/load.php’ (include_path=’.:/hsphere/shared/apache/libexec/php5ext/php/’) in /hsphere/local/home/gdjeunes/markritchie.ch/wp-load.php on line 41

    Can anyone help me ? Thank you !

    Note: I changed the site URL before moving, as indicated in the Codex.

    Mark

Viewing 7 replies - 1 through 7 (of 7 total)
  • The good news is that:
    http://mark.markritchie.ch/readme.html
    Works, so your sub-domain and files are all good.

    Very likely it is the WordPress address and Site address are wrong,
    You can change these by adding these lines to your wp-config.pho file:

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

    You may also change the Home and Site url directly to the database as well. Access the phpmyadmin and locate wp-options table (note: wp_ prefix may vary or could be different when the wp was installed). Once it is located, look for the field of Siteurl and Home

    http://codex.wordpress.org/Changing_The_Site_URL

    Thread Starter MR

    (@markritchie)

    Hello RossMitchell and Vodien.com Tim,

    Thank you so much for your help. Very kind of you.

    I’ve updated the wp-config.php file and managed to log in again. But when I click on the home button of my site, I get the login to my cpanel. Do you think there might be something wrong with my permalinks or htaccess ?

    I’m going to go rummage inside my db now, as suggested by Vodien.com Tim.

    Thank you very much for your support.

    Mark Ritchie

    Thread Starter MR

    (@markritchie)

    Hello again RossMitchell and Vodien.com Tim,

    the site URL has been updated in the database. But I’m still having the problem with cpanel login.

    Thank you for your help.

    Mark

    We would suggest to contact your hosting provider to double check on the changes made.

    Thread Starter MR

    (@markritchie)

    Ok, will do.
    Thank you.
    MR

    Thread Starter MR

    (@markritchie)

    Hello again RossMitchell and Vodien.com Tim,

    input from my provider was to delete a default index.html page setup on the server. Which I did. Everything works now.

    Again, thank you very much for your help. This is what makes WordPress such a exquisite tool to use: the support we get from people like you.

    Cheers,

    Mark

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Moving WordPress to a subdomain’ is closed to new replies.