Notice (8): file_put_contents(): Write of 270 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php, line 131]

Notice: file_put_contents() [function.file-put-contents]: Write of 1104 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Deprecated (8192): Creation of dynamic property Laminas\Diactoros\Uri::$base is deprecated [CORE/src/Http/ServerRequestFactory.php, line 254]

Notice: file_put_contents() [function.file-put-contents]: Write of 714 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Deprecated (8192): Creation of dynamic property Laminas\Diactoros\Uri::$webroot is deprecated [CORE/src/Http/ServerRequestFactory.php, line 256]

Notice: file_put_contents() [function.file-put-contents]: Write of 717 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Deprecated (8192): Creation of dynamic property App\Controller\ErrorController::$RequestHandler is deprecated [CORE/src/Controller/Controller.php, line 352]
Deprecated (8192): Cake\View\ViewBuilder implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) [CORE/src/View/ViewBuilder.php, line 37]

Notice: file_put_contents() [function.file-put-contents]: Write of 1582 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Notice (8): file_put_contents() [<a href='https://secure.php.net/function.file-put-contents'>function.file-put-contents</a>]: Write of 1913 bytes failed with errno=122 Disk quota exceeded [CORE/src/Log/Engine/FileLog.php, line 131]

Notice: file_put_contents() [function.file-put-contents]: Write of 1476 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Warning (512): Unable to emit headers. Headers sent in file=/home/webseo24h/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=954 [CORE/src/Http/ResponseEmitter.php, line 71]

Notice: file_put_contents() [function.file-put-contents]: Write of 752 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Warning (2): Cannot modify header information - headers already sent by (output started at /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:954) [CORE/src/Http/ResponseEmitter.php, line 164]

Notice: file_put_contents() [function.file-put-contents]: Write of 899 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Warning (2): Cannot modify header information - headers already sent by (output started at /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:954) [CORE/src/Http/ResponseEmitter.php, line 197]

Notice: file_put_contents() [function.file-put-contents]: Write of 896 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Deprecated (8192): Creation of dynamic property App\View\AppView::$Html is deprecated [CORE/src/View/View.php, line 1090]

Notice: file_put_contents() [function.file-put-contents]: Write of 1612 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Error: Missing Controller
Deprecated (8192): Creation of dynamic property App\View\AppView::$Url is deprecated [CORE/src/View/View.php, line 1215]

Notice: file_put_contents() [function.file-put-contents]: Write of 1763 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131
Deprecated (8192): Creation of dynamic property Cake\View\Helper\HtmlHelper::$Url is deprecated [CORE/src/View/Helper.php, line 115]

Notice: file_put_contents() [function.file-put-contents]: Write of 1710 bytes failed with errno=122 Disk quota exceeded in /home/webseo24h/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 131

Missing Controller 📋

Cake\Http\Exception\MissingControllerException
Toggle Vendor Stack Frames

Error CategoryController could not be found.

     * @return void
     */
    protected function missingController(ServerRequest $request): void
    {
        throw new MissingControllerException([
            'class' => $request->getParam('controller'),
            'plugin' => $request->getParam('plugin'),
            'prefix' => $request->getParam('prefix'),
            '_ext' => $request->getParam('_ext'),

In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin.

Suggestion Create the class CategoryController below in file: src/Controller/CategoryController.php

    <?php
    
namespace App\Controller;

    use 
App\Controller\AppController;

    class 
CategoryController extends AppController
    
{

    }

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