Hopefully some help here..
I'm having my forum on:
http://forum.domain.com and the wiki on
http://forum.domain.com/wiki
When using:
Quote:
define( "VB_INSTALL_PATH", ".." );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
|
or loads of other commands, I'm getting:
Quote:
Fatal error: Call to a member function getID() on a non-object in /wiki/includes/AuthPlugin_vbMediaWiki.php on line 216
|