Notice (8) : file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 98 bytes failed with errno=28 No space left on device [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php, line 142]

Notice: file_put_contents() [function.file-put-contents]: Write of 636 bytes failed with errno=28 No space left on device in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]

Notice: file_put_contents() [function.file-put-contents]: Write of 802 bytes failed with errno=28 No space left on device in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]

Notice: file_put_contents() [function.file-put-contents]: Write of 1074 bytes failed with errno=28 No space left on device in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 142
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /var/www/shop/public_html/current/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 235]
Error: App\Model\Entity\Category::getCachedUrlWithCurrentQueryParamsByCategoryId(): Argument #1 ($categoryId) must be of type ?int, string given, called in /var/www/shop/public_html/current/plugins/AzaStoreRenee2020/templates/element/FilteredProducts/meta_data.php on line 18

App\Model\Entity\Category::getCachedUrlWithCurrentQueryParamsByCategoryId(): Argument #1 ($categoryId) must be of type ?int, string given, called in /var/www/shop/public_html/current/plugins/AzaStoreRenee2020/templates/element/FilteredProducts/meta_data.php on line 18 📋

TypeError
Error in: APP/Model/Entity/Category.php, line 201

Could this be caused by using Auto-Tables?

Some of the Table objects in your application were created by instantiating "Cake\ORM\Table" instead of any other specific subclass.

This could be the cause for this exception. Auto-Tables are created for you under the following circumstances:


Please try correcting the issue for the following table aliases:


APP/Model/Entity/Category.php at line 201 (edit)
        return self::getCachedUrlByCategoryId($categoryId);
    }
    public static function getCachedUrlWithCurrentQueryParamsByCategoryId(?int $categoryId): string
    {
        $request Router::getRequest();
        if (!$request) {
            return self::getCachedUrlByCategoryId($categoryId);

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