Deprecated (16384) : 4.5.0 - Dynamic properties will be removed in PHP 8.2. Add `public $Products = null;` to your class definition or use `#[AllowDynamicProperties]` attribute. /var/www/offertegiocattoli4/src/Controller/PagesController.php, line: 64 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/PagesController.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Core/functions.php, line 318]
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/offertegiocattoli4/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Database Error

Database Error 📋

PDOException

Error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Categories.label' in 'field list'

If you are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.

CORE/src/Database/Statement/MysqlStatement.php at line 39 (edit)
        $connection $this->_driver->getConnection();
        try {
            $connection->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY$this->_bufferResults);
            $result $this->_statement->execute($params);
        } finally {
            $connection->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERYtrue);
        }

If you want to customize this error message, create templates/Error/pdo_error.php