Common Code Error When Upgrading to PHP 8.1
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…
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…
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.…
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…
For a few months after i have upgraded to 1.6.x and to current 1.8.x, i have been facing the following issues/behavior in backend admin
I just recently upgrade one of my magento ecommerce website from 1.7.x to 1.8.1 and one of my customer feedback that he encounter a javascript undefined error upon checkout.
After some comparison with the base folder of magento 1.8.1, i figured out that you need to amend the following page.
If you, like me try to use the following command in using composer and get this error You are probably using Windows command prompt to do the update. Try this…
If you encounter 404 error when you connect to Magento Connnect Manager (System-> Magento Connect Manager), it is probably due to your folder permission not set up correctly. Fortunately, there…
Unfortunately, the default Magento does not comes with all the languages installed. Changing the language dropdown at the bottom of the page will not change the interface. Here’s how to…
If you have turned on your google analytics in admin console and you are using custom design template but the google analytics is not showing up in your html codes,…
Below are the snippets on how to implement a conditional validation in the form. i.e. validate field A if field B is true As discussed in this tutorial (though it…
if you are using the admin generator to generate your backend application and want to show thumbnail or photo in your listing, you can try the following steps. Here’s an…
If you have this error Call to undefined method myUser::setReferer. and if you are using sfGuard plugin, go to apps\[project]\lib\myUser.class.php and change to