It appears we have a cookie problem. Our domain/server layouts are:
forums.[our domain].com
/home/www/html/subs/forums
wiki.[our domain].com
/home/www/html/subs/wiki
LocalSettings.php:
define( "VB_INSTALL_PATH", "../forums" );
require_once( "$IP/includes/vbMediaWikiAuthPlugin.php" );
vBulletin MediaWiki: Options -> Path ->
http://wiki.[our domain].com
As per messages #70 and #71 in this thread, it appears it is feasible to maintain that dual sub-domain layout with the mod. In fact, the wiki displays fine (subject to the additional.css issue indicated above in message #136). However, we are getting a cookie issue on the wiki that does not allow the logins to work.
When I run the vbmediawiki diagnostic script, I get:
* Checking MediaWiki Installation: OK
MediaWiki Version: 1.16.0
* Checking vbMediaWiki Wiki Files upload: OK
vbMediaWiki Version: 1.04BETA
* Checking Forum Path:
Unable to add cookies, header already sent.
File: /home/www/html/subs/wiki/vbmediawiki/index.php
Line: 38
I've cleared the cookies for wiki.[our domain].com within the Firefox tools menu. That had no effect.
Am I overlooking something?
Thanks. -- Rik