Zend_Db_Statement_Exception Object ( [_previous:Zend_Exception:private] => [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mag_core_email_queue' already exists, query was: CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci [string:Exception:private] => [code:protected] => 42 [file:protected] => /home/vt-france/www/lib/Zend/Db/Statement/Pdo.php [line:protected] => 235 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Statement/Pdo/Mysql.php [line] => 110 [function] => _execute [class] => Zend_Db_Statement_Pdo [type] => -> [args] => Array ( [0] => Array ( ) ) ) [1] => Array ( [file] => /home/vt-france/www/app/code/core/Zend/Db/Statement.php [line] => 291 [function] => _execute [class] => Varien_Db_Statement_Pdo_Mysql [type] => -> [args] => Array ( [0] => Array ( ) ) ) [2] => Array ( [file] => /home/vt-france/www/lib/Zend/Db/Adapter/Abstract.php [line] => 480 [function] => execute [class] => Zend_Db_Statement [type] => -> [args] => Array ( [0] => Array ( ) ) ) [3] => Array ( [file] => /home/vt-france/www/lib/Zend/Db/Adapter/Pdo/Abstract.php [line] => 238 [function] => query [class] => Zend_Db_Adapter_Abstract [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci [1] => Array ( ) ) ) [4] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Adapter/Pdo/Mysql.php [line] => 428 [function] => query [class] => Zend_Db_Adapter_Pdo_Abstract [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci [1] => Array ( ) ) ) [5] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Adapter/Pdo/Mysql.php [line] => 2117 [function] => query [class] => Varien_Db_Adapter_Pdo_Mysql [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci ) ) [6] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.5-1.6.0.6.php [line] => 70 [function] => createTable [class] => Varien_Db_Adapter_Pdo_Mysql [type] => -> [args] => Array ( [0] => Varien_Db_Ddl_Table Object ( [_tableName:protected] => mag_core_email_queue [_schemaName:protected] => [_tableComment:protected] => Email Queue [_columns:protected] => Array ( [MESSAGE_ID] => Array ( [COLUMN_NAME] => message_id [COLUMN_TYPE] => integer [COLUMN_POSITION] => 0 [DATA_TYPE] => integer [DEFAULT] => [NULLABLE] => [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => 1 [PRIMARY] => 1 [PRIMARY_POSITION] => 0 [IDENTITY] => 1 [COMMENT] => Message Id ) [ENTITY_ID] => Array ( [COLUMN_NAME] => entity_id [COLUMN_TYPE] => integer [COLUMN_POSITION] => 1 [DATA_TYPE] => integer [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => 1 [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Entity ID ) [ENTITY_TYPE] => Array ( [COLUMN_NAME] => entity_type [COLUMN_TYPE] => text [COLUMN_POSITION] => 2 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => 1 [LENGTH] => 128 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Entity Type ) [EVENT_TYPE] => Array ( [COLUMN_NAME] => event_type [COLUMN_TYPE] => text [COLUMN_POSITION] => 3 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => 1 [LENGTH] => 128 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Event Type ) [MESSAGE_BODY_HASH] => Array ( [COLUMN_NAME] => message_body_hash [COLUMN_TYPE] => text [COLUMN_POSITION] => 4 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 64 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Body Hash ) [MESSAGE_BODY] => Array ( [COLUMN_NAME] => message_body [COLUMN_TYPE] => text [COLUMN_POSITION] => 5 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 1024k [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Body ) [MESSAGE_PARAMETERS] => Array ( [COLUMN_NAME] => message_parameters [COLUMN_TYPE] => text [COLUMN_POSITION] => 6 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 64k [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Parameters ) [CREATED_AT] => Array ( [COLUMN_NAME] => created_at [COLUMN_TYPE] => timestamp [COLUMN_POSITION] => 7 [DATA_TYPE] => timestamp [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Creation Time ) [PROCESSED_AT] => Array ( [COLUMN_NAME] => processed_at [COLUMN_TYPE] => timestamp [COLUMN_POSITION] => 8 [DATA_TYPE] => timestamp [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Finish Time ) ) [_indexes:protected] => Array ( [118B03182A5C6A31DB6BE10335921DA1] => Array ( [INDEX_NAME] => 118B03182A5C6A31DB6BE10335921DA1 [COLUMNS] => Array ( [ENTITY_ID] => Array ( [NAME] => entity_id [SIZE] => [POSITION] => 0 ) [ENTITY_TYPE] => Array ( [NAME] => entity_type [SIZE] => [POSITION] => 1 ) [EVENT_TYPE] => Array ( [NAME] => event_type [SIZE] => [POSITION] => 2 ) [MESSAGE_BODY_HASH] => Array ( [NAME] => message_body_hash [SIZE] => [POSITION] => 3 ) ) [TYPE] => index ) ) [_foreignKeys:protected] => Array ( ) [_options:protected] => Array ( [type] => INNODB [charset] => utf8 [collate] => utf8_general_ci ) ) ) ) [7] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 624 [args] => Array ( [0] => /home/vt-france/www/app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.5-1.6.0.6.php ) [function] => include ) [8] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 437 [function] => _modifyResourceDb [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( [0] => upgrade [1] => 1.6.0.4 [2] => 1.6.0.6 ) ) [9] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 320 [function] => _upgradeResourceDb [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( [0] => 1.6.0.4 [1] => 1.6.0.6 ) ) [10] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 235 [function] => applyUpdates [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( ) ) [11] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/App.php [line] => 417 [function] => applyAllUpdates [class] => Mage_Core_Model_Resource_Setup [type] => :: [args] => Array ( ) ) [12] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/App.php [line] => 343 [function] => _initModules [class] => Mage_Core_Model_App [type] => -> [args] => Array ( ) ) [13] => Array ( [file] => /home/vt-france/www/app/Mage.php [line] => 684 [function] => run [class] => Mage_Core_Model_App [type] => -> [args] => Array ( [0] => Array ( [scope_code] => [scope_type] => store [options] => Array ( ) ) ) ) [14] => Array ( [file] => /home/vt-france/www/index.php [line] => 87 [function] => run [class] => Mage [type] => :: [args] => Array ( [0] => [1] => store ) ) ) [previous:Exception:private] => PDOException Object ( [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mag_core_email_queue' already exists [string:Exception:private] => [code:protected] => 42S01 [file:protected] => /home/vt-france/www/lib/Zend/Db/Statement/Pdo.php [line:protected] => 228 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/vt-france/www/lib/Zend/Db/Statement/Pdo.php [line] => 228 [function] => execute [class] => PDOStatement [type] => -> [args] => Array ( [0] => Array ( ) ) ) [1] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Statement/Pdo/Mysql.php [line] => 110 [function] => _execute [class] => Zend_Db_Statement_Pdo [type] => -> [args] => Array ( [0] => Array ( ) ) ) [2] => Array ( [file] => /home/vt-france/www/app/code/core/Zend/Db/Statement.php [line] => 291 [function] => _execute [class] => Varien_Db_Statement_Pdo_Mysql [type] => -> [args] => Array ( [0] => Array ( ) ) ) [3] => Array ( [file] => /home/vt-france/www/lib/Zend/Db/Adapter/Abstract.php [line] => 480 [function] => execute [class] => Zend_Db_Statement [type] => -> [args] => Array ( [0] => Array ( ) ) ) [4] => Array ( [file] => /home/vt-france/www/lib/Zend/Db/Adapter/Pdo/Abstract.php [line] => 238 [function] => query [class] => Zend_Db_Adapter_Abstract [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci [1] => Array ( ) ) ) [5] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Adapter/Pdo/Mysql.php [line] => 428 [function] => query [class] => Zend_Db_Adapter_Pdo_Abstract [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci [1] => Array ( ) ) ) [6] => Array ( [file] => /home/vt-france/www/lib/Varien/Db/Adapter/Pdo/Mysql.php [line] => 2117 [function] => query [class] => Varien_Db_Adapter_Pdo_Mysql [type] => -> [args] => Array ( [0] => CREATE TABLE `mag_core_email_queue` ( `message_id` int UNSIGNED NOT NULL auto_increment COMMENT 'Message Id' , `entity_id` int UNSIGNED NULL COMMENT 'Entity ID' , `entity_type` varchar(128) NULL COMMENT 'Entity Type' , `event_type` varchar(128) NULL COMMENT 'Event Type' , `message_body_hash` varchar(64) NOT NULL COMMENT 'Message Body Hash' , `message_body` mediumtext NOT NULL COMMENT 'Message Body' , `message_parameters` text NOT NULL COMMENT 'Message Parameters' , `created_at` timestamp NULL default NULL COMMENT 'Creation Time' , `processed_at` timestamp NULL default NULL COMMENT 'Finish Time' , PRIMARY KEY (`message_id`), INDEX `118B03182A5C6A31DB6BE10335921DA1` (`entity_id`, `entity_type`, `event_type`, `message_body_hash`) ) COMMENT='Email Queue' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci ) ) [7] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.5-1.6.0.6.php [line] => 70 [function] => createTable [class] => Varien_Db_Adapter_Pdo_Mysql [type] => -> [args] => Array ( [0] => Varien_Db_Ddl_Table Object ( [_tableName:protected] => mag_core_email_queue [_schemaName:protected] => [_tableComment:protected] => Email Queue [_columns:protected] => Array ( [MESSAGE_ID] => Array ( [COLUMN_NAME] => message_id [COLUMN_TYPE] => integer [COLUMN_POSITION] => 0 [DATA_TYPE] => integer [DEFAULT] => [NULLABLE] => [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => 1 [PRIMARY] => 1 [PRIMARY_POSITION] => 0 [IDENTITY] => 1 [COMMENT] => Message Id ) [ENTITY_ID] => Array ( [COLUMN_NAME] => entity_id [COLUMN_TYPE] => integer [COLUMN_POSITION] => 1 [DATA_TYPE] => integer [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => 1 [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Entity ID ) [ENTITY_TYPE] => Array ( [COLUMN_NAME] => entity_type [COLUMN_TYPE] => text [COLUMN_POSITION] => 2 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => 1 [LENGTH] => 128 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Entity Type ) [EVENT_TYPE] => Array ( [COLUMN_NAME] => event_type [COLUMN_TYPE] => text [COLUMN_POSITION] => 3 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => 1 [LENGTH] => 128 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Event Type ) [MESSAGE_BODY_HASH] => Array ( [COLUMN_NAME] => message_body_hash [COLUMN_TYPE] => text [COLUMN_POSITION] => 4 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 64 [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Body Hash ) [MESSAGE_BODY] => Array ( [COLUMN_NAME] => message_body [COLUMN_TYPE] => text [COLUMN_POSITION] => 5 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 1024k [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Body ) [MESSAGE_PARAMETERS] => Array ( [COLUMN_NAME] => message_parameters [COLUMN_TYPE] => text [COLUMN_POSITION] => 6 [DATA_TYPE] => text [DEFAULT] => [NULLABLE] => [LENGTH] => 64k [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Message Parameters ) [CREATED_AT] => Array ( [COLUMN_NAME] => created_at [COLUMN_TYPE] => timestamp [COLUMN_POSITION] => 7 [DATA_TYPE] => timestamp [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Creation Time ) [PROCESSED_AT] => Array ( [COLUMN_NAME] => processed_at [COLUMN_TYPE] => timestamp [COLUMN_POSITION] => 8 [DATA_TYPE] => timestamp [DEFAULT] => [NULLABLE] => 1 [LENGTH] => [SCALE] => [PRECISION] => [UNSIGNED] => [PRIMARY] => [PRIMARY_POSITION] => 0 [IDENTITY] => [COMMENT] => Finish Time ) ) [_indexes:protected] => Array ( [118B03182A5C6A31DB6BE10335921DA1] => Array ( [INDEX_NAME] => 118B03182A5C6A31DB6BE10335921DA1 [COLUMNS] => Array ( [ENTITY_ID] => Array ( [NAME] => entity_id [SIZE] => [POSITION] => 0 ) [ENTITY_TYPE] => Array ( [NAME] => entity_type [SIZE] => [POSITION] => 1 ) [EVENT_TYPE] => Array ( [NAME] => event_type [SIZE] => [POSITION] => 2 ) [MESSAGE_BODY_HASH] => Array ( [NAME] => message_body_hash [SIZE] => [POSITION] => 3 ) ) [TYPE] => index ) ) [_foreignKeys:protected] => Array ( ) [_options:protected] => Array ( [type] => INNODB [charset] => utf8 [collate] => utf8_general_ci ) ) ) ) [8] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 624 [args] => Array ( [0] => /home/vt-france/www/app/code/core/Mage/Core/sql/core_setup/upgrade-1.6.0.5-1.6.0.6.php ) [function] => include ) [9] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 437 [function] => _modifyResourceDb [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( [0] => upgrade [1] => 1.6.0.4 [2] => 1.6.0.6 ) ) [10] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 320 [function] => _upgradeResourceDb [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( [0] => 1.6.0.4 [1] => 1.6.0.6 ) ) [11] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/Resource/Setup.php [line] => 235 [function] => applyUpdates [class] => Mage_Core_Model_Resource_Setup [type] => -> [args] => Array ( ) ) [12] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/App.php [line] => 417 [function] => applyAllUpdates [class] => Mage_Core_Model_Resource_Setup [type] => :: [args] => Array ( ) ) [13] => Array ( [file] => /home/vt-france/www/app/code/core/Mage/Core/Model/App.php [line] => 343 [function] => _initModules [class] => Mage_Core_Model_App [type] => -> [args] => Array ( ) ) [14] => Array ( [file] => /home/vt-france/www/app/Mage.php [line] => 684 [function] => run [class] => Mage_Core_Model_App [type] => -> [args] => Array ( [0] => Array ( [scope_code] => [scope_type] => store [options] => Array ( ) ) ) ) [15] => Array ( [file] => /home/vt-france/www/index.php [line] => 87 [function] => run [class] => Mage [type] => :: [args] => Array ( [0] => [1] => store ) ) ) [previous:Exception:private] => [errorInfo] => Array ( [0] => 42S01 [1] => 1050 [2] => Table 'mag_core_email_queue' already exists ) ) )