I got this error after upgrading to php7.0php7.0. running magento enterprise 1.9enterprise 1.9. I then tried every suggestion out there. Here is how I got it to work:
I added error reporting in my index.php, and fixed all the errors being reported.
In MySQL table core_config_data, I cleared values for web/cookie_path web/cookie_httponly. Make sure you have the right web/cookie_domain value with your domain (very important).
Clear your browser cache and cookies.
I added error reporting in my index.php, and fixed all the errors being reported.
In MySQL table
core_config_data, I cleared values forweb/cookie_path web/cookie_httponly. Make sure you have the rightweb/cookie_domainvalue with your domain (very important).Clear your browser cache and cookies.