• Resolved raha1988ab

    (@raha1988ab)


    Hi

    Afrer resetting settings with aiowps-reset-settings.zip and activation the plugin , it won’t allowd me to login to my site , even I removed the 7 table of database was crated with plugins.

    Also I delete the code in wp-config , htaccess and the folder of backup in wp-content , but I see the configs still there

    Please tell me hot to remove compleatly the configs of this plugin and install and config that agian?

    Thank you so much

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

    (@hjogiupdraftplus)

    Hi @raha1988ab

    To complete remove the plugin

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

    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

    Let me know if still any issue.

    Thread Starter raha1988ab

    (@raha1988ab)

    HI

    Thanks for information

    I already removed all php file and code was added into wp-config.php and all php file related the plugin

    but that query for sql , I think is not right

    https://snipboard.io/eAXsJu.jpg

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @raha1988ab

    I can see there is no single quote at end Like operator to match string start and end with aio.

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

    Thread Starter raha1988ab

    (@raha1988ab)

    Now its working

    These table should be removed? rankmath?

    https://snipboard.io/2WVPwL.jpg

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @raha1988ab

    No rankmath related option no need to remove. It is not related to AIOS plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Won’t allow to login in wordpess dashboard’ is closed to new replies.