The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fatal error: Call to a member function query_first_slave() on a non-object
Hi all.
(Using version 3.8.1) I'm trying to write some code outside of VB. However, when i include the first VB file i get this fatal error: Code:
Fatal error: Call to a member function query_first_slave() on a non-object in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\mywebsite\forum\includes\functions.php on line 1368 Here's the code that's throwing the fatal error: Code:
class myclass { public function doSomething() { chdir('/path/to/forum'); require_once '/path/to/forum/global.php'; } } Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|