• Resolved athan43

    (@athan43)


    With only these two options I did and it locked me out. I do not understand anything.

    01.- Check this if you want to enable the honeypot feature for the registration page   Check this if you want to enable the honeypot feature for the registration page

    02.- Check this if you want to insert a CAPTCHA form on the WordPress user registration page (if you allow user registration).

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @athan43

    Sorry for inconvenience. Enable registration captcha and honeypot adds extra functionality to registration forms. It should not lockout the whole website.

    Can you please let me know more details to identify the issue? Do you see any error 403 , 504 or any other error in log files?

    try rename the \wp-content\plugins\all-in-one-wp-security-and-firewall folder it will deactivate the plugin.

    Regards

    Thread Starter athan43

    (@athan43)

    Hello. I have a problem with the plugin All-in-One Security (AIOS). It locks me out of the admin. It also does not allow other registered users to log in. I clear all the options from the plugin it doesn’t lock me out but still won’t allow other users to log in. All problems are solved when I disable the plugin All-in-One Security (AIOS)

    The message that WordPress shows me is below:

    This plugin failed to load properly and has been paused during recovery mode.

    ?να σφ?λμα τ?που E_ERROR εντοπ?στηκε στη γραμμ? 655 του αρχε?ου /home/kingweb/goldenhouse.gr/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php. Κωδικ?? σφ?λματο?: Uncaught Error: Cannot unset offset in a non-array variable in /home/kingweb/goldenhouse.gr/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php:655 Stack trace: #0 /home/kingweb/goldenhouse.gr/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php(596): AIOWPSecurity_User_Login::update_users_online_transient(1) #1 /home/kingweb/goldenhouse.gr/wp-includes/class-wp-hook.php(308): AIOWPSecurity_User_Login::wp_login_action_handler(‘golden’, Object(WP_User)) #2 /home/kingweb/goldenhouse.gr/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #3 /home/kingweb/goldenhouse.gr/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/kingweb/goldenhouse.gr/wp-includes/user.php(110): do_action(‘wp_login’, ‘golden’, Object(WP_User)) #5 /home/kingweb/goldenhouse.gr/wp-login.php(1231): wp_signon(Array, true) #6 {main} thrown

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @athan43

    Sorry for late reply. It seems the AIOS updates time of last activity ( login ) for logged users so it may know still the user is logged in there it do not get proper value as it should be but this is not the general issue.

    Can you please provide me the _transient_users_online values your db have if you do have multisite installation let me know than this need to be changed a bit.

    https://snipboard.io/ntVqh7.jpg

    SELECT * FROM wp_options WHERE option_name LIKE ‘%users_online%’

    Regards

    Thread Starter athan43

    (@athan43)

    Hello.
    The file does not exist wp_options

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    @athan43

    wp_options is database table not file

    Thread Starter athan43

    (@athan43)

    I’m sorry. In the Database table wp_options I didn’t find the row LIKE ‘%users_online%’

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    @athan43

    users_online is transient it will expired and auto removed after 30 mins so you might not have that if not logged in.

    Please activate all in one security plugin..

    Make sure you have WP security > Brute force > Captcha settings > Captcha type setting = Maths or Google ( setting Google api , secret key ) done and try login again if still issue let me know.

    Thread Starter athan43

    (@athan43)

    Hello. Thank you very much for your honorable efforts to help me. I have been struggling a lot with this plugin. Got tired. I have removed all options and settings and the problems continue. All problems are solved only when I disable the plugin. I will uninstall it. Please let me know after uninstalling what leftovers it leaves in the database etc so I can remove them.

    Yours sincerely

    Thread Starter athan43

    (@athan43)

    Hello. I uninstalled the plugin All-in-One Security (AIOS) and still having issues. I get the following message:

    A scheduled event failed.

    The scheduled event, aiowps_hourly_cron_event, failed to run. Your site is still working, but this may indicate that your scheduled article posts or automatic updates may not be working as they should.

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @athan43

    Sorry for later reply.

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall, tables start with {tableprefix}_aiowps needs to remved also remove from wp_options having “aio”

    SELECT * FROM wp_options WHERE option_name LIKE '%aio%'

    https://snipboard.io/AVyaWZ.jpg

    Please also remove from .htaccess all code between,

    “BEGIN All In One WP Security”

    “END All In One WP Security”

    Also make sure that wp-config.php. , htaccess, .user.ini file in root of the wordpress installed directory do not include the aios-bootstrap.php
    and remove aios-bootstrap.php from the same folder you have wp-config.php

    Also remove the wp-content\uploads\aios\firewall-rules\settings.php

    If still cronjob not removed you may install the WP control plugin, Go to Cron Events and remove that aiowps_hourly_cron_event.

    Regards

    Thread Starter athan43

    (@athan43)

    THANK YOU VERY MUCH. BE ALWAYS WELL!!!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Problems, problems, problems’ is closed to new replies.