When starting out on Magento, a developer comes across many common errors that are easy to tackle if you are aware of the right processes. Some are a bit complicated to solve, however, if you have solutions documented, you can easily solve the most common problems that almost every Magento developer encounters. I am going to share the 10 most common Magento problems that a developer can face and how to solve them.

Problem 1: Configuring Magento with a new domain

Let’s assume that your Magento is configured with www.yourdomain.com and you want to change the domain to www.anotherdomain.com.

There are two ways to configure your Magento store with a new domain:

First, go to MySQL Manager (for many, it is PHPMyAdmin). Select your Database and find the table called core_config_data and click on it.

In core_config_data table, you can see web/unsecure/base_url and web/secure/base_url entries.

Magento Admin Issues

Change your old domain name with your new domain and click the Go button to save the changes.

  • Clear Magento Cache



By deleting or clearing your cache, can solve many issues in Magento.

The cache folder is located in your Magento root directory /var/cache. To clear the cache, simply delete the folder and go to your Magento admin System > Cache Management and clear all Cache.

Read Complete Article Here: http://www.cloudways.com/blog/magent...eir-solutions/

View more threads in the same category: