Magento command for site with different version of PHP on aaPanel If default php version is 7.3 on aaPanel and your website is running on… Read More →
To enable symlink on aapanel, you can follow these steps: Step 1: Login to aapanel Go to the aapanel login page, enter your credentials and… Read More →
Enable template-hints with command in Magento 2 php bin/magento dev:template-hints:enable php bin/magento dev:template-hints:disable Remove Cache chmod -R 777 var/ pub/ generated/ php bin/magento cache:clean php… Read More →
Magento 2 Migration Warning: SessionHandler::read(): Open app/etc/env.php ‘session’ => array ( ‘save’ => ‘files’ ), to ‘session’ => array ( ‘save’ => ‘db’ ),
Use the following commants on Magento 2 terminal /www/server/php/74/bin/php -d memory_limit=-1 bin/magento setup:upgrade /www/server/php/74/bin/php -d memory_limit=-1 bin/magento cache:clean /www/server/php/74/bin/php -d memory_limit=-1 bin/magento indexer:reindex /www/server/php/74/bin/php -d… Read More →
Fix Magento 2 Migration Error: Resolve ‘No Alive Nodes Found in Your Cluster’ with Elasticsearch Setu
May 8, 2022
Magento 2 is a powerful e-commerce platform used by thousands of businesses worldwide to manage their online stores. However, as with any complex system, issues… Read More →