Forbes India Leader Recognition
e.preventDefault(); // Prevent form submission input.blur(); // remove focus input.value = ""; // optional: clear the input

Magento Common Problems

Magento Common Problems

Featured Image

There are a bunch of problems that we face while moving Magento from 1 server to another server. This article lists all the issues that we faced till date and their solutions:

magento common problems
  • The most common one is you moved sites from your development machine to deployment server and it does not work. In order to fix it:
    1. First, go to app/etc/local.xml and change the DB settings.
    2. Open table core_config_data and change values against web/unsecure/base_url and web/secure/base_url. If you are giving values like www.mymagentosite.com/ make sure you do not miss that /
    3. Remove contents of var folder as it is relevant to your dev instance and not the production instance.
  • Change Admin password as you forgot what password you gave at the time of installation. Run this command and you can change it:
    UPDATE admin_user SET password=CONCAT(MD5('qXbond123'), ':qX') WHERE username='admin'; // here bond123 is password and admin is the username
    
  • You see this message and do not know where the error is “There has been an error processing your request” error.
    1. Go to errors folder and rename local.xml.sample to local.xml and now you would be able to see the errors.
  • Every once in a while you come across this error “SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine”.
    1. Most likely you are running out of disk space on this machine (shared hosting?). Clean up the unused files/DBs and you should be fine.
  • The DB dump is way too big and you are sure what you can remove while moving the DB. Here are a few tables that you should truncate right away:
    1. TRUNCATE `log_url`;
    2. TRUNCATE `log_url_info`;
    3. TRUNCATE `log_visitor`;
    4. TRUNCATE `log_visitor_info`;
    5. TRUNCATE `dataflow_batch_import`;
    6. TRUNCATE `dataflow_batch_export`;
    7. TRUNCATE `index_event`;
    8. TRUNCATE `report_event`;
  • While installing the plugins you have given write permission to the complete folder and now you want to reset the permissions as they were earlier. There is this brilliant Magento clean up tool that you can use. Follow these steps:
    1. Download this PHP script from https://www.magentocommerce.com/wiki/media/groups/227/magento-cleanup2.zip
    2. Extract and move it to your mageno installation’s root folder as magento-cleanup.php
    3. Hit <Your Installation Path>/magento-cleanup.php from browser and it would reset the permissions right.
We are sure that this is not the end of the problems with Magento. We will keep updating this article with new findings. In the meantime, if you come across any other problem that is not covered here, please leave a comment and we can help you.
  • There is this very annoying problem in the Magento on Chrome, 1) admin login does not work and 2) add to cart does not work. To fix both the problems, comment last 3 codes of the code block:
session_set_cookie_params(

$this->getCookie()->getLifetime(),

$this->getCookie()->getPath()

// $this->getCookie()->getDomain(),

// $this->getCookie()->isSecure()

// $this->getCookie()->getHttponly()

);

Related Posts

Latest Posts

  • All Posts
  • AI Powered Knowledge
  • ai/ml
  • CEO India Magazine
  • CMMI level 5 Certification
  • e-learning
  • Fintech
  • gaming
  • Generative AI
  • healthcare
  • manufacturing
  • News
  • OTT
  • Portfolio
  • supply chain
  • travel and hospitality
  • Tudip's AI Hackathon
  • Voxlearn Enterprises
    •   Back
    • Android
    • iOS
    • Java
    • PHP
    • MEAN
    • Ruby
    • DotNet
    • IoT
    • Cloud
    • Testing
    • Roku
    • CMS
    • Python
The Future of Workplace Learning: AI-Powered Knowledge on Demand

The Future of Workplace Learning: AI-Powered Knowledge on Demand

June 12, 2026

A few months ago, I was sitting in a meeting with a team lead who looked genuinely frustrated. Not because…

Read More
We Built VoXlearn Because Enterprise Training Was Broken: Here’s What We Did About It

We Built VoXlearn Because Enterprise Training Was Broken: Here’s What We Did About It

June 12, 2026

If you’ve ever sat through an end-of-quarter training report and thought, “We spent all that time and money, and this…

Read More
We Did It Again: Tudip Successfully Renews Its CMMI Level 5 Certification

We Did It Again: Tudip Successfully Renews Its CMMI Level 5 Certification

June 9, 2026

Nobody around here needed a memo to know something worth celebrating had happened. The message from the CMMI Institute said…

Read More

India

Plot No. 11/2, Phase 3, Hinjewadi Rajiv Gandhi Infotech Park, Pune, India – 411057.
info@tudip.com
+91-96-8990-0537

United States

1999 S. Bascom Ave Suite 700, Campbell CA. 95008, USA.
info@tudip.com
+1-408-216-8162

Canada

64 Caracas Road North York, Toronto Ontario M2K 1B1, Canada.
info@tudip.com

Mexico

Calle Amado Nervo #785 Interior B Colonia Ladron De Guevara 44600 Guadalajara, Jalisco, Mexico.
info@tudip.com

Singapore

77 High Street, #10-12B High Street Plaza, Singapore 179433.
info@tudip.com

Colombia

Cra. 9 # 113-53 Of. 1405 Bogotá D.C., Colombia.
info@tudip.com

UAE

Tudip Information Technologies L.L.C Office No 109, ABU HAIL BUILDING 13, Abu Hail, Dubai, UAE.
info@tudip.com

Nigeria

22 Kumasi Crescent, Wuse 2, Abuja, Nigeria.
info@tudip.com