View Full Version : global.php blanks pages
when i include global.php on other pages of my site, the pages go blank. i have fully upgraded to 2.2.3b...
any help? :)
be more specific. what are you trying to do?
<?
require("/path/to/forums/global.php");
?>
^-- i am trying to include the global.php file in other pages of my site to use certain things from it.
i have a file called shared.inc which i use on my site to have a header function and a footer function. i have included global.php into this shared.inc file, which i in turn include in every php file of my site.
when i was running 2.2.2, it worked fine. i have upgraded to 2.2.3 and now all the pages go blank.
my pages go blank already anyone want ot help me install it or send me a readme file mine was deleted and my host crashed so taht my forums are now blank
use this instead:chdir("/home/path/to/forum");
require("./global.php");
that did it...thanks!
btw, can't wait for vBHome! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.