Warning (512) : Unable to emit headers. Headers sent in file=/home1/txqowtte/public_html/bollygane.com/Vendord/connection.php line=18 [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/txqowtte/public_html/bollygane.com/Vendord/connection.php:18) [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/txqowtte/public_html/bollygane.com/Vendord/connection.php:18) [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Database Error

Database Error 📋

PDOException

Error SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'txqowtte_bollygane.Movies.releasing_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

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