Deprecated (8192) : Creation of dynamic property App\Controller\PagesController::$Enquiries is deprecated [in /srv/cpusers/u25s2206/team206-app_fit3048/src/Controller/PagesController.php, line 65]
Warning (512) : Unable to emit headers. Headers sent in file=/srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 158]
Warning (2) : Cannot modify header information - headers already sent by (output started at /srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /srv/cpusers/u25s2206/team206-app_fit3048/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 191]
Error: Could not describe columns on `content_blocks`

Could not describe columns on `content_blocks` 📋

Cake\Database\Exception\DatabaseException
CORE/src/Database/Schema/MysqlSchemaDialect.php at line 127 (edit)
        $sql = $this->describeColumnQuery($tableName);
        try {
            $rows = $this->_driver->execute($sql)->fetchAll('assoc');
        } catch (PDOException $e) {
            throw new DatabaseException("Could not describe columns on `{$tableName}`", null, $e);
        }
        $geometryColumns = [];
        if (array_intersect(array_column($rows, 'Type'), TableSchemaInterface::GEOSPATIAL_TYPES)) {
Caused by [default] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u25s2206_ariadcard.content_blocks' doesn't exist
Query: SHOW FULL COLUMNS FROM `content_blocks`
Cake\Database\Exception\QueryException
CORE/src/Database/Driver.php at line 390 (edit)
            'driver' => $this,
            'params' => $params ?? $statement->getBoundParams(),
        ]);
        return new QueryException($loggedQuery, $exception);
    }
    /**
     * Prepares a sql statement to be executed.
Caused by SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u25s2206_ariadcard.content_blocks' doesn't exist PDOException
CORE/src/Database/Statement/Statement.php at line 144 (edit)
     * @inheritDoc
     */
    public function execute(?array $params = null): bool
    {
        return $this->statement->execute($params);
    }
    /**
     * @inheritDoc

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