[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-08-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #14 from Chad H.   2009-08-27 22:29:33 
UTC ---
Should be fixed with r55644 (by reverting r53534)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845





--- Comment #13 from Alexandre Emsenhuber [IAlex]   
2009-08-19 18:13:12 UTC ---
Someone experienced a similar error, see
http://lists.wikimedia.org/pipermail/mediawiki-l/2009-August/031809.html (same
file, same line). Try to update your PHP version and see it still occurs.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845





--- Comment #12 from Owltom   2009-07-25 02:51:16 UTC ---
(In reply to comment #11)
> What version of PHP were you using when you tested it on Windows?
> 

PHP 5.2.8 (apache2handler)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845





--- Comment #11 from Alex Z.   2009-07-24 21:59:00 UTC ---
What version of PHP were you using when you tested it on Windows?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Owltom  changed:

   What|Removed |Added

  Component|[other] |History/Diffs
Product|MediaWiki extensions|MediaWiki
Version|any |1.16-svn




--- Comment #10 from Owltom   2009-07-23 19:47:58 UTC ---
Found something in my local error_log:

[Wed Jul 22 19:46:24 2009] [error] [client 127.0.0.1] (20024)The given path is
misformatted or contained invalid characters: Cannot map GET
/testkamelopedia/index.php/Spezial:Beitr%C3%A4ge/Dufo HTTP/1.1 to file

[5120] EACCELERATOR: PHP crashed on opline 46 of preg_replace_callback() at
C:\xampp\htdocs\testkamelopedia\includes\Linker.php:1025

I imported the kamelopedia database and could replicate the bug. I'm using
XAMPP on Vista, and this bug crashes appache completely.

In addition: Histories of other pages are also affected, and this also happens
with _all_ extensions disabled. So I was totally wrong assuming that
Extension:LinkedImage was causing this behavior ...

Something in Linker.php (as of r53524) is causing this

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/53534


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845





--- Comment #9 from Owltom   2009-07-21 14:51:44 UTC ---
(In reply to comment #8)
> Hmm, it seems that the LinkedImage-Extension causes this bug
> [http://www.mediawiki.org/w/index.php?title=Extension:LinkedImage&oldid=245470].
> 
> Very strange (why does it break Special:Contributions at all and why only if
> revert-contributions exist?!)
> 

Ahh, r53534 did changes to Linker.php ... so of course that could brake
Extension:LinkedImage ... (but that shouldn't break MWs other functionalities
like Special:Contributions ...

> As MWs core now offers a similar functionality it's not a real problem to
> abandon that extension ...
> 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Owltom  changed:

   What|Removed |Added

  Component|General/Unknown |[other]




--- Comment #8 from Owltom   2009-07-21 14:46:40 UTC ---
Hmm, it seems that the LinkedImage-Extension causes this bug
[http://www.mediawiki.org/w/index.php?title=Extension:LinkedImage&oldid=245470].

Very strange (why does it break Special:Contributions at all and why only if
revert-contributions exist?!)

As MWs core now offers a similar functionality it's not a real problem to
abandon that extension ...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Owltom  changed:

   What|Removed |Added

   Severity|major   |normal
  Component|General/Unknown |General/Unknown
Product|MediaWiki   |MediaWiki extensions
Version|1.16-svn|any




--- Comment #7 from Owltom   2009-07-21 14:03:52 UTC ---
(In reply to comment #6)
> The error seems to be caused by
> http://test.kamelopedia.mormo.org/index.php?oldid=319291&diff=prev since
> http://test.kamelopedia.mormo.org/index.php/Spezial:Beitr%C3%A4ge/Dufo?limit=2
> works but
> http://test.kamelopedia.mormo.org/index.php/Spezial:Beitr%C3%A4ge/Dufo?limit=3
> doesn't (I used
> http://test.kamelopedia.mormo.org/api.php?action=query&list=usercontribs&ucuser=Dufo
> to get your other contributions). Can you follow the instructions on
> http://www.mediawiki.org/wiki/Manual:Errors_and_Symptoms#You_see_a_Blank_Page
> so that we could be able to see the exact error? (I already tried about
> everything on my test wiki but could not reproduce.)
> 

Thanks. Enabling logging as proposed doesn't show anything.

But you helped me quite a lot, as it seems, that the blank page only occurs for
users with reverts in their (not shown) contributions (with the default german
summary message for [[MediaWiki:Revertpage]]).

Another thing: I commented out one extension in localsettings.php (because we
do not use it anymore), and after that, contributions showed up fine _once_
(reloading the page resulted in the blank page syndrome).

So I disabled _all_ extensions (stupid, should have done that _first_), and
after that, everything seems fine. We have quite a lot of extensions, so I need
some time to check out which extension(s) cause that bug ...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch




--- Comment #6 from Alexandre Emsenhuber [IAlex]   
2009-07-21 10:56:59 UTC ---
The error seems to be caused by
http://test.kamelopedia.mormo.org/index.php?oldid=319291&diff=prev since
http://test.kamelopedia.mormo.org/index.php/Spezial:Beitr%C3%A4ge/Dufo?limit=2
works but
http://test.kamelopedia.mormo.org/index.php/Spezial:Beitr%C3%A4ge/Dufo?limit=3
doesn't (I used
http://test.kamelopedia.mormo.org/api.php?action=query&list=usercontribs&ucuser=Dufo
to get your other contributions). Can you follow the instructions on
http://www.mediawiki.org/wiki/Manual:Errors_and_Symptoms#You_see_a_Blank_Page
so that we could be able to see the exact error? (I already tried about
everything on my test wiki but could not reproduce.)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845





--- Comment #5 from Owltom   2009-07-20 21:04:11 UTC ---
error logging seems to be off (php -i says so).

I only have access to the kamelopedia/ test.kamelopedia subdomains of mormo.org
(no root access), so I cannot change anything.

But in the meantime, I found, that especially old accounts are affected by
those bug.

The database at test.kamelopedia is a copy of the original database of
Kamelopedia (which was created back in April 2004). I remembered, that user
Dufo (from the example above) joined us very early, so I checked some
contributions from accounts I know were created in 2004/ 2005 ... and all those
give me the blank page as described above.

I will try to import Kamelopedias database to my local wiki an my Laptop and
try to replicate that bug, so I can add relevant error log lines here ...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Alex Z.  changed:

   What|Removed |Added

 CC||mrzmanw...@gmail.com




--- Comment #4 from Alex Z.   2009-07-20 18:28:16 UTC ---
Are there any relevant lines in the Apache/PHP error log? If not, look in
php.ini and make sure 'log_errors' is set to true and 'error_log' is set to a
file writable by the webserver, then try again (you may need to restart apache
for the settings change to take effect)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19845] Cannot view Special:Contributions (possible regression from r53534)

2009-07-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19845


Chad H.  changed:

   What|Removed |Added

Summary|r53534 brakes something (no |Cannot view
   |idea, what) |Special:Contributions
   ||(possible regression from
   ||r53534)




--- Comment #3 from Chad H.   2009-07-20 18:05:14 UTC 
---
Tweak summary.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l