Could not open input file: composer.phar
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…
Web Developer/Designer.
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…
Ever wondering how to add aheadworks’s mangento extenstion– blog list to your home page? Here’s how to do it. Duplicate app\design\frontend\default\helloseasonal\template\aw_blog\blog.phtml to app\design\frontend\default\helloseasonal\template\aw_blog\bloghome.phtml Edit bloghome.phtml Optional: If you want to…
Do you have a category menu that you want to redirect to a URL instead? Did you install aheadworks blog extension and wants to redirect a category to the blog?…
If you are connecting to an outlook exchange server and would like to change the offline folder file location but unable to do so, try the following steps to change…
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 use symfony’s sfDoctrineApply plugin and for some reason, the ‘id’ and ‘user_id’ in sf_guard_user_profile are messed up, you can try the below SQL. The SQL would update sf_guard_user’s…
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
If you had deployed to production/LIVE environment and encounter this error message when you tried to access fontend_dev.php, it is due to a security IP check in fontend_dev.php to check…