Database Error 📋

PDOException
Toggle Vendor Stack Frames

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

        $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 are using SQL keywords as table column names, you can enable identifier quoting for your database connection in config/app.php.

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