Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: require_once( ‘path/to/wp-blog-header.php’ ); does not work! ERROR!


chrishajer
Participant

@chrishajer

I believe you should be using a filesystem path, not a URL. Something like:

require_once( '../wp-config.php' ); if wp-config.php is one level up from your forum directory.

I have no idea if that will work, but I’m pretty sure you need to load it from the filesystem not over http.

Skip to toolbar