Arthur Richards wrote:
- Another user was attempting to move a page on Meta when she saw this:
PHP fatal error in /usr/local/apache/common-local/php-1.18/includes/GlobalFunctions.php line 1197: Object of class AFPData could not be converted to string
AFPData is a class used by the AbuseFilter Line 1197 is wfMsgReplaceArgs. Somewhere in AbuseFilter extension there is a wrong call to a wfMsg() function. The best way to debug this is with a full backtrace.