• Hello, since the last update, within the admin interface, I’m receiving the following red bordered message:

    2FAS Light plugin requirements error

    2FAS Prime plugin doesn’t work properly with the following plugins: includes.

    Plugin functionality cannot be enabled until this problem is solved. Please ask your hosting provider to support 2FAS Light plugin’s requirements.

    Everything was fine before this update. We do not have any plugin named includes also no new packages were installed on the server.

    Please you help us to debug this issue?

    • This topic was modified 3 years, 7 months ago by pa4080.
Viewing 1 replies (of 1 total)
  • Plugin Author 2FAS

    (@2fas)

    Hi,

    We fixed the path in the script that checks for conflicts with plugins in version 3.1.1 so you can update it. Now you should get the correct plugin name with which there may be a problem.
    You can also turn off conflict checking if the plugin worked properly before.
    To do this, change constants.php file
    define( 'TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS', true ); and set to define( 'TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS', false );
    If the plugin works correctly, it means there is no conflict because the plugin uses the same libraries and you can copy this piece of code to your wp-config.php file so that the next time you update it does not overwrite your settings.

Viewing 1 replies (of 1 total)
  • The topic ‘“2FAS Light plugin requirements error”’ is closed to new replies.