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: Cake\Utility\Text::truncate(): Argument #1 ($text) must be of type string, null given, called in /home/prefj/www/com.prefj/public/templates/element/module/event/summary.php on line 45

Cake\Utility\Text::truncate(): Argument #1 ($text) must be of type string, null given, called in /home/prefj/www/com.prefj/public/templates/element/module/event/summary.php on line 45 📋

TypeError
Error in: CORE/src/Utility/Text.php, line 595
CORE/src/Utility/Text.php at line 595 (edit)
     * @param array<string, mixed> $options An array of HTML attributes and options.
     * @return string Trimmed string.
     * @link https://book.cakephp.org/4/en/core-libraries/text.html#truncating-text
     */
    public static function truncate(string $text, int $length = 100, array $options = []): string
    {
        $default = [
            'ellipsis' => '...', 'exact' => true, 'html' => false, 'trimWidth' => false,
        ];

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