Error after wordpress 3.8 update
-
I have been using this plugin for my site. When I started using this plugin I used to get compatibility issues. Now I am very much happy that I learn so much on how to set up this to protect from malicious attacks.
The following is the warning I am getting right now after updating my WP core to 3.8. at plugin dashboard, under subscribe widget.
“Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bit51_bwps::change_foolic_input_size’ was given in /home/[username]/public_html/[sitename]/wp-includes/plugin.php on line 199”
I want to know what went wrong with “this plugin/at my end” after word press 3.8 update?
My Second Error:
The plugin’s hide backend feature for “wp-login.php along with secret code” revealing if we try to hack with “/wp-login.php?loggedout=true”.
I just changed the mode rewrite rules generated by this plugin in .htaccess as follows, to protect from the above said hack.RewriteCond %{QUERY_STRING} ^loggedout=true
RewriteRule ^.*$ /wp-login.php? [R,L]
So that if someone wish to go with “loggedout=true” will get my customized 404 error, but they don’t get wp-login.php?(MySecretCode)I hope, the plugin authors will find the better way to solve the above errors. But I can understand and really appreciate the authors patience and hard work to develop this plugin.
Last but not least, though it is having some minor errors, I prefer to rate this plugin 5*****. It also works well with other wordpress security plugins Wordfence, SecuriScanner, and Acunetix WP Security.
- The topic ‘Error after wordpress 3.8 update’ is closed to new replies.