Jump to content
nFo

Flanco.ro is Down

Recommended Posts

mare magazin online... 

functioneaza bine de tot

 

 

Zend_Db_Statement_Exception Object
(
    [_previous:Zend_Exception:private] => 
    [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'gwcn_giftcard_nav_buffer' already exists
    [string:Exception:private] => 
    [code:protected] => 42
    [file:protected] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Statement/Pdo.php
    [line:protected] => 234
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Statement/Pdo/Mysql.php
                    [line] => 110
                    [function] => _execute
                    [class] => Zend_Db_Statement_Pdo
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Adapter/Abstract.php
                    [line] => 479
                    [function] => execute
                    [class] => Zend_Db_Statement
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Adapter/Pdo/Abstract.php
                    [line] => 238
                    [function] => query
                    [class] => Zend_Db_Adapter_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                            [1] => Array
                                (
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Adapter/Pdo/Mysql.php
                    [line] => 428
                    [function] => query
                    [class] => Zend_Db_Adapter_Pdo_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                            [1] => Array
                                (
                                )

                        )

                )

            [5] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Adapter/Pdo/Mysql.php
                    [line] => 2048
                    [function] => query
                    [class] => Varien_Db_Adapter_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                        )

                )

            [6] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/local/Flanco/GiftCard/sql/giftcard_setup/upgrade-0.1.1-0.1.2.php
                    [line] => 21
                    [function] => createTable
                    [class] => Varien_Db_Adapter_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Varien_Db_Ddl_Table Object
                                (
                                    [_tableName:protected] => gwcn_giftcard_nav_buffer
                                    [_schemaName:protected] => 
                                    [_tableComment:protected] => gwcn_giftcard_nav_buffer
                                    [_columns:protected] => Array
                                        (
                                            [CODE] => Array
                                                (
                                                    [COLUMN_NAME] => code
                                                    [COLUMN_TYPE] => text
                                                    [COLUMN_POSITION] => 0
                                                    [DATA_TYPE] => text
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 255
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Code
                                                )

                                            [AMOUNT] => Array
                                                (
                                                    [COLUMN_NAME] => amount
                                                    [COLUMN_TYPE] => decimal
                                                    [COLUMN_POSITION] => 1
                                                    [DATA_TYPE] => decimal
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 2
                                                    [PRECISION] => 10
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Amount
                                                )

                                            [IS_USED] => Array
                                                (
                                                    [COLUMN_NAME] => is_used
                                                    [COLUMN_TYPE] => boolean
                                                    [COLUMN_POSITION] => 2
                                                    [DATA_TYPE] => boolean
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Is_used
                                                )

                                            [NAV_TIMESTAMP] => Array
                                                (
                                                    [COLUMN_NAME] => nav_timestamp
                                                    [COLUMN_TYPE] => bigint
                                                    [COLUMN_POSITION] => 3
                                                    [DATA_TYPE] => bigint
                                                    [DEFAULT] => 
                                                    [NULLABLE] => 
                                                    [LENGTH] => 
                                                    [SCALE] => 
                                                    [PRECISION] => 
                                                    [UNSIGNED] => 
                                                    [PRIMARY] => 
                                                    [PRIMARY_POSITION] => 0
                                                    [IDENTITY] => 
                                                    [COMMENT] => Nav_timestamp
                                                )

                                        )

                                    [_indexes:protected] => Array
                                        (
                                        )

                                    [_foreignKeys:protected] => Array
                                        (
                                        )

                                    [_options:protected] => Array
                                        (
                                            [type] => INNODB
                                            [charset] => utf8
                                            [collate] => utf8_general_ci
                                        )

                                )

                        )

                )

            [7] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 624
                    [args] => Array
                        (
                            [0] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/local/Flanco/GiftCard/sql/giftcard_setup/upgrade-0.1.1-0.1.2.php
                        )

                    [function] => include
                )

            [8] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => 0.1.1
                            [2] => 0.1.4
                        )

                )

            [9] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/Resource/Setup.php
                    [line] => 320
                    [function] => _upgradeResourceDb
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 0.1.1
                            [1] => 0.1.4
                        )

                )

            [10] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/App.php
                    [line] => 417
                    [function] => applyAllUpdates
                    [class] => Mage_Core_Model_Resource_Setup
                    [type] => ::
                    [args] => Array
                        (
                        )

                )

            [12] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/App.php
                    [line] => 343
                    [function] => _initModules
                    [class] => Mage_Core_Model_App
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [13] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/Mage.php
                    [line] => 683
                    [function] => run
                    [class] => Mage_Core_Model_App
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [scope_code] => 
                                    [scope_type] => store
                                    [options] => Array
                                        (
                                        )

                                )

                        )

                )

            [14] => Array
                (
                    [file] => /srv/web/flanco.ro/src/releases/20161223143933/index.php
                    [line] => 95
                    [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 'gwcn_giftcard_nav_buffer' already exists
            [string:Exception:private] => 
            [code:protected] => 42S01
            [file:protected] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Statement/Pdo.php
            [line:protected] => 228
            [trace:Exception:private] => Array
                (
                    [0] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Statement/Pdo.php
                            [line] => 228
                            [function] => execute
                            [class] => PDOStatement
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [1] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Statement/Pdo/Mysql.php
                            [line] => 110
                            [function] => _execute
                            [class] => Zend_Db_Statement_Pdo
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [2] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Adapter/Abstract.php
                            [line] => 479
                            [function] => execute
                            [class] => Zend_Db_Statement
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                        )

                                )

                        )

                    [4] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Zend/Db/Adapter/Pdo/Abstract.php
                            [line] => 238
                            [function] => query
                            [class] => Zend_Db_Adapter_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [5] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Adapter/Pdo/Mysql.php
                            [line] => 428
                            [function] => query
                            [class] => Zend_Db_Adapter_Pdo_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [6] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/lib/Varien/Db/Adapter/Pdo/Mysql.php
                            [line] => 2048
                            [function] => query
                            [class] => Varien_Db_Adapter_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => CREATE TABLE `gwcn_giftcard_nav_buffer` (
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `amount` decimal(10,2) NOT NULL COMMENT 'Amount',
  `is_used` bool NOT NULL COMMENT 'Is_used',
  `nav_timestamp` bigint NOT NULL COMMENT 'Nav_timestamp'
) COMMENT='gwcn_giftcard_nav_buffer' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
                                )

                        )

                    [7] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/local/Flanco/GiftCard/sql/giftcard_setup/upgrade-0.1.1-0.1.2.php
                            [line] => 21
                            [function] => createTable
                            [class] => Varien_Db_Adapter_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Varien_Db_Ddl_Table Object
                                        (
                                            [_tableName:protected] => gwcn_giftcard_nav_buffer
                                            [_schemaName:protected] => 
                                            [_tableComment:protected] => gwcn_giftcard_nav_buffer
                                            [_columns:protected] => Array
                                                (
                                                    [CODE] => Array
                                                        (
                                                            [COLUMN_NAME] => code
                                                            [COLUMN_TYPE] => text
                                                            [COLUMN_POSITION] => 0
                                                            [DATA_TYPE] => text
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 255
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Code
                                                        )

                                                    [AMOUNT] => Array
                                                        (
                                                            [COLUMN_NAME] => amount
                                                            [COLUMN_TYPE] => decimal
                                                            [COLUMN_POSITION] => 1
                                                            [DATA_TYPE] => decimal
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 2
                                                            [PRECISION] => 10
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Amount
                                                        )

                                                    [IS_USED] => Array
                                                        (
                                                            [COLUMN_NAME] => is_used
                                                            [COLUMN_TYPE] => boolean
                                                            [COLUMN_POSITION] => 2
                                                            [DATA_TYPE] => boolean
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Is_used
                                                        )

                                                    [NAV_TIMESTAMP] => Array
                                                        (
                                                            [COLUMN_NAME] => nav_timestamp
                                                            [COLUMN_TYPE] => bigint
                                                            [COLUMN_POSITION] => 3
                                                            [DATA_TYPE] => bigint
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 0
                                                            [IDENTITY] => 
                                                            [COMMENT] => Nav_timestamp
                                                        )

                                                )

                                            [_indexes:protected] => Array
                                                (
                                                )

                                            [_foreignKeys:protected] => Array
                                                (
                                                )

                                            [_options:protected] => Array
                                                (
                                                    [type] => INNODB
                                                    [charset] => utf8
                                                    [collate] => utf8_general_ci
                                                )

                                        )

                                )

                        )

                    [8] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 624
                            [args] => Array
                                (
                                    [0] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/local/Flanco/GiftCard/sql/giftcard_setup/upgrade-0.1.1-0.1.2.php
                                )

                            [function] => include
                        )

                    [9] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => 0.1.1
                                    [2] => 0.1.4
                                )

                        )

                    [10] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/Resource/Setup.php
                            [line] => 320
                            [function] => _upgradeResourceDb
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => 0.1.1
                                    [1] => 0.1.4
                                )

                        )

                    [11] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/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] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/App.php
                            [line] => 417
                            [function] => applyAllUpdates
                            [class] => Mage_Core_Model_Resource_Setup
                            [type] => ::
                            [args] => Array
                                (
                                )

                        )

                    [13] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/code/core/Mage/Core/Model/App.php
                            [line] => 343
                            [function] => _initModules
                            [class] => Mage_Core_Model_App
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [14] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161227132045/app/Mage.php
                            [line] => 683
                            [function] => run
                            [class] => Mage_Core_Model_App
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => Array
                                        (
                                            [scope_code] => 
                                            [scope_type] => store
                                            [options] => Array
                                                (
                                                )

                                        )

                                )

                        )

                    [15] => Array
                        (
                            [file] => /srv/web/flanco.ro/src/releases/20161223143933/index.php
                            [line] => 95
                            [function] => run
                            [class] => Mage
                            [type] => ::
                            [args] => Array
                                (
                                    [0] => 
                                    [1] => store
                                )

                        )

                )

            [previous:Exception:private] => 
            [errorInfo] => Array
                (
                    [0] => 42S01
                    [1] => 1050
                    [2] => Table 'gwcn_giftcard_nav_buffer' already exists
                )

        )

) 

 

 


Stai chill...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...