Forums

[Plugin: Secure WordPress] Broke my site (3 posts)

  1. kjetilgf
    Member
    Posted 3 months ago #

    After activating the plugin and clicking Save on the settings page I got a handful of errors (below) and the site was down until the plugin was deleted. Any known plugin incompatibilities or the like? (I use some - AskApache and SimplePress forum to mention a couple)
    Kjetil

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/2/d/dolcevita/www/blogg/wp-admin/includes/plugin.php on line 388
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/2/d/dolcevita/www/blogg/wp-admin/includes/plugin.php:388) in /home/2/d/dolcevita/www/blogg/wp-includes/pluggable.php on line 770

    http://wordpress.org/extend/plugins/secure-wordpress/

  2. samboll
    moderator
    Posted 3 months ago #

    you can't have ask apache and this plugin

  3. kjetilgf
    Member
    Posted 3 months ago #

    OK
    Thanks a lot for telling :o)
    There's an alternative, though (mentioned here) by inserting this code in the functions.php file:
    add_filter(’login_errors’,create_function(’$a’, “return null;”));
    But - to make this work - what is the complete function to use. Regretably the advise post mentioned above doesn't give that answer (though I've asked).
    Thanks again,
    Kjetil

Reply

You must log in to post.

About this Topic