Posted on Apr 16, 2008, 9:37 am by PerryM
| |
New Install is fine but MediaWiki not connected
|
Installed NextBBS just fine - everything seems to work except MediaWiki.
When I click on "Doc" I get:
[nextBBS]
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /hermes/web04/b1822/pow.xxx/htdocs/websites/buymywmcredits/nextbbs/extmw.php (36)
at chdir("mediawiki" (/hermes/web04/b1822/pow.perrym/htdocs/websites/buymywmcredits/nextbbs/extmw.php:36)
at require("/hermes/web04/b1822/pow.xxx/htdocs/websites/buymywmcredits/nextbbs/extmw.php" (/hermes/web04/b1822/pow.xxx/htdocs/websites/buymywmcredits/nextbbs/index.php:442)
Source Code:
027$wgNbUser = $USER;// Help MediaWiki parse the current command line$p = strpos($_SERVER['QUERY_STRING'], '/');$p!==false)$_SERVER['PATH_INFO'] = substr($_SERVER['QUERY_STRING'], $p);chdir("mediawiki");$INPUT['no2buf'])) // passthru{"index.php");ob_start();"index.php");$data = ob_get_contents();ob_clean
Should I now install MediaWiki, if so where are the instructions?
028
029
030
031if(
032{
033
034}
035
036
037if(isset(
038
039 require(
040}
041else
042{
043
044 require(
045
046
Thanks for any help...

|