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

ApiMain::execute() seems to wrap things in a try/catch by default, so whatever
the exception was may have been separately logged to wfDebugLog('exception')
(or apparently not logged at all if it wasn't a MWException).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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

Reply via email to