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

    (@loginradius)

    Hi,

    Thanks for highlighting the issue.
    Can you please tell us with which plugin our plugin is conflicting.
    If you are getting any error message , please send us that error message.

    If errors are not being displayed then follow these steps to enable debugging

    1. Login to your ftp.
    2. Open wp-root-dir/wp-config.php
    3. Replace
    define('WP_DEBUG', false);
    with
    define('WP_DEBUG', true);
    and after this line please add

    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);

    You can find debug file debug.txt in root-dir/wp-content
    Please send us errors from this debug file.

    You can also tell us name of other plugins you are using. We will test our plugin in similar environment and will get back to you soon!

    Plugin Author loginradius-dev

    (@loginradius-dev)

    Hi,

    Please let us know the status of the issue if you are still facing the issue. We are closing the issue for now.
    You can reopen the issue if you are still facing the issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login Radius Conflicting with other plugins’ is closed to new replies.