• I have a WPMU installation and just upgraded it from 2.9.1 to 3.0.1. After the upgrade, I’m no longer able to load wp-blog-header.php in my plugins.

    require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');

    This works fine on my local installation of WPMU, just not on my server.
    I get a 404 Not Found error.

    Could it have something to do with my .htaccess file?

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

    (@spstieng)

    I would really appreciate it if someone could take a look at my plugin: http://stiengenterprises.com/download/wp-filebrowser/wp-filebrowser.zip

    What does it do?
    It retrieves the relative URL of an image you select from a filebrowser.

    When you install it, it will add two custom metaboxes to POST and PAGE edit. Each with a button for selecting image. When you click this a UI Dialog box opens and displays files and folders.

    The in your template, you can select custom property and get the image URL.

    The file I’m having problems with, is filebrowser.php, line 1.

    I really need help now. I don’t understand why I’m getting this error.

Viewing 1 replies (of 1 total)
  • The topic ‘not able to load wp-blog-header after upgrade’ is closed to new replies.