https://bugzilla.wikimedia.org/show_bug.cgi?id=50484

Santhosh Thottingal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Santhosh Thottingal <[email protected]> ---
(In reply to comment #0)
> I just installed ULS in my localwiki and any URL to wiki gives blank pages.
> After commenting #require_once(
> "$IP/extensions/UniversalLanguageSelectorUniversalLanguageSelector.php");

You missed a '/' in this line after UniversalLanguageSelector. This line should
be

require_once(
"$IP/extensions/UniversalLanguageSelector/UniversalLanguageSelector.php" );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to