Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @thebeardedguy

    Thanks for getting in touch. This may be because of a plugin/theme conflict. Can you do a conflict test and see if the issue goes away? This doc explains how to do a conflict test if you are not sure: How to do a plugin/theme conflict test?

    http://docs.ultimatemember.com/article/96-how-to-do-a-plugin-theme-conflict-test

    If a conflict test doesn’t solve your issue, please edit your wp-config.php file in the root folder of site & replace

    define('WP_DEBUG', false);

    with

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Thanks!

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @thebeardedguy

    …Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ultimate Member chat error non numeric value’ is closed to new replies.