Last modified: 2013-07-01 13:12:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T52484, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 50484 - After installing ULS to wiki, browser get nothing from server
After installing ULS to wiki, browser get nothing from server
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
UniversalLanguageSelector (Other open bugs)
REL1_21-branch
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-01 02:43 UTC by praveenp
Modified: 2013-07-01 13:12 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description praveenp 2013-07-01 02:43:08 UTC
I just installed ULS in my localwiki and any URL to wiki gives blank pages. After commenting #require_once( "$IP/extensions/UniversalLanguageSelectorUniversalLanguageSelector.php"); part, wiki works as normal.

Installation done as in http://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector#Installation


MediaWiki 	1.21.1
PHP 	5.3.10-1ubuntu3.6 (apache2handler)
MySQL 	5.5.29-0ubuntu0.12.04.2

Apache/2.2.22 (Ubuntu) Server
Comment 1 Santhosh Thottingal 2013-07-01 03:40:53 UTC
(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" );
Comment 2 praveenp 2013-07-01 12:52:55 UTC
No it is not. I actually typed  wrongly. :-( I double checked it in LocalSettings.php and there is nothing wrong. Still pages are blank.

This is a fresh install of Mediawiki and no other extensions are present. Is it required to solve any other dependency, or settings?
Comment 3 Niklas Laxström 2013-07-01 13:12:20 UTC
A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see <https://www.mediawiki.org/wiki/Manual:How_to_debug>.

You have not provided enough details for us to act on this issue. Please keep in mind that if you need support, mediawiki-l, IRC or http://www.mediawiki.org/wiki/Project:Support_desk should be used instead of Bugzilla.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links