Last modified: 2010-05-15 15:50:57 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 T12696, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10696 - Problem logging in
Problem logging in
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.10.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-25 14:57 UTC by JorisW
Modified: 2010-05-15 15:50 UTC (History)
1 user (show)

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


Attachments

Description JorisW 2007-07-25 14:57:44 UTC
Hello

We are using Mediawiki ( 5 persons ). When I login, there is no problem, but if someone else tries to login  he just gets a blank page, he is not able to login. Sometimes someone else can login and at that moment, I can't login. It's like just 1 person can use the wiki. I used following settings:

# Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;

# Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false;

# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;

# Pages anonymous (not-logged-in) users may see
$wgWhitelistRead = array( ":Main page", "Special:Userlogin", "Wikipedia:Help" );
Comment 1 Aryeh Gregor (not reading bugmail, please e-mail directly) 2007-07-25 18:29:19 UTC
Check your PHP error logs.  A blank page usually indicates a PHP error.
Comment 2 JorisW 2007-07-26 09:26:12 UTC
I have no access to the php error log file, why is the error not shown on screen ? 
Is there another possibility to debug the wiki?

All the users that are trying to login have the same external IP, maybe this is a problem ?

Best Regards
Joris
Comment 3 Aryeh Gregor (not reading bugmail, please e-mail directly) 2008-10-08 18:29:29 UTC
I'm assuming that this was resolved in some fashion in the last year.  In any event, it's probably not a MediaWiki bug.  Closing WORKSFORME unless more info is provided, like error logs.  To display errors, add this to the very top of LocalSettings.php (after "<?php"): error_reporting(E_ALL); ini_set("display_errors", 1);

(No, it didn't take me this long to get back to the report, I just found it randomly by searching for something else and figured it was irrelevant by now and should be closed.)

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


Navigation
Links