-
- wayne62682

-
Total Posts: 6
Joined: 2008-09-24
|
Maybe someone can help me.. I’m trying to set up a local development environment on my laptop to experiment with Magento. I installed Zend Server CE, downloaded magento to the htdocs directory inside of Apache and started it up. I specify my database information in the Configuration section, and verify that everything’s right, but when I hit continue it just seems to take forever (presumably creating all of the tables) and then all I get is a blank screen. Checking the database, I see that it creates a bunch of tables, but I’m unable to proceed with anything else. If I go back to http://localhost/magento, it tries to recreate the database automatically (maybe it thinks it didn’t finish setup and wants to resume?) and gives me the following error message:
Error in file: “C:\Program Files (x86)\Zend\Apache2\htdocs\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:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(292): Mage::exception(’Mage_Core’, ‘Error in file: ...’)
#1 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(167): Mage_Core_Model_Resource_Setup->_modifyResourceDb(’install’, ‘’, ‘0.9.38’)
#2 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(155): Mage_Core_Model_Resource_Setup->_installResourceDb(’0.9.38’)
#3 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Resource\Setup.php(121): Mage_Core_Model_Resource_Setup->applyUpdates()
#4 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\Config.php(263): Mage_Core_Model_Resource_Setup::applyAllUpdates()
#5 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\code\core\Mage\Core\Model\App.php(263): Mage_Core_Model_Config->init(Array)
#6 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\Mage.php(434): Mage_Core_Model_App->init(’’, ‘store’, Array)
#7 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\app\Mage.php(455): Mage::app(’’, ‘store’, Array)
#8 C:\Program Files (x86)\Zend\Apache2\htdocs\magento\index.php(65): Mage::run()
#9 {main}
I even dropped and recreated the database, and it still says this instead of restarting the install wizard. I literally have to remove the directory and re-extract it from the zip file in order to start the install process again, but the same thing happens. Can someone assist me so I can get this set up and begin to evaluate it? I know that Magento is designed on/works best on a Linux system, but I have to make do with Windows.
|