Magento 1 Invalid Form Key
When login to Magento 1 Admin area, i get an error Invalid Form Key. Please refresh the page. This is because the…
When login to Magento 1 Admin area, i get an error Invalid Form Key. Please refresh the page. This is because the…
When i visit a Magento 2 site, i get error 1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is…
To install Elasticsearch, add the key Install apt-transport-https Add apt repository install elasticsearch with apt Set elasticsearch to start on boot Elasticsearch…
To install memcached, run apt install php-memcached apt install build-essential apt install autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev Enable memcached…
To list Modules in Magento 2, run php bin/magento module:status Example [markt-24@server public_html]$ php bin/magento module:status List of enabled modules: Magento_AdminAnalytics Magento_Store…
Magento store website URL in table core_config_data. This is the same for Magento 1 and Magento 2. To see the current URL,…
To install Elasticsearch for Magento on Debian, install Java 1.8 and apt-transport-https apt install -y openjdk-8-jdk-headless apt install -y apt-transport-https Add key…
Magento 2 comes with command line tool to manage magento installation. This help you to do many tasks like clearning cache, install…
To enable SSL in Magento, go to System > Configuration Click on “Web” link on left menu. On this page, set Auto-redirect…
To change Magento admin URL, login to Magento Admin area. Go to System > Configuration On next page, from side menu, click…
On a site running Magento 1.9, user login is not working on Google Chrome. The problem is due to cookie setting in…
On a VPS hosting Magento 1.9 disk was getting full. On checking, found var/session folder taking too much disk space. Disk usage…