Hello, I'm trying to install Magento Shopping Cart through WAMP but when I config the server datebase it shows me this: Error in file: "C:\wamp\www\magento\app\code\core\Mage\Sales\sql\sales_setup\mysql4-install-0.9.0.php" - SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'sales_flat_quote' already exists Trace: #0 C:\wamp\www\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(292): Mage::exception('Mage_Core', 'Error in file: ...') #1 C:\wamp\www\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(167): Mage_Core_Model_Resource_Setup->_modifyResourceDb('install', '', '0.9.31') #2 C:\wamp\www\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(155): Mage_Core_Model_Resource_Setup->_installResourceDb('0.9.31') #3 C:\wamp\www\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(121): Mage_Core_Model_Resource_Setup->applyUpdates() #4 C:\wamp\www\magento\app\code\core\Mage\Core\Model\Config.php(214): Mage_Core_Model_Resource_Setup::applyAllUpdates() #5 C:\wamp\www\magento\app\code\core\Mage\Core\Model\App.php(242): Mage_Core_Model_Config->init(Array) #6 C:\wamp\www\magento\app\Mage.php(432): Mage_Core_Model_App->init('', 'store', Array) #7 C:\wamp\www\magento\app\Mage.php(453): Mage::app('', 'store', Array) #8 C:\wamp\www\magento\index.php(52): Mage::run() #9 {main} Please can anyone tell me what is going on here? and how can i solve this problem. Thanks!
From this error it seems that 'sales_flat_quote' table already exists in your database hence it is giving an error. I am not sure about rest of the errors. Create another blank database and try to install the script and use new blank database in config file. Kailash
Hi everybody, when i try to install the magento in my server it is not making me to install it. there is no response from the server and it was just sending the request for more than one hour. how can i overcome from this problem. Thanks
Hi people, i have the same problem. Then i drop the database and the error change a litte: Error in file: "E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Catalog\sql\catalog_setup\mysql4-upgrade-0.7.0-0.7.1.php" - SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'customer_group_id' Trace: #0 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(292): Mage::exception('Mage_Core', 'Error in file: ...') #1 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(179): Mage_Core_Model_Resource_Setup->_modifyResourceDb('upgrade', '0.7.0', '0.7.69') #2 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(146): Mage_Core_Model_Resource_Setup->_upgradeResourceDb('0.7.0', '0.7.69') #3 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(121): Mage_Core_Model_Resource_Setup->applyUpdates() #4 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\Config.php(263): Mage_Core_Model_Resource_Setup::applyAllUpdates() #5 E:\vhosts\xxx.com.br\httpdocs\magento\app\code\core\Mage\Core\Model\App.php(263): Mage_Core_Model_Config->init(Array) #6 E:\vhosts\xxx.com.br\httpdocs\magento\app\Mage.php(434): Mage_Core_Model_App->init('', 'store', Array) #7 E:\vhosts\xxx.com.br\httpdocs\magento\app\Mage.php(455): Mage::app('', 'store', Array) #8 E:\vhosts\xxx.com.br\httpdocs\magento\index.php(65): Mage::run() #9 {main} Regards