Hi,
I am using this hack with vb 3.8.7 and have run into problems after upgrading to a new server.
My forum and wiki:
http://www.rifeforum.com/forum
http://www.rifeforum.com/wiki (short url).
I am using Mediawiki 1.14.0 with version 2.20 of this hack. Before I upgraded to a new server, this worked perfectly.
I also tried Mediawiki 1.15.0, but the problem was not solved.
The wiki and forum work by themselves perfectly. However as soon as I try to link the two with the following entries in LocalSettings.php, the wiki crashes:
define( VB_SYSTEM_PATH, '/var/www/vhosts/rifeforum.com/httpdocs/forum' );
require_once( "$IP/includes/AuthPlugin_vBSSO.php" );
I then get:
Server error
The website encountered an error while retrieving
http://www.rifeforum.com/wiki/Main_Page. It may be down for maintenance or configured incorrectly.
I have carefully checked that I have followed every installation step.
Have also implemented this:
Line 264 of includes/AuthPlugin_vBSSO.php:
Replace
function vBSSOAutoAuth(&$user) {
with
function vBSSOAutoAuth($user) {
What am I doing wrong?
I really need to get this fixed and no matter what I try, I always get the server error as soon as I add those lines.
This all worked perfectly on the old server, but now it is broken. VB and MW versions are the same as they were on the old server.
Peter