Change Outlook’s offline folder file location
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 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