• Resolved Andrew

    (@yratof)


    In live-chat-support.php, You need to replace the lines starting at 171:

    define('DONOTCACHEPAGE', true);
        define('DONOTCACHEDB', true);

    With

    if (!defined('DONOTCACHEPAGE')) define('DONOTCACHEPAGE', true);
    if (!defined('DONOTCACHEDB')) define('DONOTCACHEDB', true);

    To avoid conflicts with other plugins like woocommerce already setting DONOTCACHEPAGE.

    https://wordpress.org/plugins/wp-live-chat-support/

Viewing 1 replies (of 1 total)
  • Plugin Author WP-LiveChat

    (@wp-livechat)

    Hi yratof

    Thank you very much for bringing this to our attention. We will have this implemented in the next version we release.

    Kind Regards,
    Jarryd

Viewing 1 replies (of 1 total)
  • The topic ‘DONOTCACHEPAGE Conflicts’ is closed to new replies.