The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
troubles including a file
hi all,
I installed vb 2.5 and wanted to include the file last.php in the header of my vb page. The last.php file connects to a different database on my site and retrievs the last 7 records on it. The last.php file looks like: PHP Code:
ob_start(); require("/path/last.php"); $last = ob_get_contents(); ob_end_clean(); this causes a seriuos problem in my forum and error msgs show up even before I put the &last variable in the header!!! I have been trying to figure out what is going on, but failed to fix it. Can anyone plz help me with this?! Any help is apreciated thanx a lot |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|