• Resolved telechargerfilm

    (@telechargerfilm)


    Hello,

    yesterday i started by removing from my google console, the racaptcha v2, and then i created a v3. this was to be able to send / receive emails from the contact plugin 7. everything was fine.
    But today I can not log in on my admin wordpress, an error message appears “ERROR for the owner of the site: Invalid site key
    “. I think it’s because the plugin all in one wp security has kept the old security code and the old site code.

    because i had Think the error it’s because this plugin, I had renamed it (and my cache plugin whit ftp), then I go back to the default login url, I’m asked for the login and code, that I introduce, but it’s impossible to connect what to do please?
    Ps; is it possible to update captcha codes via ftp? thank you in advance

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, looks like you might have corrupted the plugins functionality. I suggest that you remove all the settings and start again. Please check the following documentation.

    Let me know if this helps you.

    Thank you

    Thread Starter telechargerfilm

    (@telechargerfilm)

    know that with the plugin I had to change the connection url.
    I change the name of the plugins to disable all in one wp security.
    so the admin default wordpress url is https / mysite.com / wp-admin, I’m asked for login and code but it’s still impossible to connect.
    I also disable the cache plugin but it does not help the problem.
    Ps: i cant restet because i can con’ect to my admin wordpress i hope you understand my problem , sorty for my english its so bad i know

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, try the following.

    – FTP the .htaccess file from your site to your computer and edit and remove all the code between and including the following tags: Make sure you upload the .htaccess file back into the same location you downloaded the file from via FTP.

    # BEGIN All In One WP Security
    # END All In One WP Security

    Let me know if the above helps you.

    Thank you

    Thread Starter telechargerfilm

    (@telechargerfilm)

    I wil do that and i wil say you thank you

    Thread Starter telechargerfilm

    (@telechargerfilm)

    i have remove all the code between : # BEGIN All In One WP Security
    # END All In One WP Security, but i have now a error 500, i hope that we will find a solution. thanks

    Thread Starter telechargerfilm

    (@telechargerfilm)

    Help me please thank you

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, it looks like your are running into all sorts of issues.

    Since you have already cleared everything from our plugin in the .htaccess file please carry out the following steps. These steps will remove our plugins tables from your database.

    – Log into phpMyAdmin and locate the database for the website you are working on. Look for any table entry with the following name aiowps and delete those tables. There should be 6 tables associated with this plugin, in addition to the options settings. There will also be other entries for transients and plugin version etc. The following is a list of tables and entries found in the database.

    Note: You might like to check the following URL Remove All In One WP Security Database Tables to learn how to search for the plugins tables in your database.

    | aiowps_events |
    | aiowps_failed_logins |
    | aiowps_global_meta |
    | aiowps_login_activity |
    | aiowps_login_lockdown |
    | aiowps_permanent_block |
    | commentmeta |
    | comments |

    -There are other aiowps settings saved in the WordPress “options” table, under the option name “aio_wp_security_configs”. You should also delete the “aio_wp_security_configs” row in the options table.

    The above steps will delete the plugin completely from your database and allow you to start from scratch.

    Let me know how you go.

    Thank you

    Thread Starter telechargerfilm

    (@telechargerfilm)

    hello, thank you for your help

    I deleted the 6 databases, (| aiowps_events |
    | aiowps_failed_logins |
    | aiowps_global_meta |
    | aiowps_login_activity |
    | aiowps_login_lockdown |
    | aiowps_permanent_block |

    i have too Investigate Tables Further | commented |
    | comments | goal no “aiowps” inside.

    I have not deleted the plugin only nodified the folder name.

    after that i cant connect to my renamed so i go to mywebsite / wp-login.php
    and i cant not connect to my wordpress. please help me

    ps; to mywebsite.com/wp-login.php a small white window appears there to mark “open a session”. we ask for the login and the code, which I put but it does not want to connect, its endless load

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    PLEASE follow the instructions below carefully.

    1.login to your DB using PHPMyAdmin
    2.Go to the wp_options table
    3.Look for the entry which has option_name equal to “aio_wp_security_configs”
    4.Copy the option_value and paste it in a text document in case you need to restore this if something goes wrong.
    5.Then inside the option_value search for the following string: s:27:”aiowps_enable_login_captcha”;s:1:”1″
    6.Change the above to look like this: s:27:”aiowps_enable_login_captcha”;s:0:””, Note: s:1 was changed to s:0 and “1” was changed to “”.
    7.Save your table row.

    The above will deactivate the login captcha. If you run into issues simply paste the string you saved before you made any changes and save the DB row and then you will at least restore the aiowps settings back to the original state.

    Thread Starter telechargerfilm

    (@telechargerfilm)

    hello,

    to my wp-options table i have look for option name equal to ““aio_wp_security_configs” but there are not, i have 6 pages to my wp_option but no “aio_wp_security_configs”.

    Thread Starter telechargerfilm

    (@telechargerfilm)

    i am so so so happy, i have delete the files .htacces and now i can connect . thank you so mutch .. no me .htacces is empty.
    can I leave it this file that way without risk of being penalized by google? knowing that puts redirection its made via the seo yoast plugin ?
    Meanwhile i reactivate the plugin and delete the setting google recaptcha

    ps: I can log in but if I put the .htacces file back I have an Internal Server Error, so I am temporarily without a htacces file that is dangerous for security. what to do please thank you

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, log into your site and save your permalink settings again. Go to Settings -> Permalinks and click on Save Changes button to achieve this.

    This will populate your .htaccess file. Let me know if the helps you.

    Kind regards

    Thread Starter telechargerfilm

    (@telechargerfilm)

    hello thank you for your responses,

    Thank you for following your advice and resulat is the same.
    I recapitulate:
    maintain I know to connect but I do not know to disconnect me. if I remove the file .htacces the visitors cant see the pageswebsites but for me I would connect to the site. so when I connect to the site I put the file htacces so that visitors can see the pages (otherwise server error)
    I Feel That it is not 100% repaired

    Thread Starter telechargerfilm

    (@telechargerfilm)

    I created a new htaccess file because it was corrupted. in the file I added this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Now its ok i can connect and disconnect, and they are no error or internal server.
    On the other hand I lose the old “configurations” of these plugins, I hope it is not the risk of not having a problem for google SEO?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    Now its ok i can connect and disconnect, and they are no error or internal server.
    On the other hand I lose the old “configurations” of these plugins, I hope it is not the risk of not having a problem for google SEO?

    You should not have a problem with SEO.

    If everything is working correctly now and you don’t need any more help. Can you mark this thread as resolved.

    Thank you

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘admin wp whit ERROR for the owner of the site: Invalid site key’ is closed to new replies.