GallyException


SQLSTATE[HY000]: General error: 2006 MySQL server has gone away

Array
(
    [0] => SELECT * FROM content2 WHERE (`content_menu_id` = :content_menu_id) ORDER BY `content_id` DESC LIMIT 1
    [1] => Array
        (
            [:content_menu_id] => 285
        )

)


File: .../swisscleanroomconcept.ch/httpdocs/tools/gallyapi/src/Database/PDOModel.php

Line: 890


Gally\Homepage\Entities\Content2 Object
(
    [table:protected] => content2
    [prefix:protected] => 
    [defaultOrderBy:protected] => content_id DESC
    [rowIdentifier:protected] => id
    [timestamps:protected] => 
    [timestampCreatedAt:protected] => created
    [timestampUpdatedAt:protected] => updated
    [manualSort:protected] => 
    [dateFormat:protected] => d.m.Y
    [dateTimeFormat:protected] => d.m.Y - H:i
    [timeFormat:protected] => H:i
    [emptyColumnPlaceholder:protected] => -
    [db:protected] => PDO Object
        (
        )

    [idData] => Array
        (
            [0] => Array
                (
                    [content_id] => 9154
                    [content] => 
                    [title] => Community
                    [description] => Community
                    [keywords] => Community
                    [page_topic] => Community
                    [publishing_date] => 2019-03-25 15:50:12
                    [publishing_check] => 0
                    [creation_date] => 2019-03-25 15:50:12
                    [content_menu_id] => 261
                    [password] => 
                    [password_check] => 0
                    [freefield1] => 
                    [freefield2] => 
                    [freefield3] => 
                    [freefield4] => 
                )

        )

    [id:protected] => 
    [limit:protected] => 1
    [select:protected] => *
    [where:protected] => 
    [wheres:protected] => Array
        (
            [0] => Array
                (
                    [0] => content_menu_id
                    [1] => 285
                )

        )

    [queryString:protected] => 
    [orderBy:protected] => 
    [lastQuery:protected] => Array
        (
            [0] => SELECT * FROM content2 WHERE (`content_menu_id` = :content_menu_id) ORDER BY `content_id` DESC LIMIT 1
            [1] => Array
                (
                    [:content_menu_id] => 285
                )

        )

    [result:Gally\Database\PDOModel:private] => PDOStatement Object
        (
            [queryString] => SELECT * FROM content2 WHERE (`content_menu_id` = :content_menu_id) ORDER BY `content_id` DESC LIMIT 1
        )

    [utf8decode:Gally\Database\PDOModel:private] => 1
    [parameters:protected] => Array
        (
            [:content_menu_id] => 285
        )

    [otherTables:Gally\Database\PDOModel:private] => 
)

Gally\Exceptions\GallyException