Better WP Security away mode locked me out instantly
-
Better WP Security locked me out as soon as I enabled away mode and the site disappeared altogether — now there are only blank pages, not just admin but the front end pages are blank too.
This is what I’ve done to resolve (found on other posts here) but no luck so far….
via ftp — in the plugin >>secure.php modified the bwps_awaymode by changing the 1’s to 0’s
line 150: if ( $transaway === true && get_option( 'bwps_awaymode' ) == 0 ) { line 158: if ( $bwpsoptions['am_type'] == 1 && get_option( 'bwps_awaymode' ) == 0 ) { line 197: if ( $bwpsoptions['am_enabled'] == 0 && get_option( 'bwps_awaymode' ) == 0
In the database I’ve deleted bwps_awaymode, no luck.
It’s not a test site (I know, I know, stupido)
Help please.
- The topic ‘Better WP Security away mode locked me out instantly’ is closed to new replies.