[Bug 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended

2013-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

Andre Klapper  changed:

   What|Removed |Added

Summary|Undefined offset notice in  |Undefined offset notice in
   |ImageGallery.php|ImageGallery.php if
   ||&fileuntil=xxx.yyy is
   ||appended

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended

2013-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

S. Piccardi  changed:

   What|Removed |Added

 CC||picca...@truelite.it

--- Comment #5 from S. Piccardi  ---
I can confirm this error. 

I'm using standard Debian packages for Apache, PHP, memcache, apc. From
Mediawiki version page I have:


MediaWiki 1.21.2
PHP 5.3.3-7+squeeze17 (apache2handler)
MySQL 5.1.66-0+squeeze1-log


What I find in the error log is:

[Wed Dec 04 11:46:26 2013] [error] [client 217.133.96.194] PHP Notice: 
Undefined offset: 3 in
/var/www/fountainpen.it/mediawiki/includes/ImageGallery.php on line 266

I got this asking for something like:

http://www.fountainpen.it/index.php?title=Categoria:Waterman_Ads&fileuntil=1916-Waterman-4x.jpg.

It happen always when having a category for images with more that 200 images.
First you have to go in the second page page by the "next 200" link, then going
backby the "previous 200" triggers the error.

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended

2013-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

[[kgh]]  changed:

   What|Removed |Added

 CC||mediaw...@kghoffmeyer.de

--- Comment #4 from [[kgh]]  ---
I am getting the exact same PHP notice on MW 1.20.7 with PHP 5.3.3 and MySQL
5.1.66 on Apache 2.2.16

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

Andre Klapper  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|1.20.x  |1.21.2
Summary|Undefined offset notice in  |Undefined offset notice in
   |ImageGallery.php if |ImageGallery.php if
   |&fileuntil=xxx.yyy is   |&fileuntil=xxx.yyy is
   |appended|appended on Category: pages
 Ever confirmed|0   |1

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-06-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

Andre Klapper  changed:

   What|Removed |Added

Version|1.21.2  |1.21.x

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-06-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #9 from Andre Klapper  ---
Let's assume it's been fixed (comment 7 and comment 8) in the meantime.

Please reopen if somebody can still reproduce the problem in 1.23.

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

Andre Klapper  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|General/Unknown |Categories

--- Comment #6 from Andre Klapper  ---
The line the notice refers to is the very last line in:
# Output each image...
foreach ( $this->mImages as $pair ) {
$nt = $pair[0];
$text = $pair[1]; # "text" means "caption" here
$alt = $pair[2];
$link = $pair[3];

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

--- Comment #7 from Bawolff (Brian Wolff)  ---
Is this still present on 1.23 ? (I vaugely remember fixing this. Id check
myself but only have my phone for the next little while)

-- 
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 47464] Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages

2014-05-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47464

--- Comment #8 from S. Piccardi  ---
I checked on 1.22.6 and it seems resolved. Cannot test 1.23 until is released
as stable.

-- 
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