- This topic has 1 reply, 2 voices, and was last updated 6 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › estore – error constant COOKIE_DOMAIN – assumed 'COOKIE_DOMAIN' (
After installation I am getting this error at the top of my screen.
constant COOKIE_DOMAIN – assumed ‘COOKIE_DOMAIN’ (this will throw an Error in a future version of PHP) in /home/premie82/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_advanced_configs.php on line 89
How should I handle this? I’ve had to deactivate the estore plugin for now.
Looks like you are using multi-site but the COOKIE_DOMAIN constant definition is missing in your wp-config file.
Basically, this is an issue with your multi-site setup (you may have an unusual domain mapping setup). The following resource has info that explains what you should add to your wp-config.php file so the “COOKIE_DOMAIN” constant is there:
https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain