Author: ardentimothy
Description:
I have set up LocalSettings.php. When I access Index.php
in a browser the message (below) comes up. I have tried
deleting all the wiki files and uploading the original
files, but after setting up the LocalSettings.php again,
it still comes up with the message (below).
$IP = "/public_html"; if ( ! isset( $DP ) ) { $DP = $IP; }
include_once( "$DP/DefaultSettings.php" ); $wgSitename
"SpongeBob SquarePants Wiki"; $wgScriptPath
"/home/sbspwiki/public_html"; $wgScript
""/home/sbspwiki/public_html/index.php";
$wgRedirectScript
"/home/sbspwiki/public_html/redirect.php";
$wgArticlePath = "/home/sbspwiki/public_html/index.php/
$1"; $wgEmergencyContact = "admin@sbspwiki.tk";
$wgPasswordSender = "admin@sbspwiki.tk"; $wgDBserver
"localhost"; $wgDBname = "sbspwiki_Wiki"; $wgDBuser
"Rainer"; $wgDBpassword = "[--password--]"; $wgDBsqluser
"sbspwiki_Rainer "; $wgDBsqlpassword = "[--password--]";
$wgDBminWordLen = 3; $wgDBmysql4 = true;
$wgEnablePersistentLC = true; $wgUseDatabaseMessages =
false; $wgUseImageResize = true; $wgWhitelistEdit = true;
Warning: Invalid argument supplied for foreach()
in /home/sbspwiki/public_html/includes/User.php on line 94
Warning: Invalid argument supplied for foreach()
in /home/sbspwiki/public_html/includes/User.php on line 94
Warning: Invalid argument supplied for foreach()
in /home/sbspwiki/public_html/includes/User.php on line 94
Version: 1.3.x
Severity: blocker
OS: Windows XP
Platform: PC