Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /lib/Zend/Session.php on line 219

Zend_Db_Statement_Exception

SQLSTATE[42703]: Undefined column: 7 ERROR: column d.adsrc does not exist LINE 9: d.adsrc AS default_value, ^ (code: 42703)

Trace:

  1. /lib/Zend/Db/Statement.php (300): Zend_Db_Statement_Pdo->_execute(
    
    Array
    (
        [
    0] => Array
            (
            )

    )
    )
  2. /lib/Zend/Db/Adapter/Abstract.php (479): Zend_Db_Statement->execute(
    
    Array
    (
        [
    0] => Array
            (
            )

    )
    )
  3. /lib/Zend/Db/Adapter/Pdo/Abstract.php (238): Zend_Db_Adapter_Abstract->query(
    
    Array
    (
        [
    0] => SELECT
                    a
    .attnum,
                    
    n.nspname,
                    
    c.relname,
                    
    a.attname AS colname,
                    
    t.typname AS type,
                    
    a.atttypmod,
                    
    FORMAT_TYPE(a.atttypida.atttypmod) AS complete_type,
                    
    d.adsrc AS default_value,
                    
    a.attnotnull AS notnull,
                    
    a.attlen AS length,
                    
    co.contype,
                    
    ARRAY_TO_STRING(co.conkey',') AS conkey
                FROM pg_attribute 
    AS a
                    JOIN pg_class 
    AS c ON a.attrelid c.oid
                    JOIN pg_namespace 
    AS n ON c.relnamespace n.oid
                    JOIN pg_type 
    AS t ON a.atttypid t.oid
                    LEFT OUTER JOIN pg_constraint 
    AS co ON (co.conrelid c.oid
                        
    AND a.attnum ANY(co.conkey) AND co.contype 'p')
                    
    LEFT OUTER JOIN pg_attrdef AS d ON d.adrelid c.oid AND d.adnum a.attnum
                WHERE a
    .attnum AND c.relname 'lang' ORDER BY a.attnum
        
    [1] => Array
            (
            )

    )
    )
  4. /lib/Zend/Db/Adapter/Pdo/Pgsql.php (177): Zend_Db_Adapter_Pdo_Abstract->query(
    
    Array
    (
        [
    0] => SELECT
                    a
    .attnum,
                    
    n.nspname,
                    
    c.relname,
                    
    a.attname AS colname,
                    
    t.typname AS type,
                    
    a.atttypmod,
                    
    FORMAT_TYPE(a.atttypida.atttypmod) AS complete_type,
                    
    d.adsrc AS default_value,
                    
    a.attnotnull AS notnull,
                    
    a.attlen AS length,
                    
    co.contype,
                    
    ARRAY_TO_STRING(co.conkey',') AS conkey
                FROM pg_attribute 
    AS a
                    JOIN pg_class 
    AS c ON a.attrelid c.oid
                    JOIN pg_namespace 
    AS n ON c.relnamespace n.oid
                    JOIN pg_type 
    AS t ON a.atttypid t.oid
                    LEFT OUTER JOIN pg_constraint 
    AS co ON (co.conrelid c.oid
                        
    AND a.attnum ANY(co.conkey) AND co.contype 'p')
                    
    LEFT OUTER JOIN pg_attrdef AS d ON d.adrelid c.oid AND d.adnum a.attnum
                WHERE a
    .attnum AND c.relname 'lang' ORDER BY a.attnum
    )
    )
  5. /lib/Zend/Db/Table/Abstract.php (834): Zend_Db_Adapter_Pdo_Pgsql->describeTable(
    
    Array
    (
        [
    0] => lang
        
    [1] => 
    )
    )
  6. /lib/Zend/Db/Table/Abstract.php (856): Zend_Db_Table_Abstract->_setupMetadata(
    
    Array
    (
    )
    )
  7. /lib/Zend/Db/Table/Abstract.php (896): Zend_Db_Table_Abstract->_getCols(
    
    Array
    (
    )
    )
  8. /lib/Zend/Db/Table/Abstract.php (980): Zend_Db_Table_Abstract->_setupPrimaryKey(
    
    Array
    (
    )
    )
  9. /lib/Zend/Db/Table/Select.php (100): Zend_Db_Table_Abstract->info(
    
    Array
    (
    )
    )
  10. /lib/Zend/Db/Table/Select.php (78): Zend_Db_Table_Select->setTable(
    
    Array
    (
        [
    0] => Lang Object
            
    (
                [
    _name:protected] => lang
                
    [_primary:protected] => Array
                    (
                        [
    1] => lang_id
                    
    )

                [
    _cache:protected] => Zend_Cache_Core Object
                    
    (
                        [
    _backend:protected] => Zend_Cache_Backend_File Object
                            
    (
                                [
    _options:protected] => Array
                                    (
                                        [
    cache_dir] => /tmp/cache/
                                        [
    file_locking] => 1
                                        
    [read_control] => 1
                                        
    [read_control_type] => crc32
                                        
    [hashed_directory_level] => 3
                                        
    [hashed_directory_umask] => 448
                                        
    [file_name_prefix] => zend_cache
                                        
    [cache_file_umask] => 384
                                        
    [metadatas_array_max_size] => 100
                                    
    )

                                [
    _metadatasArray:protected] => Array
                                    (
                                        [
    62_0c5b6b0ebe336d15b211429e33a28e88] => Array
                                            (
                                                [
    hash] => 4290167256
                                                
    [mtime] => 1710837810
                                                
    [expire] => 1713429810
                                                
    [tags] => Array
                                                    (
                                                        [
    0] => page_3947
                                                    
    )

                                            )

                                    )

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

                            )

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

                        [
    _specificOptions:protected] => Array
                            (
                            )

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

                    )

                [
    _firebug:protected] => Zend_Log Object
                    
    (
                        [
    _priorities:protected] => Array
                            (
                                [
    0] => EMERG
                                
    [1] => ALERT
                                
    [2] => CRIT
                                
    [3] => ERR
                                
    [4] => WARN
                                
    [5] => NOTICE
                                
    [6] => INFO
                                
    [7] => DEBUG
                            
    )

                        [
    _writers:protected] => Array
                            (
                                [
    0] => Zend_Log_Writer_Firebug Object
                                    
    (
                                        [
    _priorityStyles:protected] => Array
                                            (
                                                [
    0] => ERROR
                                                
    [1] => ERROR
                                                
    [2] => ERROR
                                                
    [3] => ERROR
                                                
    [4] => WARN
                                                
    [5] => INFO
                                                
    [6] => INFO
                                                
    [7] => LOG
                                            
    )

                                        [
    _defaultPriorityStyle:protected] => LOG
                                        
    [_enabled:protected] => 1
                                        
    [_filters:protected] => Array
                                            (
                                            )

                                        [
    _formatter:protected] => Zend_Log_Formatter_Firebug Object
                                            
    (
                                            )

                                    )

                            )

                        [
    _filters:protected] => Array
                            (
                            )

                        [
    _extras:protected] => Array
                            (
                            )

                        [
    _defaultWriterNamespace:protected] => Zend_Log_Writer
                        
    [_defaultFilterNamespace:protected] => Zend_Log_Filter
                        
    [_defaultFormatterNamespace:protected] => Zend_Log_Formatter
                        
    [_origErrorHandler:protected] => 
                        [
    _registeredErrorHandler:protected] => 
                        [
    _errorHandlerMap:protected] => 
                        [
    _timestampFormat:protected] => c
                    
    )

                [
    _definition:protected] => 
                [
    _definitionConfigName:protected] => 
                [
    _db:protected] => Zend_Db_Adapter_Pdo_Pgsql Object
                    
    (
                        [
    _pdoType:protected] => pgsql
                        
    [_numericDataTypes:protected] => Array
                            (
                                [
    0] => 0
                                
    [1] => 1
                                
    [2] => 2
                                
    [INTEGER] => 0
                                
    [SERIAL] => 0
                                
    [SMALLINT] => 0
                                
    [BIGINT] => 1
                                
    [BIGSERIAL] => 1
                                
    [DECIMAL] => 2
                                
    [DOUBLE PRECISION] => 2
                                
    [NUMERIC] => 2
                                
    [REAL] => 2
                            
    )

                        [
    _defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                        
    [_config:protected] => Array
                            (
                                [
    host] => localhost
                                
    [username] => 07142698_0000002
                                
    [password] => 5xYlzL#-Hl^*
                                
    [dbname] => 07142698_0000002
                                
    [charset] => 
                                [
    persistent] => 
                                [
    options] => Array
                                    (
                                        [
    caseFolding] => 0
                                        
    [autoQuoteIdentifiers] => 1
                                        
    [fetchMode] => 2
                                    
    )

                                [
    driver_options] => Array
                                    (
                                    )

                            )

                        [
    _fetchMode:protected] => 2
                        
    [_profiler:protected] => Zend_Db_Profiler Object
                            
    (
                                [
    _queryProfiles:protected] => Array
                                    (
                                    )

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

                        [
    _defaultProfilerClass:protected] => Zend_Db_Profiler
                        
    [_connection:protected] => PDO Object
                            
    (
                            )

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

                [
    _schema:protected] => 
                [
    _cols:protected] => 
                [
    _identity:protected] => 1
                
    [_sequence:protected] => 1
                
    [_metadata:protected] => Array
                    (
                    )

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

                                [
    _metadatasArray:protected] => Array
                                    (
                                    )

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

                            )

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

                        [
    _specificOptions:protected] => Array
                            (
                            )

                        [
    _lastId:Zend_Cache_Core:private] => 62_db_c92ed9a0daabf72105dad51b8c01d4ea
                        
    [_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] => Builder_Db_Table_Row
                
    [_rowsetClass:protected] => Builder_Db_Table_Rowset
                
    [_referenceMap:protected] => Array
                    (
                    )

                [
    _dependentTables:protected] => Array
                    (
                    )

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

            )

    )
    )
  11. /lib/Zend/Db/Table/Abstract.php (1016): Zend_Db_Table_Select->__construct(
    
    Array
    (
        [
    0] => Lang Object
            
    (
                [
    _name:protected] => lang
                
    [_primary:protected] => Array
                    (
                        [
    1] => lang_id
                    
    )

                [
    _cache:protected] => Zend_Cache_Core Object
                    
    (
                        [
    _backend:protected] => Zend_Cache_Backend_File Object
                            
    (
                                [
    _options:protected] => Array
                                    (
                                        [
    cache_dir] => /tmp/cache/
                                        [
    file_locking] => 1
                                        
    [read_control] => 1
                                        
    [read_control_type] => crc32
                                        
    [hashed_directory_level] => 3
                                        
    [hashed_directory_umask] => 448
                                        
    [file_name_prefix] => zend_cache
                                        
    [cache_file_umask] => 384
                                        
    [metadatas_array_max_size] => 100
                                    
    )

                                [
    _metadatasArray:protected] => Array
                                    (
                                        [
    62_0c5b6b0ebe336d15b211429e33a28e88] => Array
                                            (
                                                [
    hash] => 4290167256
                                                
    [mtime] => 1710837810
                                                
    [expire] => 1713429810
                                                
    [tags] => Array
                                                    (
                                                        [
    0] => page_3947
                                                    
    )

                                            )

                                    )

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

                            )

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

                        [
    _specificOptions:protected] => Array
                            (
                            )

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

                    )

                [
    _firebug:protected] => Zend_Log Object
                    
    (
                        [
    _priorities:protected] => Array
                            (
                                [
    0] => EMERG
                                
    [1] => ALERT
                                
    [2] => CRIT
                                
    [3] => ERR
                                
    [4] => WARN
                                
    [5] => NOTICE
                                
    [6] => INFO
                                
    [7] => DEBUG
                            
    )

                        [
    _writers:protected] => Array
                            (
                                [
    0] => Zend_Log_Writer_Firebug Object
                                    
    (
                                        [
    _priorityStyles:protected] => Array
                                            (
                                                [
    0] => ERROR
                                                
    [1] => ERROR
                                                
    [2] => ERROR
                                                
    [3] => ERROR
                                                
    [4] => WARN
                                                
    [5] => INFO
                                                
    [6] => INFO
                                                
    [7] => LOG
                                            
    )

                                        [
    _defaultPriorityStyle:protected] => LOG
                                        
    [_enabled:protected] => 1
                                        
    [_filters:protected] => Array
                                            (
                                            )

                                        [
    _formatter:protected] => Zend_Log_Formatter_Firebug Object
                                            
    (
                                            )

                                    )

                            )

                        [
    _filters:protected] => Array
                            (
                            )

                        [
    _extras:protected] => Array
                            (
                            )

                        [
    _defaultWriterNamespace:protected] => Zend_Log_Writer
                        
    [_defaultFilterNamespace:protected] => Zend_Log_Filter
                        
    [_defaultFormatterNamespace:protected] => Zend_Log_Formatter
                        
    [_origErrorHandler:protected] => 
                        [
    _registeredErrorHandler:protected] => 
                        [
    _errorHandlerMap:protected] => 
                        [
    _timestampFormat:protected] => c
                    
    )

                [
    _definition:protected] => 
                [
    _definitionConfigName:protected] => 
                [
    _db:protected] => Zend_Db_Adapter_Pdo_Pgsql Object
                    
    (
                        [
    _pdoType:protected] => pgsql
                        
    [_numericDataTypes:protected] => Array
                            (
                                [
    0] => 0
                                
    [1] => 1
                                
    [2] => 2
                                
    [INTEGER] => 0
                                
    [SERIAL] => 0
                                
    [SMALLINT] => 0
                                
    [BIGINT] => 1
                                
    [BIGSERIAL] => 1
                                
    [DECIMAL] => 2
                                
    [DOUBLE PRECISION] => 2
                                
    [NUMERIC] => 2
                                
    [REAL] => 2
                            
    )

                        [
    _defaultStmtClass:protected] => Zend_Db_Statement_Pdo
                        
    [_config:protected] => Array
                            (
                                [
    host] => localhost
                                
    [username] => 07142698_0000002
                                
    [password] => 5xYlzL#-Hl^*
                                
    [dbname] => 07142698_0000002
                                
    [charset] => 
                                [
    persistent] => 
                                [
    options] => Array
                                    (
                                        [
    caseFolding] => 0
                                        
    [autoQuoteIdentifiers] => 1
                                        
    [fetchMode] => 2
                                    
    )

                                [
    driver_options] => Array
                                    (
                                    )

                            )

                        [
    _fetchMode:protected] => 2
                        
    [_profiler:protected] => Zend_Db_Profiler Object
                            
    (
                                [
    _queryProfiles:protected] => Array
                                    (
                                    )

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

                        [
    _defaultProfilerClass:protected] => Zend_Db_Profiler
                        
    [_connection:protected] => PDO Object
                            
    (
                            )

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

                [
    _schema:protected] => 
                [
    _cols:protected] => 
                [
    _identity:protected] => 1
                
    [_sequence:protected] => 1
                
    [_metadata:protected] => Array
                    (
                    )

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

                                [
    _metadatasArray:protected] => Array
                                    (
                                    )

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

                            )

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

                        [
    _specificOptions:protected] => Array
                            (
                            )

                        [
    _lastId:Zend_Cache_Core:private] => 62_db_c92ed9a0daabf72105dad51b8c01d4ea
                        
    [_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] => Builder_Db_Table_Row
                
    [_rowsetClass:protected] => Builder_Db_Table_Rowset
                
    [_referenceMap:protected] => Array
                    (
                    )

                [
    _dependentTables:protected] => Array
                    (
                    )

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

            )

    )
    )
  12. /lib/Zend/Db/Table/Abstract.php (1324): Zend_Db_Table_Abstract->select(
    
    Array
    (
    )
    )
  13. /lib/Builder/Controller/Action.php (129): Zend_Db_Table_Abstract->fetchAll(
    
    Array
    (
    )
    )
  14. /lib/Builder/Controller/Action.php (262): Builder_Controller_Action->_initLang(
    
    Array
    (
    )
    )
  15. /application/default/controllers/IndexController.php (8): Builder_Controller_Action->init(
    
    Array
    (
    )
    )
  16. /lib/Zend/Controller/Action.php (133): IndexController->init(
    
    Array
    (
    )
    )
  17. /lib/Zend/Controller/Dispatcher/Standard.php (268): Zend_Controller_Action->__construct(
    
    Array
    (
        [
    0] => Zend_Controller_Request_Http Object
            
    (
                [
    _paramSources:protected] => Array
                    (
                        [
    0] => _GET
                        
    [1] => _POST
                    
    )

                [
    _requestUri:protected] => /pl/2014/aktualnosci/digitalizacja-rekopisow-oskara-kolberga
                
    [_baseUrl:protected] => 
                [
    _basePath:protected] => 
                [
    _pathInfo:protected] => /pl/2014/aktualnosci/digitalizacja-rekopisow-oskara-kolberga
                
    [_params:protected] => Array
                    (
                        [
    lang] => pl
                    
    )

                [
    _rawBody:protected] => 
                [
    _aliases:protected] => Array
                    (
                    )

                [
    _dispatched:protected] => 1
                
    [_module:protected] => default
                [
    _moduleKey:protected] => module
                
    [_controller:protected] => index
                
    [_controllerKey:protected] => controller
                
    [_action:protected] => 
                [
    _actionKey:protected] => action
            
    )

        [
    1] => Zend_Controller_Response_Http Object
            
    (
                [
    _body:protected] => Array
                    (
                    )

                [
    _exceptions:protected] => Array
                    (
                    )

                [
    _headers:protected] => Array
                    (
                    )

                [
    _headersRaw:protected] => Array
                    (
                    )

                [
    _httpResponseCode:protected] => 200
                
    [_isRedirect:protected] => 
                [
    _renderExceptions:protected] => 
                [
    headersSentThrowsException] => 1
            
    )

        [
    2] => Array
            (
                [
    noViewRenderer] => 1
                
    [useDefaultControllerAlways] => 1
            
    )

    )
    )
  18. /lib/Zend/Controller/Front.php (954): Zend_Controller_Dispatcher_Standard->dispatch(
    
    Array
    (
        [
    0] => Zend_Controller_Request_Http Object
            
    (
                [
    _paramSources:protected] => Array
                    (
                        [
    0] => _GET
                        
    [1] => _POST
                    
    )

                [
    _requestUri:protected] => /pl/2014/aktualnosci/digitalizacja-rekopisow-oskara-kolberga
                
    [_baseUrl:protected] => 
                [
    _basePath:protected] => 
                [
    _pathInfo:protected] => /pl/2014/aktualnosci/digitalizacja-rekopisow-oskara-kolberga
                
    [_params:protected] => Array
                    (
                        [
    lang] => pl
                    
    )

                [
    _rawBody:protected] => 
                [
    _aliases:protected] => Array
                    (
                    )

                [
    _dispatched:protected] => 1
                
    [_module:protected] => default
                [
    _moduleKey:protected] => module
                
    [_controller:protected] => index
                
    [_controllerKey:protected] => controller
                
    [_action:protected] => 
                [
    _actionKey:protected] => action
            
    )

        [
    1] => Zend_Controller_Response_Http Object
            
    (
                [
    _body:protected] => Array
                    (
                    )

                [
    _exceptions:protected] => Array
                    (
                    )

                [
    _headers:protected] => Array
                    (
                    )

                [
    _headersRaw:protected] => Array
                    (
                    )

                [
    _httpResponseCode:protected] => 200
                
    [_isRedirect:protected] => 
                [
    _renderExceptions:protected] => 
                [
    headersSentThrowsException] => 1
            
    )

    )
    )
  19. /site.php (130): Zend_Controller_Front->dispatch(
    
    Array
    (
    )
    )
  20. /index.php (10): require_once(
    
    Array
    (
        [
    0] => /site.php
    )
    )