• When attempting to convert the only Movable Type holdover part of my blog over to WordPress, I changed the lines that read regular_page_header.php and regular_page_foot.php to header.php and footer.php respectively. Doing this causes the following errors to occur:

    Warning: main(wordpress/wp-blog-header.php): failed to open stream: No such file or directory in /home/maybeith/public_html/php/header.php on line 4
    Fatal error: main(): Failed opening required ‘wordpress/wp-blog-header.php’ (include_path=’.:/home/maybeith/public_html/php’) in /home/maybeith/public_html/php/header.php on line 4

    Is this because of the location of the php folder relative to the files, or something else?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, it probably is. Check the relative paths to wp-blog-header

    Thread Starter maybeithink2much

    (@maybeithink2much)

    Yep, that was it. Thanks.

    I am getting the following error.
    Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in C:\Inetpub\vhosts\smarthiring.com\subdomains\testimonial\httpdocs\Index.php on line 4
    Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.;./includes;./pear’) in C:\Inetpub\vhosts\smarthiring.com\subdomains\testimonial\httpdocs\Index.php on line 4
    Now where do I change the absolute path. In the config file or in the wp-blog-header.php or in the index.php.

    Or is it something else???? Please help…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help! My blog can’t open wp-blog-header.php!’ is closed to new replies.