-
- benovic

-
Total Posts: 3
Joined: 2008-02-14
|
I have read about PDOException Object errors in the forums, but it seems that this problem only comes with an installation on Windows systems. Well not with me. When I try to install Magento on my server, i get the following message after the Database installation form:
PDOException Object ( [message:protected] => SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'core_config_data' [string:private] => [code:protected] => 42S02 [file:protected] => /www/htdocs/w00651df/domains/shop.aureli.us/lib/Varien/Db/Adapter/Pdo/Mysql.php [line:protected] => 109 [trace:private] => Array ( [0] => Array ( [file] => /www/htdocs/w00651df/domains/shop.aureli.us/lib/Varien/Db/Adapter/Pdo/Mysql.php [line] => 109 [function] => query [class] => PDO [type] => -> [args] => Array ( [0] =>
DROP TABLE IF EXISTS core_config_data; CREATE TABLE core_config_data (
................----> pretty long mysql thing ........
[errorInfo] => Array ( [0] => 42S02 [1] => 1051 [2] => Unknown table 'core_config_data' )
)
exception 'Mage_Core_Exception' with message 'Error in file: "/www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/sql/core_setup/mysql4-install-0.7.0.php" - SQLSTATE[42S02]: Base table or view not found: 1051 Unknown table 'core_config_data'' in /www/htdocs/w00651df/domains/shop.aureli.us/app/Mage.php:338 Stack trace: #0 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/Resource/Setup.php(260): Mage::exception('Mage_Core', 'Error in file: ...') #1 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/Resource/Setup.php(139): Mage_Core_Model_Resource_Setup->_modifyResourceDb('install', '', '0.7.5') #2 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/Resource/Setup.php(126): Mage_Core_Model_Resource_Setup->_installResourceDb('0.7.5') #3 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/Resource/Setup.php(100): Mage_Core_Model_Resource_Setup->applyUpdates() #4 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/Config.php(181): Mage_Core_Model_Resource_Setup::applyAllUpdates() #5 /www/htdocs/w00651df/domains/shop.aureli.us/app/code/core/Mage/Core/Model/App.php(174): Mage_Core_Model_Config->init(NULL) #6 /www/htdocs/w00651df/domains/shop.aureli.us/app/Mage.php(367): Mage_Core_Model_App->init('base', NULL) #7 /www/htdocs/w00651df/domains/shop.aureli.us/app/Mage.php(387): Mage::app('base', NULL) #8 /www/htdocs/w00651df/domains/shop.aureli.us/index.php(28): Mage::run('base') #9 {main}
heres my php config: http://shop.aureli.us/info.php
hope you can help!
|