Deprecated (16384) : Since 5.2.0: Passing an array as the first argument to `App\Model\Entity\EmployeeTransfer::set()` is deprecated. Use `App\Model\Entity\EmployeeTransfer::patch()` instead. /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/src/Controller/Admin/EmployeeTransfersController.php, line: 34 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/Admin/EmployeeTransfersController.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Core/functions.php, line 377]
Warning (512) : Unable to emit headers. Headers sent in file=/home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 158]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/vishu/web/hrms.belgaumsoftwares.cloud/public_html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 191]
Error: Database Error

Database Error 📋

Cake\Database\Exception\QueryException

Error [default] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Departments.is_active' in 'where clause' Query: SELECT `FromDepartments`.`id` AS `FromDepartments__id`, `FromDepartments`.`name` AS `FromDepartments__name` FROM `departments` `FromDepartments` WHERE `Departments`.`is_active` = '1' ORDER BY `Departments`.`name` ASC

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 `FromDepartments`.`id` AS `FromDepartments__id`, `FromDepartments`.`name` AS `FromDepartments__name` FROM `departments` `FromDepartments` WHERE `Departments`.`is_active` = '1' ORDER BY `Departments`.`name` ASC
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[42S22]: Column not found: 1054 Unknown column 'Departments.is_active' in 'where clause' 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/pdo_error.php