Delete files FAST in Linux
1 of my magento sites built up too many files in var/sessions and deleting through rm will cause it to show the following error:- And stumble upon this post that…
1 of my magento sites built up too many files in var/sessions and deleting through rm will cause it to show the following error:- And stumble upon this post that…
In Magento 2.4, customer can request to be notified of product which is back in stock. However, to view which product has customer requested to be notified, we need to…
For some reason, the catalog_product index could not be indexed through the magento scheduler but you are able to reindex it manually and this causes error in loading the product…
If you encounter the following when you reindex with magento, you probably did not install analysis-phonetic and analysis-icu plugins. Error encounter Resolution Install the 2 plugins below. If you are…
When I was updating my magento 2.3 to 2.4.x, PHP 8.1 is required, During the upgrade, I encountered the following coding errors which was either deprecated or hit critical error…
Found a way to reverse engineer Docker Container to generate a Docker Run command so that I can safely remove the container and re-run it with some settings.
Recently I am accessing on the feature of Magento 2.0 as i have a couple of web store running Mangeto 1.0 and the support for Magento 1.0 is ending soon.…
Recently my website has been crawling to a stop with 508 errors. And then i realised there’s a stupid bot keep crawling my website non-stop And that stupid bot is…
Before i start, i am not a Symfony pro. I have a day job and i am updating my website on my freetime (usually on the weekends). Its been 2-3…
Finally have some time to update one of my personal website (http://www.hostpohotocontest.com) from Symfony 1 to Symfony 2 framework. Below are the noticeable differences i encounter when migrating to Symfony 1 to 2.…
I recently set up a new Magento website from fresh and then install a new theme follow by installing aheadworks blog extension. Everything works fine until I installed the blog…