Hello!
Thanks for this plugin. I have it installed on vb 4.2.2 and Mediawiki 1.21.2 and on the surface it seems to work fine (it doesn't function smoothly with the Quick Account Swap mod, but since that's not a login action, that's not a surprise.)
However, when I have the forum in debug mode, I get the following error string when I try to enter the admincp:
Code:
Notice: Undefined variable: config in /home/[mysite]/public_html/forums/vbsso/vbootstrap.php on line 24
which completely prevents me from getting into the acp.
On the page itself I see the following:
Code:
Notice: Constant THIS_SCRIPT already defined in /home/[mysite]/public_html/forums/vbsso/vbsso.php on line 19
Notice: Undefined variable: config in /home/[mysite]/public_html/forums/vbsso/vbootstrap.php on line 24
These errors don't seem to impede the mod's function, but they do make it impossible to get to my ACP in debug mode, which is a problem. I can disable the mod to get back to the ACP, and then the errors just flicker by too fast to see when a page loads. Any advice?
Thank you all in advance for any help.