v2.3.3 here, and I am having the same problem as many others in this thread and in the 30+ posts I've read, no solution was offered.
Installation went easy. No errors. I get no parse errors or anything, but calling myforums.com/vbstats.php brings up...
Quote:
vbStats Error!
Be sure to add this line to your phpinclude template:
include("./vbs_counter.php");
you can find you phpinclude template in your vbulletin
admin panel and in the menu templates click |edit| you
should click on the set you wish to edit and scroll down
until you see the name: phpinclude
Your template should look something like this:
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
include("./vbs_counter.php");
|
My phpinclude template looks just like that. I have even tried it with the full path and still get the error.
How is this corrected?