The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've made changes in tbl_phrase, however, it looks like vBulletin hasn't updated them, yet. I'm guessing it's session based, or those values are loaded in memory. How do I restart vBulletin to get those values set?
I'm trying something I've found elsewhere and I get this message: Warning: build_language(DIR/includes/class_xml.php): failed to open stream: No such file or directory in c:\inetpub\wwwroot\sasbazooka\forums\includes\admi nfunctions_language.php on line 121 Fatal error: build_language(): Failed opening required 'DIR/includes/class_xml.php' (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\sasbazooka\forums\includes\admi nfunctions_language.php on line 121 I'm running this code: Code:
<?php require_once('includes/adminfunctions_language.php'); build_language(-1); ?> |
#2
|
|||
|
|||
![]()
You are including vBulletin files without properly loading the vBulletin framework. At least the DIR constant should be set before including any vBulletin files, best is to include globabl.php prior to any other files.
|
#3
|
||||
|
||||
![]()
You need to do something like this:
PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|