Hello.
Sorry to hear that. This error means that we cannot get data from the database about the answer of this current captcha, or there is no such data in the database.
If you cannot log in to the site, first you need to somehow deactivate the plugin without using the dashboard. One way to do it is to use FTP (or a file manager in your hosting panel) to delete the folder of the plugin /wp-content/plugins/simple-login-captcha/. Then you will be able to login without captcha.
Now that you have access to the dashboard, if you want to help me find the problem with the plugin (so I can potentially fix it), you can again install the plugin and do some tests.
First make sure the problem is still present by trying to login from another browser (while still logged-in in this one so you have dashboard access).
If yes, one thing to try is to temporarily deactivate all other plugins, so we can check if there is a conflict between one of them and my plugin. Once you deactivate them, again try logging in with captcha from another browser to see if it is fixed.
Another thing to check is if the database table of the plugin is still present and if data is added there. One way to see the database is from phpMyAdmin in your hosting panel. To know your database name you can check the wp-config.php file (google it to know more). There should be a database table inside it called wp_slc_simple_login_captcha or possibly starting with some other prefix instead of “wp_”.
If such table is in the database, you can visit the login screen from another browser and then check if that adds a new row in the table with the correct answer in the answer column.
And another thing to try, is to activate DEBUG mode of WordPress and check if that produces an error when trying to add or get data from the database table about the captcha (try using the captcha after that to trigger the error). If there is an error it will be added in the debug.log file in wp-content folder and we can read more about it.
And tell me what you find after doing these tests.
Regards.