Page MenuHomePhabricator

Unable to reach Special:Preferences after installing Lingo
Closed, DeclinedPublic

Description

Author: eu.vlasenko

Description:
After writing "require_once("$IP/extensions/Lingo/Lingo.php");" in LocalSettings.php it is unable to open Special:Preferences page.


Version: master
Severity: normal
Whiteboard: aklapper-moreinfo

Details

Reference
bz49304

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:59 AM
bzimport set Reference to bz49304.

Thanks for taking the time to report this!

Which MediaWiki version and which Lingo version is this about?

Works here on a MW 1.22alpha (a232f4e)
Are there any other error messages (PHP? JavaScript?)

eu.vlasenko wrote:

MediaWiki version: 1.20.4
Lingo (Version 0.4.3 alpha)(3e38280)
For any case:
PHP 5.3.2 (apache2handler)
MySQL 5.1.46

No errors, just a blank screen.
I'll try to reinstall everything for any case.

Do you have error reporting enabled in LocalSettings.php?

Please, could you add

error_reporting( E_ALL | E_STRICT );
ini_set("display_errors", 1);

at the beginning and

$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgDebugComments = true;

after the require_once( "$IP/includes/DefaultSettings.php" );

Yevheniy: Can you answer comment 4, please?

Closing this bug. If you still have this problem please re-open and give me more informaion.