|
I have the same problem. I use fresh instalaltion. It works for a while, then I have the error. No more page is working. Can’t find an erroro report.
I installed a backup of the database, but still have the error ;(
this is the file I can catch before the error. The error folder is empty. :O
PDOException Object
(
[message:protected] => SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn’t match value count at row 1
[string:private] =>
[code:protected] => 21S01
[file:protected] => ...../lib/Varien/Db/Adapter/Pdo/Mysql.php
[line:protected] => 276
[trace:private] => Array
(
[0] => Array
(
[file] => .....lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 276
[function] => query
[class] => PDO
[type] => ->
[args] => Array
(
[0] => INSERT INTO tax_calculation_rate VALUES(3, ‘DE’, 0, ‘*’, ‘19% Steuer’, 19.0000)
)
)
[1] => Array
(
[file] => ....../lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 397
[function] => raw_query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => INSERT INTO tax_calculation_rate VALUES(3, ‘DE’, 0, ‘*’, ‘19% Steuer’, 19.0000)
)
)
[2] => Array
(
[file] => ....../app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 612
[function] => multi_query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => INSERT INTO tax_calculation_rate VALUES(3, ‘DE’, 0, ‘*’, ‘19% Steuer’, 19.0000);
INSERT INTO tax_calculation_rate VALUES(4, ‘DE’, 0, ‘*’, ‘0% Steuer’, 0.0000);
INSERT INTO tax_calculation_rate VALUES(5, ‘DE’, 0, ‘*’, ‘7% Steuer’, 7.0000);
)
)
[3] => Array
(
[file] => /....../app/code/local/Symmetrics/ConfigGerman/sql/config_german_setup/mysql4-install-0.1.0.php
[line] => 36
[function] => run
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => INSERT INTO tax_calculation_rate VALUES(3, ‘DE’, 0, ‘*’, ‘19% Steuer’, 19.0000);
INSERT INTO tax_calculation_rate VALUES(4, ‘DE’, 0, ‘*’, ‘0% Steuer’, 0.0000);
INSERT INTO tax_calculation_rate VALUES(5, ‘DE’, 0, ‘*’, ‘7% Steuer’, 7.0000);
)
)
[4] => Array
(
[file] => ....../app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 360
[args] => Array
(
[0] =>....../app/code/local/Symmetrics/ConfigGerman/sql/config_german_setup/mysql4-install-0.1.0.php
)
[function] => include
)
[5] => Array
(
[file] => ......app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 260
[function] => _modifyResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => install
[1] =>
[2] => 0.1.11
)
)
[6] => Array
(
[file] => ...../app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 224
[function] => _installResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => 0.1.11
)
)
[7] => Array
(
[file] => ...../app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 153
[function] => applyUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
)
)
[8] => Array
(
[file] =>......app/code/core/Mage/Core/Model/App.php
[line] => 363
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[9] => Array
(
[file] => ...../app/code/core/Mage/Core/Model/App.php
[line] => 295
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[10] => Array
(
[file] =>.......app/Mage.php
[line] => 596
[function] => run
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
[0] => Array
(
[scope_code] =>
[scope_type] => store
[options] => Array
(
)
)
)
)
[11] => Array
(
[file] => ....../index.php
[line] => 78
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
[errorInfo] => Array
(
[0] => 21S01
[1] => 1136
[2] => Column count doesn’t match value count at row 1
)
)
|