Deprecated (16384) : Since 5.0.0: Calling Table::get() with options array is deprecated. Use named arguments instead. /srv/cpusers/u25s2211/Review/team211-app_fit3048/src/Controller/BandPublicsController.php, line: 63 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/BandPublicsController.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /srv/cpusers/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Core/functions.php, line 384]
Warning (512) : Unable to emit headers. Headers sent in file=/srv/cpusers/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /srv/cpusers/u25s2211/Review/team211-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/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /srv/cpusers/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 159]
Warning (2) : Cannot modify header information - headers already sent by (output started at /srv/cpusers/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /srv/cpusers/u25s2211/Review/team211-app_fit3048/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 192]
Error: Database Error

Database Error 📋

Cake\Database\Exception\QueryException

Error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'DetailForms.biography' in 'SELECT' Query: SELECT Users.id AS Users__id, Users.email AS Users__email, Users.first_name AS Users__first_name, Users.last_name AS Users__last_name, Users.password AS Users__password, Users.nonce AS Users__nonce, Users.nonce_expiry AS Users__nonce_expiry, Users.created AS Users__created, Users.modified AS Users__modified, Users.user_type AS Users__user_type, Users.status AS Users__status, Users.is_subscribed AS Users__is_subscribed, Users.mfa_secret AS Users__mfa_secret, ArtistProfiles.id AS ArtistProfiles__id, ArtistProfiles.user_id AS ArtistProfiles__user_id, ArtistProfiles.band_name AS ArtistProfiles__band_name, ArtistProfiles.description AS ArtistProfiles__description, ArtistProfiles.social_media_links AS ArtistProfiles__social_media_links, ArtistProfiles.website AS ArtistProfiles__website, ArtistProfiles.created AS ArtistProfiles__created, ArtistProfiles.modified AS ArtistProfiles__modified, ArtistProfiles.instagram AS ArtistProfiles__instagram, ArtistProfiles.genre AS ArtistProfiles__genre, ArtistProfiles.act_type AS ArtistProfiles__act_type, ArtistProfiles.biography AS ArtistProfiles__biography, ReviewForms.id AS ReviewForms__id, ReviewForms.user_id AS ReviewForms__user_id, ReviewForms.phone_number AS ReviewForms__phone_number, ReviewForms.website_url AS ReviewForms__website_url, ReviewForms.replied_status AS ReviewForms__replied_status, ReviewForms.epk_file_path AS ReviewForms__epk_file_path, ReviewForms.automated_message AS ReviewForms__automated_message, ReviewForms.created_at AS ReviewForms__created_at, ReviewForms.updated_at AS ReviewForms__updated_at, ReviewForms.enrollment_payment_id AS ReviewForms__enrollment_payment_id, ReviewForms.form2_token AS ReviewForms__form2_token, ReviewForms.collaboration_status AS ReviewForms__collaboration_status, DetailForms.id AS DetailForms__id, DetailForms.review_form_id AS DetailForms__review_form_id, DetailForms.band_name AS DetailForms__band_name, DetailForms.genre AS DetailForms__genre, DetailForms.biography AS DetailForms__biography, DetailForms.act_type AS DetailForms__act_type, DetailForms.business_structure AS DetailForms__business_structure, DetailForms.address AS DetailForms__address, DetailForms.songs_catalogue AS DetailForms__songs_catalogue, DetailForms.duration_of_sets AS DetailForms__duration_of_sets, DetailForms.gigs_on_long_weekends AS DetailForms__gigs_on_long_weekends, DetailForms.frequency_of_rehearsals AS DetailForms__frequency_of_rehearsals, DetailForms.location_of_rehearsals AS DetailForms__location_of_rehearsals, DetailForms.minimum_performance_fee AS DetailForms__minimum_performance_fee, DetailForms.equipment AS DetailForms__equipment, DetailForms.short_term_goals AS DetailForms__short_term_goals, DetailForms.venues AS DetailForms__venues, DetailForms.busking AS DetailForms__busking, DetailForms.radio AS DetailForms__radio, DetailForms.tv AS DetailForms__tv, DetailForms.specific_needs AS DetailForms__specific_needs, DetailForms.created AS DetailForms__created, DetailForms.modified AS DetailForms__modified FROM users Users LEFT JOIN artist_profiles ArtistProfiles ON Users.id = ArtistProfiles.user_id LEFT JOIN review_forms ReviewForms ON Users.id = ReviewForms.user_id LEFT JOIN detail_forms DetailForms ON ReviewForms.id = DetailForms.review_form_id WHERE Users.id = 65 LIMIT 1

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

SQL Query:

SELECT Users.id AS Users__id, Users.email AS Users__email, Users.first_name AS Users__first_name, Users.last_name AS Users__last_name, Users.password AS Users__password, Users.nonce AS Users__nonce, Users.nonce_expiry AS Users__nonce_expiry, Users.created AS Users__created, Users.modified AS Users__modified, Users.user_type AS Users__user_type, Users.status AS Users__status, Users.is_subscribed AS Users__is_subscribed, Users.mfa_secret AS Users__mfa_secret, ArtistProfiles.id AS ArtistProfiles__id, ArtistProfiles.user_id AS ArtistProfiles__user_id, ArtistProfiles.band_name AS ArtistProfiles__band_name, ArtistProfiles.description AS ArtistProfiles__description, ArtistProfiles.social_media_links AS ArtistProfiles__social_media_links, ArtistProfiles.website AS ArtistProfiles__website, ArtistProfiles.created AS ArtistProfiles__created, ArtistProfiles.modified AS ArtistProfiles__modified, ArtistProfiles.instagram AS ArtistProfiles__instagram, ArtistProfiles.genre AS ArtistProfiles__genre, ArtistProfiles.act_type AS ArtistProfiles__act_type, ArtistProfiles.biography AS ArtistProfiles__biography, ReviewForms.id AS ReviewForms__id, ReviewForms.user_id AS ReviewForms__user_id, ReviewForms.phone_number AS ReviewForms__phone_number, ReviewForms.website_url AS ReviewForms__website_url, ReviewForms.replied_status AS ReviewForms__replied_status, ReviewForms.epk_file_path AS ReviewForms__epk_file_path, ReviewForms.automated_message AS ReviewForms__automated_message, ReviewForms.created_at AS ReviewForms__created_at, ReviewForms.updated_at AS ReviewForms__updated_at, ReviewForms.enrollment_payment_id AS ReviewForms__enrollment_payment_id, ReviewForms.form2_token AS ReviewForms__form2_token, ReviewForms.collaboration_status AS ReviewForms__collaboration_status, DetailForms.id AS DetailForms__id, DetailForms.review_form_id AS DetailForms__review_form_id, DetailForms.band_name AS DetailForms__band_name, DetailForms.genre AS DetailForms__genre, DetailForms.biography AS DetailForms__biography, DetailForms.act_type AS DetailForms__act_type, DetailForms.business_structure AS DetailForms__business_structure, DetailForms.address AS DetailForms__address, DetailForms.songs_catalogue AS DetailForms__songs_catalogue, DetailForms.duration_of_sets AS DetailForms__duration_of_sets, DetailForms.gigs_on_long_weekends AS DetailForms__gigs_on_long_weekends, DetailForms.frequency_of_rehearsals AS DetailForms__frequency_of_rehearsals, DetailForms.location_of_rehearsals AS DetailForms__location_of_rehearsals, DetailForms.minimum_performance_fee AS DetailForms__minimum_performance_fee, DetailForms.equipment AS DetailForms__equipment, DetailForms.short_term_goals AS DetailForms__short_term_goals, DetailForms.venues AS DetailForms__venues, DetailForms.busking AS DetailForms__busking, DetailForms.radio AS DetailForms__radio, DetailForms.tv AS DetailForms__tv, DetailForms.specific_needs AS DetailForms__specific_needs, DetailForms.created AS DetailForms__created, DetailForms.modified AS DetailForms__modified FROM users Users LEFT JOIN artist_profiles ArtistProfiles ON Users.id = ArtistProfiles.user_id LEFT JOIN review_forms ReviewForms ON Users.id = ReviewForms.user_id LEFT JOIN detail_forms DetailForms ON ReviewForms.id = DetailForms.review_form_id WHERE Users.id = 65 LIMIT 1
CORE/src/Database/Driver.php at line 382 (edit)
            'driver' => $this,
            'params' => $params ?? $statement->getBoundParams(),
        ]);
        return new QueryException($loggedQuery, $exception);
    }
    /**
     * Prepares a sql statement to be executed.
Caused by SQLSTATE[42S22]: Column not found: 1054 Unknown column 'DetailForms.biography' in 'SELECT' PDOException
CORE/src/Database/Statement/Statement.php at line 146 (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/pdo_error.php