Quote:
Originally Posted by Mondi
LocalSettings.php placed in wiki root directory.
To view error: http://gblcg.com/wiki/
Also click on 'Wiki' nav control here: http://gblcg.com to see a dia-box pop-up..
Am I still welcome to ask for help? 
|
Mondi..
It looks like you haven't even installed MediaWiki yet. Going to your wiki takes you to the install script. You need to setup MediaWiki before you try to integrate the two.
Follow the setup.. entering in the database info etc... once complete.. move the LocalSettings.php file in the wiki/config dir to the wiki root.
Add the code this to the bottom of it...
define( VB_INSTALL_PATH, '/home/domain.com/public_html' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
Import the latest product file.. and you should be good to go.