Quote:
Originally Posted by Taios
...So you're supposed to replace the closing tag in LocalSettings.php with requireonce.
Well, the ?> doesn't seem to exist in my LocalSettings :P I just get an error
Code:
Warning: require_once(<FULL PATH>) [function.require-once]: failed to open stream: No such file or directory in <FULL PATH> on line 123
Fatal error: require_once() [function.require]: Failed opening required '<FULL PATH>' (include_path='<PATH>') in <FULL PATH> on line 123
:/
|
Hi,
Some versions of Mediawiki used to have the closing ?>
I will add a note that if the closing ?> is not found, to simply add the require_once at the end of the file.
In this case the error seems to be caused by the path not pointing to where vbWiki is installed. Please verify the install location and the path+filename in the require_once.
Thanks.