Quote:
Originally Posted by BRotondi
I think you made something wrong with
|
Well I added this:
PHP Code:
define( VB_INSTALL_PATH, '..' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
First I added it all the way on the end, right underneath the last bit of original code. That didn't work so then I added it all the way on the top, right underneath <php?. That seemed to work, but the entire login bridge and integration didn't work (wiki opened on a separate page and wouldn't be logged in).
So now I put it somewhere random in the middle and I get errors again. Someone help!
I'm using MediaWiki 1.15.2 btw, could that be the problem? Is this mod only compatible with 1.15.1?