Pages

Magento : "invalid form key. please refresh the page"

Magento : "invalid form key. please refresh the page"


It also happens if the cookie domain in System > Configuration > Web > Cookies is different from the actual site domain.
To remove the setting without access to the admin panel:
1 - use the following SQL query on the MySQL console or in a client like phpMyAdmin:
DELETE FROM core_config_data WHERE path='web/cookie/cookie_domain';
2 - clear the cache. If you are using the default file based cache backend, delete all directories below var/cache.

No comments:

Post a Comment