Java error
-
On one of my sites I get this error
An error has occurred. Site owners can check the JavaScript console for more details.Not much to see there though
-
May I know when you get this error?
Can you please open the browser console and see any errors?
While I log in, so after pressing the login button. with not much to see there i meant in the error log.
This error is shown when the 2FA checking ajax call failed at login time.
It looks like the AIOS upgrade might be corrupted. If it is corrupted, you can download the AIOS plugin from https://downloads.wp.xz.cn/plugin/all-in-one-wp-security-and-firewall.5.0.9.zip and upload the AIOS plugin again.
To rid of the error, you can disable the AIOS 2FA feature by adding below code line in the wp-config.php file:
define('TWO_FACTOR_DISABLE', true);Hope it helps you.
i’ve done the update and had already removed the line:
define('TWO_FACTOR_DISABLE', true);
But the issue still remains. This is the only website on which this issue is occurring, none of the others have this issue. Same server same settings.I’m still awaiting your replay mr. @pmbaldha.
Please accept my apologies for the delay in the reply.
May I know if you have enabled the maintenance mode by ticking the “Enable Front-end Lockout” checkbox in the Admin dashboard > WP Security > Maintainance?
We have recently found a conflict between 2FA and maintenance mode. We have resolved it in our development version of the AIOS plugin. We will release it in the next couple of days and you will get a resolution to your issue.
In between, can you please retain the below code line to disable the 2FA feature on your site?
define('TWO_FACTOR_DISABLE', true);This code line will disable the 2FA feature on your site.
Thanks a lot.
https://downloads.wp.xz.cn/plugin/all-in-one-wp-security-and-firewall.5.0.10.zip had been downloaded, that must be the correct development version right?
Sorry that I did that hacky download trick, but I rather have things fixed then I have them disabled, especially when it comes to security.
No, it’s not a development version.
The development version of AIOS resided in the private GitLab repo. It is not accessible to the public.
We will release the new version 5.1.0 today.
Thank you.
Can you share it already maybe? So I can continue to work please.
Please…….. or at what time will it be public?
define(‘TWO_FACTOR_DISABLE’, true);
Does not take any effect as well…
Very very sorry for your inconvenience.
You can download the AIOS development version from https://drive.google.com/file/d/1vE93u9OrS_O2_WatIJoJcpBzomc8zu-s/view?usp=sharing.
Thank you.
The topic ‘Java error’ is closed to new replies.