The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I suspect this is probably a server/php config issue.. any ideas welcome.
I am including the vbulletin 3.8.3 forums/global.php file in my index.php file as follows: $curdir = getcwd(); chdir('./forums'); require_once('global.php); ... I get the following message on my browser screen: "Unable to add cookies, header already sent." "File: path_to_my/index.php" "Line: 9" Looking at the page source, I see that the head and title tags are rendered per the inclusion of global.php. The above error is occurring since these tags were already used previously in the page. <html xmlns="http://www.w3.org/1999/xhtml" dir="" lang=""> <head> <title>My Community Forums</title> </head> The host server is Apache 1.3 with php 5.2. I don't have the above problem with Apache 2.x and php 4.2. I am using the same browser for both hosts. Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|