Quote:
Originally Posted by bepe
Hmm... that I've feared... a problem that I can not recreate :$
ok, this is my config right now: - VB installed to D:/www/ ... (is root of http://localhost/)
- MW installed to D:/www/wiki ... (is http://localhost/wiki)
- so I've added this two lines to LocalSettings.php:
define( VB_INSTALL_PATH, '..' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
- Admin Control Panel -> vBulletin MediaWiki: Options -> MediaWiki Path
./wiki
can u tell me what is different in your case?
|
In my case:
- VB installed to /var/www/cassa ... (is root of http://localhost/)
- MW installed to /var/www/cassa/wiki ... (is http://localhost/wiki)
- so I've added this two lines to LocalSettings.php:
define( VB_INSTALL_PATH, '..' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
- Admin Control Panel -> vBulletin MediaWiki: Options -> MediaWiki Path
./wiki
I had the define( VB_INSTALL_PATH etc, set /var/www/cassa previously as well and the same garbage appears as described earlier. Thanks for the help, I'll keep tinkering