Error log
-
I keep getting messages that my error log has been changed, so I checked it. Virtually all my errors are from PieRegister, multiple times per day. Here is an example of the most recent:
[09-Dec-2013 00:20:28 UTC] PHP Warning: in_array() expects parameter 2 to be array, string given in /home7/newmexj7/public_html/wp-content/plugins/pie-register/pie-register.php on line 1196
[09-Dec-2013 00:20:28 UTC] PHP Warning: implode(): Invalid arguments passed in /home7/newmexj7/public_html/wp-content/plugins/pie-register/pie-register.php on line 1751I copied the code and looked at it in a text editor with line numbers.
Line 1196:
if($cnt){
$message .= “\r\n”;
$message .= __( ‘In order to reset the password for any of these (if you aren\’t already successfully in the middle of doing so already), you should specify the login when requesting a password reset rather than using your e-mail.', 'piereg' ) . "\r\n\r\n";
}Line 1751:
</style>I’m not conversant enough with php to uncover the error and edit the plugin code. Can anyone help? Otherwise, PieRegister has totally eliminated all the spam logins at my site.
Thanks.
- The topic ‘Error log’ is closed to new replies.