Conversation
supportHi, starting in version 2.1.2 of the plugin, a fatal error is triggered when loading the WooCommerce checkout page as a logged-in user. Rolling back to 2.1.1 resolves the issue. Here’s the error: [04-Apr-2025 19:05:45 UTC] PHP Fatal error: Uncaught Error: Undefined constant "od" in /wp-content/plugins/zoho-campaigns/includes/class.zcwc.php:167
We are also seeing this error on our sites since migrating to 2.1.2. It looks like these changes are what introduced this problem, specifically if(od!=”” && id!=””) which seem to be missing the $ prefix.
We are also seeing this error on our sites since migrating to 2.1.2. It looks like these changes are what introduced this problem, specifically if(od!=”” && id!=””) which seem to be missing the $ prefix.