• Resolved eotstavnov

    (@eotstavnov)


    The plugin all-in-one-wp-security-and-firewall1/wp-security.php has been deactivated due to an error: Plugin file does not exist.

    The plugin all-in-one-wp-security-and-firewall2/wp-security.php has been deactivated due to an error: Plugin file does not exist.

    How to manually delete your plugin settings? renaming the folder and deleting it does not help me, the plugin has already spawned 5 folders of which it tries to start even if the folder does not exist?

    Give me instruction plz.

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

    (@hjogiupdraftplus)

    Hi @eotstavnov

    In extra of remove the plugins files /wp-content/plugins/all-in-one-wp-security-and-firewall, tables start with {tableprefix}_aiowps needs to removed 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

    Regards

    Thread Starter eotstavnov

    (@eotstavnov)

    this does not work

    • This reply was modified 2 years, 4 months ago by eotstavnov.
    Thread Starter eotstavnov

    (@eotstavnov)

    I did all the above, but messages about the absence of the plugin still appear. where else can there be settings?

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @eotstavnov

    This error generally means that plugin is active first then files are removed.

    Here strang is that it has the folder name ending with 1 , 2 etc.. “all-in-one-wp-security-and-firewall1” , “all-in-one-wp-security-and-firewall2” this is not the general behaviour it will have only “all-in-one-wp-security-and-firewall” as the folder.

    Can you please cross check in database if active_plugins as option name have those values ? IF yes how that getting added you have to cross check.

    SELECT * FROM wp_options WHERE option_name LIKE '%active_plugins%'
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘all-in-one-wp-security-and-firewall1/wp-security.php has been deactivated’ is closed to new replies.