**********************************************************************************
********************************  DEBUG DATABASE  ********************************
**********************************************************************************

----------------------------------- ERROR PDO -----------------------------------

SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress

----------------------------------- ERROR LINE -----------------------------------

LINE: 334    /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/model.php

----------------------------------- FULL REQUEST -----------------------------------

SELECT  SQL_CALC_FOUND_ROWS 
                B.slug,B.h1_title as title,
                C.smallcode

 FROM 
            `gcv2_contents` as A 
            INNER JOIN `gcv2_contents_i18n` as B ON A.id=B.contents_id 
            LEFT JOIN `gcv2_languages` as C ON B.lang=C.code 
            

 WHERE  ( A.`slug`='notre-politique-de-confidentialite'  AND  B.`lang`='it_IT' )      

 LIMIT 1

----------------------------------- PREPARE REQUEST -----------------------------------

SELECT  SQL_CALC_FOUND_ROWS 
                B.slug,B.h1_title as title,
                C.smallcode

 FROM 
            `gcv2_contents` as A 
            INNER JOIN `gcv2_contents_i18n` as B ON A.id=B.contents_id 
            LEFT JOIN `gcv2_languages` as C ON B.lang=C.code 
            

 WHERE  ( A.`slug`=:W_VAL_13  AND  B.`lang`=:W_VAL_14 )      

 LIMIT 1

----------------------------------- PARAMETERS -----------------------------------

Array
(
    [ A.`slug`] => Array
        (
            [key] => :W_VAL_13
            [value] => notre-politique-de-confidentialite
        )

    [ B.`lang`] => Array
        (
            [key] => :W_VAL_14
            [value] => it_IT
        )

)


----------------------------------- LIENS VSCODE -----------------------------------

/var/www/vhosts/backyoutest.ovh/httpdocs/app/helpers/database.php:492 - execute
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/model.php:189 - call_user_func_array
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/model.php:334 - select
/var/www/vhosts/backyoutest.ovh/httpdocs/app/helpers/GC_Pages.php:152 - getFirstLine
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/view.php:155 - getLinkContentBySlug
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/controller.php:80 - __construct
/var/www/vhosts/backyoutest.ovh/httpdocs/app/controllers/admin/files/files.php:81 - __construct
/var/www/vhosts/backyoutest.ovh/httpdocs/app/controllers/front_office/site/Hotel.php:58 - __construct
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/router.php:110 - call_user_func_array
/var/www/vhosts/backyoutest.ovh/httpdocs/app/core/router.php:280 - invokeObject
/var/www/vhosts/backyoutest.ovh/httpdocs/index.php:77 - dispatch ----------------------------------- ERROR PDO ----------------------------------- PDOException Object ( [message:protected] => SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress [string:Exception:private] => [code:protected] => 08S01 [file:protected] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/helpers/database.php [line:protected] => 492 [trace:Exception:private] => Array ( [0] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/helpers/database.php [line] => 492 [function] => execute [class] => PDOStatement [type] => -> ) [1] => Array ( [function] => select [class] => helpers\Database [type] => -> ) [2] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/model.php [line] => 189 [function] => call_user_func_array ) [3] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/model.php [line] => 334 [function] => select [class] => core\Model [type] => -> ) [4] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/helpers/GC_Pages.php [line] => 152 [function] => getFirstLine [class] => core\Model [type] => -> ) [5] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/view.php [line] => 155 [function] => getLinkContentBySlug [class] => helpers\GC_Pages [type] => :: ) [6] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/controller.php [line] => 80 [function] => __construct [class] => core\View [type] => -> ) [7] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/controllers/admin/files/files.php [line] => 81 [function] => __construct [class] => core\Controller [type] => -> ) [8] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/controllers/front_office/site/Hotel.php [line] => 58 [function] => __construct [class] => controllers\admin\files\files [type] => -> ) [9] => Array ( [function] => index [class] => controllers\front_office\site\Hotel [type] => -> ) [10] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/router.php [line] => 110 [function] => call_user_func_array ) [11] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/app/core/router.php [line] => 280 [function] => invokeObject [class] => core\Router [type] => :: ) [12] => Array ( [file] => /var/www/vhosts/backyoutest.ovh/httpdocs/index.php [line] => 77 [function] => dispatch [class] => core\Router [type] => :: ) ) [previous:Exception:private] => [errorInfo] => Array ( [0] => 08S01 [1] => 1053 [2] => Server shutdown in progress ) ) ------------------------------------------------------------------------------------