Jump to content
Sign in to follow this  
thebimman

iBlog Pro Forum - pathing/php config error...

Recommended Posts

thebimman

I have recently installed the iBog Pro Forum on my website which is hosted with GoDaddy. I followed the setup instructions and everything but 1 thing seems to be working... I've tracked it down to the pathing to wordpress for "deep integration" i.e. require_once('../wp-blog-header.php'); My problem is this code is required require_once('../../wp-blog-header.php'); to make the main forum work... but when i try and log into the "Admin" (settings) part of the iBlog Forum i have to edit the bb-config.php file and change the above code to this require_once('../../wp-blog-header.php'); otherwise i get the following error message... Warning: require_once(/home/content/93/5267893/html/forum/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/93/5267893/html/forum/wp-blog-header.php on line 12 Fatal error: require_once() [function.require]: Failed opening required '/home/content/93/5267893/html/forum/wp-load.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/93/5267893/html/forum/wp-blog-header.php on line 12 which is very frustrating but i'm sure it must be something small that i haven't quite done right with the install... any help on this would be greatly appreciated. Cheers Jason

Share this post


Link to post
Share on other sites
Jackey

Could it be that the relative path (../../) is the problem. Try and use an absolute path from the root.

Share this post


Link to post
Share on other sites
Andrew

Yes, I agree with Jackey... We haven't had any problem 'deep' integrating the forum when using Absolute paths.

Share this post


Link to post
Share on other sites
thebimman

Thx guys, i'm new to WP, PHP and iBlog Pro can you please give me an example of what i need to use for the Absolute path...?

Share this post


Link to post
Share on other sites
Jackey

That depends where on the server that file resides. It could be something like `require_once('/home/flogwww/pub_html/wp/wp-blog-header.php');` but it is not, for sure! You need to figure out the "LOCAL" path on your server (not the "world" URL).

Share this post


Link to post
Share on other sites
thebimman

thx for your help guys, i have now managed to track down my godaddy absolute path and it's working great =) thank you all!

Share this post


Link to post
Share on other sites
mr-twisted

yes, works. just so people know, if you right click in your ftp agent you can prob get a copy url function and past the whole thing after the ftp stuff in. worked for me with my media temple account. I pasted everything after this as instructed in the deep integration video tutorial: ftp://[email protected]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×