/var/www/vhosts/1018/domains/conluxart.md/public_html/index.php
Zend_Db_Adapter_Exception Object
(
    [_chainedException:protected] => 
    [_previous:Zend_Exception:private] => 
    [message:protected] => SQLSTATE[HY000] [2002] Connection refused
    [string:Exception:private] => 
    [code:protected] => 2002
    [file:protected] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php
    [line:protected] => 144
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Mysql.php
                    [line] => 111
                    [function] => _connect
                    [class] => Zend_Db_Adapter_Pdo_Abstract
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php
                    [line] => 460
                    [function] => _connect
                    [class] => Zend_Db_Adapter_Pdo_Mysql
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php
                    [line] => 238
                    [function] => query
                    [class] => Zend_Db_Adapter_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                            [1] => Array
                                (
                                )

                        )

                )

            [3] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php
                    [line] => 737
                    [function] => query
                    [class] => Zend_Db_Adapter_Pdo_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                            [1] => Array
                                (
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Db/Table.php
                    [line] => 140
                    [function] => fetchAll
                    [class] => Zend_Db_Adapter_Abstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                        )

                )

            [5] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/application/models/languages.php
                    [line] => 45
                    [function] => selectKey
                    [class] => App_Db_Table
                    [type] => ->
                    [args] => Array
                        (
                            [0] => App_Db_Table_Select Object
                                (
                                    [_integrityCheck:protected] => 
                                    [_info:protected] => Array
                                        (
                                            [schema] => 
                                            [name] => languages
                                            [cols] => Array
                                                (
                                                    [0] => id
                                                    [1] => title
                                                    [2] => short
                                                    [3] => locale
                                                    [4] => isDefault
                                                    [5] => rank
                                                    [6] => active
                                                )

                                            [primary] => Array
                                                (
                                                    [1] => id
                                                )

                                            [metadata] => Array
                                                (
                                                    [id] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => id
                                                            [COLUMN_POSITION] => 1
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 1
                                                            [PRIMARY] => 1
                                                            [PRIMARY_POSITION] => 1
                                                            [IDENTITY] => 1
                                                        )

                                                    [title] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => title
                                                            [COLUMN_POSITION] => 2
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 40
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [short] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => short
                                                            [COLUMN_POSITION] => 3
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 3
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [locale] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => locale
                                                            [COLUMN_POSITION] => 4
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 20
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [isDefault] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => isDefault
                                                            [COLUMN_POSITION] => 5
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 0
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [rank] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => rank
                                                            [COLUMN_POSITION] => 6
                                                            [DATA_TYPE] => int
                                                            [DEFAULT] => 0
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [active] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => active
                                                            [COLUMN_POSITION] => 7
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 1
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                )

                                            [rowClass] => Zend_Db_Table_Row
                                            [rowsetClass] => Zend_Db_Table_Rowset
                                            [referenceMap] => Array
                                                (
                                                )

                                            [dependentTables] => Array
                                                (
                                                )

                                            [sequence] => 1
                                        )

                                    [_table:protected] => languages Object
                                        (
                                            [_name:protected] => languages
                                            [_primary:protected] => Array
                                                (
                                                    [1] => id
                                                )

                                            [_scaffoldConfig:protected] => Array
                                                (
                                                    [modelType] => cat
                                                    [translate] => Array
                                                        (
                                                        )

                                                    [showFields] => Array
                                                        (
                                                            [0] => id
                                                            [1] => rank
                                                            [2] => title
                                                            [3] => short
                                                            [4] => isDefault
                                                            [5] => active
                                                        )

                                                    [listType] => all
                                                    [order] => Array
                                                        (
                                                            [orderKey] => rank
                                                        )

                                                    [controlPanel] => 
                                                    [multiLevel] => 
                                                    [subElements] => 
                                                    [multiLang] => 
                                                    [checkbox] => Array
                                                        (
                                                            [0] => isDefault
                                                            [1] => active
                                                        )

                                                    [tinymce] => Array
                                                        (
                                                        )

                                                    [systemName] => Array
                                                        (
                                                        )

                                                    [meta] => 
                                                    [canAddNew] => 
                                                    [canDelete] => 
                                                    [canEdit] => 
                                                )

                                            [_exprObj:protected] => 
                                            [_cacheTemplate:protected] => query
                                            [_definition:protected] => 
                                            [_definitionConfigName:protected] => 
                                            [_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
                                                (
                                                    [_pdoType:protected] => mysql
                                                    [_numericDataTypes:protected] => Array
                                                        (
                                                            [0] => 0
                                                            [1] => 1
                                                            [2] => 2
                                                            [INT] => 0
                                                            [INTEGER] => 0
                                                            [MEDIUMINT] => 0
                                                            [SMALLINT] => 0
                                                            [TINYINT] => 0
                                                            [BIGINT] => 1
                                                            [SERIAL] => 1
                                                            [DEC] => 2
                                                            [DECIMAL] => 2
                                                            [DOUBLE] => 2
                                                            [DOUBLE PRECISION] => 2
                                                            [FIXED] => 2
                                                            [FLOAT] => 2
                                                        )

                                                    [_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                                                    [_config:protected] => Array
                                                        (
                                                            [host] => 127.0.0.1
                                                            [port] => 
                                                            [username] => 1018-conluxart
                                                            [password] => JHDusyd87fs76fu
                                                            [dbname] => 1018-conluxart
                                                            [driver_options] => Array
                                                                (
                                                                    [1002] => SET NAMES UTF8
                                                                    [1000] => 1
                                                                )

                                                            [charset] => 
                                                            [persistent] => 
                                                            [options] => Array
                                                                (
                                                                    [caseFolding] => 0
                                                                    [autoQuoteIdentifiers] => 1
                                                                    [fetchMode] => 2
                                                                )

                                                        )

                                                    [_fetchMode:protected] => 2
                                                    [_profiler:protected] => Zend_Db_Profiler_Firebug Object
                                                        (
                                                            [_label:protected] => Zend_Db_Profiler_Firebug
                                                            [_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
                                                            [_message:protected] => 
                                                            [_totalElapsedTime:protected] => 0
                                                            [_queryProfiles:protected] => Array
                                                                (
                                                                )

                                                            [_enabled:protected] => 
                                                            [_filterElapsedSecs:protected] => 
                                                            [_filterTypes:protected] => 
                                                        )

                                                    [_defaultProfilerClass:protected] => Zend_Db_Profiler
                                                    [_connection:protected] => 
                                                    [_caseFolding:protected] => 0
                                                    [_autoQuoteIdentifiers:protected] => 1
                                                    [_allowSerialization:protected] => 1
                                                    [_autoReconnectOnUnserialize:protected] => 
                                                )

                                            [_schema:protected] => 
                                            [_cols:protected] => Array
                                                (
                                                    [0] => id
                                                    [1] => title
                                                    [2] => short
                                                    [3] => locale
                                                    [4] => isDefault
                                                    [5] => rank
                                                    [6] => active
                                                )

                                            [_identity:protected] => 1
                                            [_sequence:protected] => 1
                                            [_metadata:protected] => Array
                                                (
                                                    [id] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => id
                                                            [COLUMN_POSITION] => 1
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 1
                                                            [PRIMARY] => 1
                                                            [PRIMARY_POSITION] => 1
                                                            [IDENTITY] => 1
                                                        )

                                                    [title] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => title
                                                            [COLUMN_POSITION] => 2
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 40
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [short] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => short
                                                            [COLUMN_POSITION] => 3
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 3
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [locale] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => locale
                                                            [COLUMN_POSITION] => 4
                                                            [DATA_TYPE] => varchar
                                                            [DEFAULT] => 
                                                            [NULLABLE] => 
                                                            [LENGTH] => 20
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [isDefault] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => isDefault
                                                            [COLUMN_POSITION] => 5
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 0
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [rank] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => rank
                                                            [COLUMN_POSITION] => 6
                                                            [DATA_TYPE] => int
                                                            [DEFAULT] => 0
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                    [active] => Array
                                                        (
                                                            [SCHEMA_NAME] => 
                                                            [TABLE_NAME] => languages
                                                            [COLUMN_NAME] => active
                                                            [COLUMN_POSITION] => 7
                                                            [DATA_TYPE] => tinyint
                                                            [DEFAULT] => 1
                                                            [NULLABLE] => 
                                                            [LENGTH] => 
                                                            [SCALE] => 
                                                            [PRECISION] => 
                                                            [UNSIGNED] => 
                                                            [PRIMARY] => 
                                                            [PRIMARY_POSITION] => 
                                                            [IDENTITY] => 
                                                        )

                                                )

                                            [_metadataCache:protected] => Zend_Cache_Core Object
                                                (
                                                    [_backend:protected] => Zend_Cache_Backend_File Object
                                                        (
                                                            [_options:protected] => Array
                                                                (
                                                                    [cache_dir] => /tmp/
                                                                    [file_locking] => 1
                                                                    [read_control] => 1
                                                                    [read_control_type] => crc32
                                                                    [hashed_directory_level] => 0
                                                                    [hashed_directory_perm] => 448
                                                                    [file_name_prefix] => zend_cache
                                                                    [cache_file_perm] => 384
                                                                    [metadatas_array_max_size] => 100
                                                                )

                                                            [_metadatasArray:protected] => Array
                                                                (
                                                                    [445e2f4496de2fcfdd7018e39fa985c4] => Array
                                                                        (
                                                                            [hash] => 3474683724
                                                                            [mtime] => 1743534621
                                                                            [expire] => 1746126621
                                                                            [tags] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                )

                                                            [_directives:protected] => Array
                                                                (
                                                                    [lifetime] => 2592000
                                                                    [logging] => 
                                                                    [logger] => 
                                                                )

                                                        )

                                                    [_options:protected] => Array
                                                        (
                                                            [write_control] => 1
                                                            [caching] => 1
                                                            [cache_id_prefix] => 
                                                            [automatic_serialization] => 1
                                                            [automatic_cleaning_factor] => 10
                                                            [lifetime] => 2592000
                                                            [logging] => 
                                                            [logger] => 
                                                            [ignore_user_abort] => 
                                                        )

                                                    [_specificOptions:protected] => Array
                                                        (
                                                        )

                                                    [_lastId:Zend_Cache_Core:private] => 445e2f4496de2fcfdd7018e39fa985c4
                                                    [_extendedBackend:protected] => 1
                                                    [_backendCapabilities:protected] => Array
                                                        (
                                                            [automatic_cleaning] => 1
                                                            [tags] => 1
                                                            [expired_read] => 1
                                                            [priority] => 
                                                            [infinite_lifetime] => 1
                                                            [get_list] => 1
                                                        )

                                                )

                                            [_metadataCacheInClass:protected] => 1
                                            [_rowClass:protected] => Zend_Db_Table_Row
                                            [_rowsetClass:protected] => Zend_Db_Table_Rowset
                                            [_referenceMap:protected] => Array
                                                (
                                                )

                                            [_dependentTables:protected] => Array
                                                (
                                                )

                                            [_defaultSource:protected] => defaultNone
                                            [_defaultValues:protected] => Array
                                                (
                                                )

                                        )

                                    [_bind:protected] => Array
                                        (
                                        )

                                    [_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
                                        (
                                            [_pdoType:protected] => mysql
                                            [_numericDataTypes:protected] => Array
                                                (
                                                    [0] => 0
                                                    [1] => 1
                                                    [2] => 2
                                                    [INT] => 0
                                                    [INTEGER] => 0
                                                    [MEDIUMINT] => 0
                                                    [SMALLINT] => 0
                                                    [TINYINT] => 0
                                                    [BIGINT] => 1
                                                    [SERIAL] => 1
                                                    [DEC] => 2
                                                    [DECIMAL] => 2
                                                    [DOUBLE] => 2
                                                    [DOUBLE PRECISION] => 2
                                                    [FIXED] => 2
                                                    [FLOAT] => 2
                                                )

                                            [_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                                            [_config:protected] => Array
                                                (
                                                    [host] => 127.0.0.1
                                                    [port] => 
                                                    [username] => 1018-conluxart
                                                    [password] => JHDusyd87fs76fu
                                                    [dbname] => 1018-conluxart
                                                    [driver_options] => Array
                                                        (
                                                            [1002] => SET NAMES UTF8
                                                            [1000] => 1
                                                        )

                                                    [charset] => 
                                                    [persistent] => 
                                                    [options] => Array
                                                        (
                                                            [caseFolding] => 0
                                                            [autoQuoteIdentifiers] => 1
                                                            [fetchMode] => 2
                                                        )

                                                )

                                            [_fetchMode:protected] => 2
                                            [_profiler:protected] => Zend_Db_Profiler_Firebug Object
                                                (
                                                    [_label:protected] => Zend_Db_Profiler_Firebug
                                                    [_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
                                                    [_message:protected] => 
                                                    [_totalElapsedTime:protected] => 0
                                                    [_queryProfiles:protected] => Array
                                                        (
                                                        )

                                                    [_enabled:protected] => 
                                                    [_filterElapsedSecs:protected] => 
                                                    [_filterTypes:protected] => 
                                                )

                                            [_defaultProfilerClass:protected] => Zend_Db_Profiler
                                            [_connection:protected] => 
                                            [_caseFolding:protected] => 0
                                            [_autoQuoteIdentifiers:protected] => 1
                                            [_allowSerialization:protected] => 1
                                            [_autoReconnectOnUnserialize:protected] => 
                                        )

                                    [_parts:protected] => Array
                                        (
                                            [distinct] => 
                                            [columns] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [0] => languages
                                                            [1] => *
                                                            [2] => 
                                                        )

                                                )

                                            [union] => Array
                                                (
                                                )

                                            [from] => Array
                                                (
                                                    [languages] => Array
                                                        (
                                                            [joinType] => inner join
                                                            [schema] => 
                                                            [tableName] => languages
                                                            [joinCondition] => 
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                )

                                            [group] => Array
                                                (
                                                )

                                            [having] => Array
                                                (
                                                )

                                            [order] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [0] => rank
                                                            [1] => ASC
                                                        )

                                                )

                                            [limitcount] => 
                                            [limitoffset] => 
                                            [forupdate] => 
                                        )

                                    [_tableCols:protected] => Array
                                        (
                                        )

                                )

                        )

                )

            [6] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                    [line] => 62
                    [function] => getList
                    [class] => languages
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [7] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                    [line] => 29
                    [function] => _languages
                    [class] => App_Application_Resource_Locale
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [8] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                    [line] => 24
                    [function] => getLocale
                    [class] => App_Application_Resource_Locale
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [9] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                    [line] => 695
                    [function] => init
                    [class] => App_Application_Resource_Locale
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [10] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                    [line] => 638
                    [function] => _executeResource
                    [class] => Zend_Application_Bootstrap_BootstrapAbstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => locale
                        )

                )

            [11] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                    [line] => 598
                    [function] => _bootstrap
                    [class] => Zend_Application_Bootstrap_BootstrapAbstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 
                        )

                )

            [12] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application.php
                    [line] => 373
                    [function] => bootstrap
                    [class] => Zend_Application_Bootstrap_BootstrapAbstract
                    [type] => ->
                    [args] => Array
                        (
                            [0] => 
                        )

                )

            [13] => Array
                (
                    [file] => /var/www/vhosts/1018/domains/conluxart.md/public_html/index.php
                    [line] => 29
                    [function] => bootstrap
                    [class] => Zend_Application
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

    [previous:Exception:private] => PDOException Object
        (
            [message:protected] => SQLSTATE[HY000] [2002] Connection refused
            [string:Exception:private] => 
            [code:protected] => 2002
            [file:protected] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php
            [line:protected] => 129
            [trace:Exception:private] => Array
                (
                    [0] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php
                            [line] => 129
                            [function] => __construct
                            [class] => PDO
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => mysql:host=127.0.0.1;port=;dbname=1018-conluxart
                                    [1] => 1018-conluxart
                                    [2] => JHDusyd87fs76fu
                                    [3] => Array
                                        (
                                            [1002] => SET NAMES UTF8
                                            [1000] => 1
                                        )

                                )

                        )

                    [1] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Mysql.php
                            [line] => 111
                            [function] => _connect
                            [class] => Zend_Db_Adapter_Pdo_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [2] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php
                            [line] => 460
                            [function] => _connect
                            [class] => Zend_Db_Adapter_Pdo_Mysql
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [3] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php
                            [line] => 238
                            [function] => query
                            [class] => Zend_Db_Adapter_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [4] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php
                            [line] => 737
                            [function] => query
                            [class] => Zend_Db_Adapter_Pdo_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                                    [1] => Array
                                        (
                                        )

                                )

                        )

                    [5] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Db/Table.php
                            [line] => 140
                            [function] => fetchAll
                            [class] => Zend_Db_Adapter_Abstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => SELECT `languages`.* FROM `languages` ORDER BY `rank` ASC
                                )

                        )

                    [6] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/application/models/languages.php
                            [line] => 45
                            [function] => selectKey
                            [class] => App_Db_Table
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => App_Db_Table_Select Object
                                        (
                                            [_integrityCheck:protected] => 
                                            [_info:protected] => Array
                                                (
                                                    [schema] => 
                                                    [name] => languages
                                                    [cols] => Array
                                                        (
                                                            [0] => id
                                                            [1] => title
                                                            [2] => short
                                                            [3] => locale
                                                            [4] => isDefault
                                                            [5] => rank
                                                            [6] => active
                                                        )

                                                    [primary] => Array
                                                        (
                                                            [1] => id
                                                        )

                                                    [metadata] => Array
                                                        (
                                                            [id] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => id
                                                                    [COLUMN_POSITION] => 1
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 1
                                                                    [PRIMARY] => 1
                                                                    [PRIMARY_POSITION] => 1
                                                                    [IDENTITY] => 1
                                                                )

                                                            [title] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => title
                                                                    [COLUMN_POSITION] => 2
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 40
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [short] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => short
                                                                    [COLUMN_POSITION] => 3
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 3
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [locale] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => locale
                                                                    [COLUMN_POSITION] => 4
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 20
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [isDefault] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => isDefault
                                                                    [COLUMN_POSITION] => 5
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 0
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [rank] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => rank
                                                                    [COLUMN_POSITION] => 6
                                                                    [DATA_TYPE] => int
                                                                    [DEFAULT] => 0
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [active] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => active
                                                                    [COLUMN_POSITION] => 7
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 1
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                        )

                                                    [rowClass] => Zend_Db_Table_Row
                                                    [rowsetClass] => Zend_Db_Table_Rowset
                                                    [referenceMap] => Array
                                                        (
                                                        )

                                                    [dependentTables] => Array
                                                        (
                                                        )

                                                    [sequence] => 1
                                                )

                                            [_table:protected] => languages Object
                                                (
                                                    [_name:protected] => languages
                                                    [_primary:protected] => Array
                                                        (
                                                            [1] => id
                                                        )

                                                    [_scaffoldConfig:protected] => Array
                                                        (
                                                            [modelType] => cat
                                                            [translate] => Array
                                                                (
                                                                )

                                                            [showFields] => Array
                                                                (
                                                                    [0] => id
                                                                    [1] => rank
                                                                    [2] => title
                                                                    [3] => short
                                                                    [4] => isDefault
                                                                    [5] => active
                                                                )

                                                            [listType] => all
                                                            [order] => Array
                                                                (
                                                                    [orderKey] => rank
                                                                )

                                                            [controlPanel] => 
                                                            [multiLevel] => 
                                                            [subElements] => 
                                                            [multiLang] => 
                                                            [checkbox] => Array
                                                                (
                                                                    [0] => isDefault
                                                                    [1] => active
                                                                )

                                                            [tinymce] => Array
                                                                (
                                                                )

                                                            [systemName] => Array
                                                                (
                                                                )

                                                            [meta] => 
                                                            [canAddNew] => 
                                                            [canDelete] => 
                                                            [canEdit] => 
                                                        )

                                                    [_exprObj:protected] => 
                                                    [_cacheTemplate:protected] => query
                                                    [_definition:protected] => 
                                                    [_definitionConfigName:protected] => 
                                                    [_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
                                                        (
                                                            [_pdoType:protected] => mysql
                                                            [_numericDataTypes:protected] => Array
                                                                (
                                                                    [0] => 0
                                                                    [1] => 1
                                                                    [2] => 2
                                                                    [INT] => 0
                                                                    [INTEGER] => 0
                                                                    [MEDIUMINT] => 0
                                                                    [SMALLINT] => 0
                                                                    [TINYINT] => 0
                                                                    [BIGINT] => 1
                                                                    [SERIAL] => 1
                                                                    [DEC] => 2
                                                                    [DECIMAL] => 2
                                                                    [DOUBLE] => 2
                                                                    [DOUBLE PRECISION] => 2
                                                                    [FIXED] => 2
                                                                    [FLOAT] => 2
                                                                )

                                                            [_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                                                            [_config:protected] => Array
                                                                (
                                                                    [host] => 127.0.0.1
                                                                    [port] => 
                                                                    [username] => 1018-conluxart
                                                                    [password] => JHDusyd87fs76fu
                                                                    [dbname] => 1018-conluxart
                                                                    [driver_options] => Array
                                                                        (
                                                                            [1002] => SET NAMES UTF8
                                                                            [1000] => 1
                                                                        )

                                                                    [charset] => 
                                                                    [persistent] => 
                                                                    [options] => Array
                                                                        (
                                                                            [caseFolding] => 0
                                                                            [autoQuoteIdentifiers] => 1
                                                                            [fetchMode] => 2
                                                                        )

                                                                )

                                                            [_fetchMode:protected] => 2
                                                            [_profiler:protected] => Zend_Db_Profiler_Firebug Object
                                                                (
                                                                    [_label:protected] => Zend_Db_Profiler_Firebug
                                                                    [_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
                                                                    [_message:protected] => 
                                                                    [_totalElapsedTime:protected] => 0
                                                                    [_queryProfiles:protected] => Array
                                                                        (
                                                                        )

                                                                    [_enabled:protected] => 
                                                                    [_filterElapsedSecs:protected] => 
                                                                    [_filterTypes:protected] => 
                                                                )

                                                            [_defaultProfilerClass:protected] => Zend_Db_Profiler
                                                            [_connection:protected] => 
                                                            [_caseFolding:protected] => 0
                                                            [_autoQuoteIdentifiers:protected] => 1
                                                            [_allowSerialization:protected] => 1
                                                            [_autoReconnectOnUnserialize:protected] => 
                                                        )

                                                    [_schema:protected] => 
                                                    [_cols:protected] => Array
                                                        (
                                                            [0] => id
                                                            [1] => title
                                                            [2] => short
                                                            [3] => locale
                                                            [4] => isDefault
                                                            [5] => rank
                                                            [6] => active
                                                        )

                                                    [_identity:protected] => 1
                                                    [_sequence:protected] => 1
                                                    [_metadata:protected] => Array
                                                        (
                                                            [id] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => id
                                                                    [COLUMN_POSITION] => 1
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 1
                                                                    [PRIMARY] => 1
                                                                    [PRIMARY_POSITION] => 1
                                                                    [IDENTITY] => 1
                                                                )

                                                            [title] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => title
                                                                    [COLUMN_POSITION] => 2
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 40
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [short] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => short
                                                                    [COLUMN_POSITION] => 3
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 3
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [locale] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => locale
                                                                    [COLUMN_POSITION] => 4
                                                                    [DATA_TYPE] => varchar
                                                                    [DEFAULT] => 
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 20
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [isDefault] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => isDefault
                                                                    [COLUMN_POSITION] => 5
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 0
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [rank] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => rank
                                                                    [COLUMN_POSITION] => 6
                                                                    [DATA_TYPE] => int
                                                                    [DEFAULT] => 0
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                            [active] => Array
                                                                (
                                                                    [SCHEMA_NAME] => 
                                                                    [TABLE_NAME] => languages
                                                                    [COLUMN_NAME] => active
                                                                    [COLUMN_POSITION] => 7
                                                                    [DATA_TYPE] => tinyint
                                                                    [DEFAULT] => 1
                                                                    [NULLABLE] => 
                                                                    [LENGTH] => 
                                                                    [SCALE] => 
                                                                    [PRECISION] => 
                                                                    [UNSIGNED] => 
                                                                    [PRIMARY] => 
                                                                    [PRIMARY_POSITION] => 
                                                                    [IDENTITY] => 
                                                                )

                                                        )

                                                    [_metadataCache:protected] => Zend_Cache_Core Object
                                                        (
                                                            [_backend:protected] => Zend_Cache_Backend_File Object
                                                                (
                                                                    [_options:protected] => Array
                                                                        (
                                                                            [cache_dir] => /tmp/
                                                                            [file_locking] => 1
                                                                            [read_control] => 1
                                                                            [read_control_type] => crc32
                                                                            [hashed_directory_level] => 0
                                                                            [hashed_directory_perm] => 448
                                                                            [file_name_prefix] => zend_cache
                                                                            [cache_file_perm] => 384
                                                                            [metadatas_array_max_size] => 100
                                                                        )

                                                                    [_metadatasArray:protected] => Array
                                                                        (
                                                                            [445e2f4496de2fcfdd7018e39fa985c4] => Array
                                                                                (
                                                                                    [hash] => 3474683724
                                                                                    [mtime] => 1743534621
                                                                                    [expire] => 1746126621
                                                                                    [tags] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [_directives:protected] => Array
                                                                        (
                                                                            [lifetime] => 2592000
                                                                            [logging] => 
                                                                            [logger] => 
                                                                        )

                                                                )

                                                            [_options:protected] => Array
                                                                (
                                                                    [write_control] => 1
                                                                    [caching] => 1
                                                                    [cache_id_prefix] => 
                                                                    [automatic_serialization] => 1
                                                                    [automatic_cleaning_factor] => 10
                                                                    [lifetime] => 2592000
                                                                    [logging] => 
                                                                    [logger] => 
                                                                    [ignore_user_abort] => 
                                                                )

                                                            [_specificOptions:protected] => Array
                                                                (
                                                                )

                                                            [_lastId:Zend_Cache_Core:private] => 445e2f4496de2fcfdd7018e39fa985c4
                                                            [_extendedBackend:protected] => 1
                                                            [_backendCapabilities:protected] => Array
                                                                (
                                                                    [automatic_cleaning] => 1
                                                                    [tags] => 1
                                                                    [expired_read] => 1
                                                                    [priority] => 
                                                                    [infinite_lifetime] => 1
                                                                    [get_list] => 1
                                                                )

                                                        )

                                                    [_metadataCacheInClass:protected] => 1
                                                    [_rowClass:protected] => Zend_Db_Table_Row
                                                    [_rowsetClass:protected] => Zend_Db_Table_Rowset
                                                    [_referenceMap:protected] => Array
                                                        (
                                                        )

                                                    [_dependentTables:protected] => Array
                                                        (
                                                        )

                                                    [_defaultSource:protected] => defaultNone
                                                    [_defaultValues:protected] => Array
                                                        (
                                                        )

                                                )

                                            [_bind:protected] => Array
                                                (
                                                )

                                            [_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
                                                (
                                                    [_pdoType:protected] => mysql
                                                    [_numericDataTypes:protected] => Array
                                                        (
                                                            [0] => 0
                                                            [1] => 1
                                                            [2] => 2
                                                            [INT] => 0
                                                            [INTEGER] => 0
                                                            [MEDIUMINT] => 0
                                                            [SMALLINT] => 0
                                                            [TINYINT] => 0
                                                            [BIGINT] => 1
                                                            [SERIAL] => 1
                                                            [DEC] => 2
                                                            [DECIMAL] => 2
                                                            [DOUBLE] => 2
                                                            [DOUBLE PRECISION] => 2
                                                            [FIXED] => 2
                                                            [FLOAT] => 2
                                                        )

                                                    [_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                                                    [_config:protected] => Array
                                                        (
                                                            [host] => 127.0.0.1
                                                            [port] => 
                                                            [username] => 1018-conluxart
                                                            [password] => JHDusyd87fs76fu
                                                            [dbname] => 1018-conluxart
                                                            [driver_options] => Array
                                                                (
                                                                    [1002] => SET NAMES UTF8
                                                                    [1000] => 1
                                                                )

                                                            [charset] => 
                                                            [persistent] => 
                                                            [options] => Array
                                                                (
                                                                    [caseFolding] => 0
                                                                    [autoQuoteIdentifiers] => 1
                                                                    [fetchMode] => 2
                                                                )

                                                        )

                                                    [_fetchMode:protected] => 2
                                                    [_profiler:protected] => Zend_Db_Profiler_Firebug Object
                                                        (
                                                            [_label:protected] => Zend_Db_Profiler_Firebug
                                                            [_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
                                                            [_message:protected] => 
                                                            [_totalElapsedTime:protected] => 0
                                                            [_queryProfiles:protected] => Array
                                                                (
                                                                )

                                                            [_enabled:protected] => 
                                                            [_filterElapsedSecs:protected] => 
                                                            [_filterTypes:protected] => 
                                                        )

                                                    [_defaultProfilerClass:protected] => Zend_Db_Profiler
                                                    [_connection:protected] => 
                                                    [_caseFolding:protected] => 0
                                                    [_autoQuoteIdentifiers:protected] => 1
                                                    [_allowSerialization:protected] => 1
                                                    [_autoReconnectOnUnserialize:protected] => 
                                                )

                                            [_parts:protected] => Array
                                                (
                                                    [distinct] => 
                                                    [columns] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [0] => languages
                                                                    [1] => *
                                                                    [2] => 
                                                                )

                                                        )

                                                    [union] => Array
                                                        (
                                                        )

                                                    [from] => Array
                                                        (
                                                            [languages] => Array
                                                                (
                                                                    [joinType] => inner join
                                                                    [schema] => 
                                                                    [tableName] => languages
                                                                    [joinCondition] => 
                                                                )

                                                        )

                                                    [where] => Array
                                                        (
                                                        )

                                                    [group] => Array
                                                        (
                                                        )

                                                    [having] => Array
                                                        (
                                                        )

                                                    [order] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [0] => rank
                                                                    [1] => ASC
                                                                )

                                                        )

                                                    [limitcount] => 
                                                    [limitoffset] => 
                                                    [forupdate] => 
                                                )

                                            [_tableCols:protected] => Array
                                                (
                                                )

                                        )

                                )

                        )

                    [7] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                            [line] => 62
                            [function] => getList
                            [class] => languages
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [8] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                            [line] => 29
                            [function] => _languages
                            [class] => App_Application_Resource_Locale
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [9] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/application/library/App/Application/Resource/Locale.php
                            [line] => 24
                            [function] => getLocale
                            [class] => App_Application_Resource_Locale
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [10] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                            [line] => 695
                            [function] => init
                            [class] => App_Application_Resource_Locale
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                    [11] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                            [line] => 638
                            [function] => _executeResource
                            [class] => Zend_Application_Bootstrap_BootstrapAbstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => locale
                                )

                        )

                    [12] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/BootstrapAbstract.php
                            [line] => 598
                            [function] => _bootstrap
                            [class] => Zend_Application_Bootstrap_BootstrapAbstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => 
                                )

                        )

                    [13] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/vendor/zendframework/zendframework1/library/Zend/Application.php
                            [line] => 373
                            [function] => bootstrap
                            [class] => Zend_Application_Bootstrap_BootstrapAbstract
                            [type] => ->
                            [args] => Array
                                (
                                    [0] => 
                                )

                        )

                    [14] => Array
                        (
                            [file] => /var/www/vhosts/1018/domains/conluxart.md/public_html/index.php
                            [line] => 29
                            [function] => bootstrap
                            [class] => Zend_Application
                            [type] => ->
                            [args] => Array
                                (
                                )

                        )

                )

            [previous:Exception:private] => 
            [errorInfo] => 
        )

)