I get this error message when I try to open my wiki page after modifying the LocalSettings.php with these:
define( VB_INSTALL_PATH, '../forum' );
require_once( "$IP/includes/AuthPlugin_vbMediaWiki.php" );
The error message I get is this:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 37
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='/home/speaks5/public_html/wiki:/home/speaks5/public_html/wiki/includes:/home/speaks5/public_html/wiki/languages:.:/usr/lib/php:/usr/local/lib/php:/home/speaks5/php') in /home/speaks5/public_html/wiki/includes/AuthPlugin_vbMediaWiki.php on line 49
|