• I was trying to change the URL for my site and followed a tutorial that had me copy everything into a new folder then update a few things like the URL in the config file, when I uploaded the site I am now getting the following:

    Warning: require(./wordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/content/55/11721155/html/index.php on line 17

    Fatal error: require() [function.require]: Failed opening required ‘./wordpress/wp-blog-header.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/55/11721155/html/index.php on line 17

    The wp-blog-header.php file is in the ftp

    Would greatly appreciate any help 🙂 – newbie

Viewing 14 replies - 1 through 14 (of 14 total)
  • and followed a tutorial that had me copy everything into a new folder

    What tutorial?

    Thread Starter jelane20

    (@jelane20)

    I think I used this one but probably messed it up, I was in a rush that day and kind of sped through it: http://codex.wordpress.org/Moving_WordPress

    My index.php file looks like this: <?php

    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./wordpress/wp-blog-header.php');

    I think you need to review all of those instructions again. When carried out correctly, there should be no errors.

    Thread Starter jelane20

    (@jelane20)

    But I dont know what I did wrong and I cant really go back, ist there some way to trouble shoot this and fix it?

    Thread Starter jelane20

    (@jelane20)

    I am no longer able to get into the original that I copied from

    Do you still have a database backup?

    Thread Starter jelane20

    (@jelane20)

    not sure, where would i find that?

    It would be the file that you uploaded to the database on the new site.

    Thread Starter jelane20

    (@jelane20)

    yes, i have that from the original and from the new one that i uploaded

    Then I suggest you trash the new install and try again with a fresh one.

    Thread Starter jelane20

    (@jelane20)

    I am not sure where to start, I can’t log into the old one on my local host, but I can log into the new one on local.

    Thread Starter jelane20

    (@jelane20)

    Not sure what I can do if I cant get logged into it, I am using the correct credentials for it, I can log into the new one. Any suggestions?

    Thread Starter jelane20

    (@jelane20)

    Loaded the backup and it is still not working

    Thread Starter jelane20

    (@jelane20)

    I am now getting this error:

    Warning: require_once(/home/content/55/11721155/html/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/55/11721155/html/wp-blog-header.php on line 12

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/55/11721155/html/wp-load.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/55/11721155/html/wp-blog-header.php on line 12

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Warning: require(./wordpress/wp-blog-header.php)’ is closed to new replies.