Deprecated (16384) : Passing query options as paginator settings is deprecated. Use a custom finder through `finder` config instead. Extra keys found are: conditions,paramType,contain /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Datasource/Paging/NumericPaginator.php, line: 189 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/cakephp/src/Datasource/Paging/NumericPaginator.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Core/functions.php, line 318]
Warning (512) : Unable to emit headers. Headers sent in file=/home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/prefj/www/com.prefj/public/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Layout

Missing Layout 📋

Cake\View\Exception\MissingLayoutException

Error The layout file default.php can not be found or does not exist.

Confirm you have created the file: default.php in one of the following paths:

CORE/src/View/View.php at line 1514 (edit)
            }
        }
        $paths = iterator_to_array($this->getLayoutPaths($plugin));
        throw new MissingLayoutException($name, $paths);
    }
    /**
     * Get an iterator for layout paths.

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