• Hi

    I updated the plugin to 3.1.1 and I got this error: 2FAS Prime plugin requirements error

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

    I also updated MailPoet to the last version and WP to 5.7.

    I deactivate the plugin. I saw in the forum that there is another similar issue with another plugin.
    Thank you so much for you support.

    Bye for now
    Marcela

    • This topic was modified 3 years, 7 months ago by mcaso.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author 2FAS

    (@2fas)

    Hi,

    We add script which checks potential conflicts with other plugins (when other plugin use the same 3rd party library as 2FAS Prime but in another version) – then you get Fatal Error on your site.
    You can 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.

    Thread Starter mcaso

    (@mcaso)

    Hi

    Thank you so much for your help! I follow your steps and I changed the line (TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS’, false ); in constants.php, I activate the plugin again and now is working properly.

    Now I have a doubt, shall I put only the line ‘TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS’, false ) in the wp-config.php ? in any place?

    Thank you so much again
    Marcela

    Plugin Author 2FAS

    (@2fas)

    Hi,

    Thank you for your information.
    You can put this code on the end of file before:
    /* That's all, stop editing! Happy publishing. */ WordPress comment

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2FAS Prime plugin requirements error 2FAS Prime plugin doesn’t work properly wi’ is closed to new replies.