This error is filling up our error log:
stripslashes() expects parameter 1 to be string, array given in TypePadAntiSpam.php on line 226
any idea how to get around it, as the plugin hasn’t been updated in years, it seems…
]]>When clicking Check for Spam under comments > pending the following message is given: “Cannot load typepadantispam-admin.”
]]>This causes a PHP error about line 226.
foreach ( $comment as $key => $data )
$query_string .= $key . ‘=’ . urlencode( stripslashes($data) ) . ‘&’;
I assume that something else above is wrong as $data probably shouldn’t be null.
]]>