I was pointed to this hack after my longtime use of the PluhNews mod seemed to break down after the 3.5 upgrade. Attempting to get this to work now on my blog-like site, but having some problems. I have read all posts in this and related threads. I have a couple questions if anyone is willing to chime in to help a long-time vB user, but programming clueless-guy...
My forums are located at:
http://forums.tannerworld.com, a subdomain which I assume is the same as
http://www.tannerworld.com/forums
Since 2002, I've run a blog using content pulled from a forum on my vB. That content was pulled by PluhNews onto this subdomain page on the same server:
http://steveandamysly.tannerworld.com/index.php
Unable to get any additional support for PluhNews with the 3.5 upgrade, I thought I might give vBExternal a try. Unfortunately, I've been unsuccessful at this time. I've been testing the new page at
http://steveandamysly.tannerworld.com/index3.php
Per the instructions, I've added the PHP call to the top of my page. The format for that has been:
Code:
<?php
chdir('./home/tannerwo/public_html/forums');
require_once('./home/tannerwo/public_html/forums/vBExternal.php');
?>
Unfortunately, this does not seem to do anything. I get the following error message:
Even when using the more basic call (removing the full directory path, I still get problems). For example, this does not work:
Code:
<?php
chdir('./forums');
require_once('./vBExternal.php');
?>
As has been noted, I've modified the vBExternal.php file as noted
here, adding the
$config['MasterServer']['servername'], element. Still no dice. My end result goal is to once again get my blog up and running again, very similar in format to what GetGamer.com did as noted in
his post (with post title, date, full post content, "Posted by" and "Comments" link). This is what I had going when using the PluhNews mod (which, for reference, sits broken
here with a handy "Could not select database" error since the 3.5 upgrade).
The fact that I can't even get the initial call to vBExternal working correctly, even though I've tried a bunch of combinations, makes me think that I'm missing something rather simple -- perhaps tied to my use of subdomains for content.
Can anyone take a look at what I've got and provide a possible course of action? I'd sure appreciate the direction.
Thanks,
Steve