configuration of mailchimp with hirebee
Hi Dimitris,
I have install mailchimp plugin, it is working fine. Beside this email plugin I wanted to sync my registered user with plugin. For this mailchimp have another plugin which will sync register user. For this synchronization as per mailchimp instructions in wp_config.php 'WP_DEBUG' mode need to enable by change
below code from false to true. I did the same
===
define('WP_DEBUG', true);
===
After enable debug mode I am getting error. Please see the belwo error and guide me how can I resolve this error.
========
Notice: Use of undefined constant APP_TD - assumed 'APP_TD' in /home4/umarshah/public_html/
wp-content/themes/freelancerr/includes/actions.php on line 364
Notice: Use of undefined constant header - assumed 'header' in /home4/umarshah/public_html/
wp-content/themes/freelancerr/includes/actions.php on line 399
Notice: Use of undefined constant options - assumed 'options' in /home4/umarshah/public_html/
wp-content/themes/freelancerr/includes/actions.php on line 399
========
Please note that I have contacted with freelancerr developer for this error, as per his instruction I deactivated child theme and enabled debug mode. But issue was the same on only hirebee theme without child theme. please tell me how can I resolve this issue.
regards