Hi @mihalca,
Thank you for getting in touch with us.
Please open wp-live-chat-support/wp-live-chat-support.php file and find this line:
wp_localize_script('wplc-user-script', 'wplc_gravatar_image', $wplc_grav_image);
Replace it with this:
if (! empty($wpcl_grav_image) ) {
wp_localize_script('wplc-user-script', 'wplc_gravatar_image', $wplc_grav_image);
}
Hope that helps. Thank you for your time in this.
Best regards,
Jarek