[Bug 27452] array_map() callback error

2012-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 Sam Reed (reedy) s...@reedyboy.net changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 27452] array_map() callback error

2012-04-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #9 from Sam Reed (reedy) s...@reedyboy.net 2012-04-27 19:01:38 UTC --- 1 Warning: array_map() [a href='function.array-map'function.array-map/a]: An error occurred while invoking the map callback in /usr/local/apache/common-local

[Bug 27452] array_map() callback error

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|

[Bug 27452] array_map() callback error

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 Reedy s...@reedyboy.net changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 27452] array_map() callback error

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #6 from Reedy s...@reedyboy.net 2011-10-05 23:45:25 UTC --- Oct 5 23:44:54 10.0.2.187 apache2[6888]: PHP Warning: array_map() [a href='function.array-map'function.array-map/a]: An error occurred while invoking the map callback in

[Bug 27452] array_map() callback error

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #7 from Brion Vibber br...@wikimedia.org 2011-10-05 23:54:56 UTC --- This error indicates that the formatItem method used as the callback to array_map threw an exception -- you would get a different error if a non-array had been

[Bug 27452] array_map() callback error

2011-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #4 from Reedy s...@reedyboy.net 2011-10-05 01:57:53 UTC --- Update for completeness... During the 1.18wmf1 migration this seemed to have batches of it occurring again. Did do some hacking $srchres =

[Bug 27452] array_map() callback error

2011-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 Reedy s...@reedyboy.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 27452] array_map() callback error

2011-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-25 00:03:48 UTC --- Reedy, does this still happen in logs? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 27452] array_map() callback error

2011-02-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27452 --- Comment #1 from Brion Vibber br...@pobox.com 2011-02-22 21:04:09 UTC --- The PHP warning message here indicates an exception (or possibly some other error, but I can definitely reproduce it with an exception) in the callback function to