Good day,
I wonder where can I submit a media-wiki bug, this is the scenario (sadly mediawiki doesn't have a own php or code log):
Problem: No matter what password I set, I can not login on Wiki, I always get:
Login error You have not specified a valid user name
Note that I am applying case sensitive policy, example: WikiSysop instead of wikisysop.
Mediawiki 1.14.0
wiki:wiki(root)/#/startserv Sun Java System Web Server 7.0U4 B12/02/2008 05:38 info: FCGI1000: Sun Java System Web Server 7.0U4 FastCGI NSAPI Plugin B12/02/2008 05:38 info: CORE5076: Using [Java HotSpot(TM) 64-Bit Server VM, Version 1.5.0_18] from [Sun Microsystems Inc.] info: HTTP3072: http-listener-1: http://wiki:80 ready to accept requests info: CORE3274: successful server startup wiki:wiki(root)/#uname -a SunOS wiki 5.10 Generic_138888-08 sun4u sparc SUNW,Sun-Fire-V240 wiki:wiki(root)/#
mysql> update user set user_password=md5(concat(user_id,'-',md5('temp'))) where user_name = "WikiSysop"; Query OK, 1 row affected (0.06 sec) Rows matched: 1 Changed: 1 Warnings: 0
mysql>
And it does not work, always I get the same error, what is the process for bug submission?
the previous page display fine, everything works fine except login process.
Thanks in advance,
fabio.
_________________________________________________________________ Lauren found her dream laptop. Find the PC that’s right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
On Wed, Jun 10, 2009 at 11:03 AM, Fabio Mirandafabiomiranda@live.com wrote:
I wonder where can I submit a media-wiki bug, this is the scenario (sadly mediawiki doesn't have a own php or code log):
-Robert Rohde
On Wed, Jun 10, 2009 at 11:03 AM, Fabio Mirandafabiomiranda@live.com wrote:
I wonder where can I submit a media-wiki bug, this is the scenario (sadly
mediawiki doesn't have a own php or code log):
On Wed, Jun 10, 2009 at 11:03 AM, Fabio Mirandafabiomiranda@live.com wrote:
I wonder where can I submit a media-wiki bug, this is the scenario (sadly
mediawiki doesn't have a own php or code log):
Oops: A code log which can be annotated can be found at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/
Cheers!
Siebrand
Thanks to Siebrand and George to this outstanding support, I turned out to be a problems with PHP configuration setting, to be honested I changed several, so for sake of future records and search regardinf this on google, this was what I tried:
php.ini:
memory_limit = 256M ; Maximum amount of memory a script may consume (16MB) post_max_size = 1024M post_max_size = 1024M
ALso, I reviewed /docs/wiki/includes/DefaultSettings.php and LocalSettings.php
thanks again, best regards,
fabio...
From: s.mazeland@xs4all.nl To: wikitech-l@lists.wikimedia.org Date: Wed, 10 Jun 2009 20:49:10 +0200 Subject: Re: [Wikitech-l] Bug submission for "login error you have notspecified a valid user name"
On Wed, Jun 10, 2009 at 11:03 AM, Fabio Mirandafabiomiranda@live.com wrote:
I wonder where can I submit a media-wiki bug, this is the scenario (sadly
mediawiki doesn't have a own php or code log):
Oops: A code log which can be annotated can be found at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/
Cheers!
Siebrand
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
_________________________________________________________________ Windows Live™ SkyDrive™: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_SD_25GB_062009
wikitech-l@lists.wikimedia.org