https://bugzilla.wikimedia.org/show_bug.cgi?id=30854
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Niklas Laxström <[email protected]> 2011-09-11 13:02:22 UTC --- Can you add this code to LogFormatter before line 179 and post the results if ( !is_array( $entry->getParameters() ) ) { var_dump( $entry ); die(); } Or can you provide the results of this mysql command: select rc_log_type, rc_log_action, rc_params from recentchanges where rc_type = 3 order by rc_id desc limit 50; -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
