Notice (1024) : Undefined property: UsersController::$frontendTheme in /var/www/varjulaszlo.dev.appentum.pro/html/src/Controller/Base/UsersBaseController.php on line 94 [in /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Controller/Controller.php, line 337]
Warning (512) : Unable to emit headers. Headers sent in file=/var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /var/www/varjulaszlo.dev.appentum.pro/html/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Missing Template

Missing Template 📋

Cake\View\Exception\MissingTemplateException
Toggle Vendor Stack Frames

Error The view for UsersController::lostpass() was not found.

            $defaultLayout $this->layout;
            $this->layout $layout;
        }
        $templateFileName $this->_getTemplateFileName($template);
        $this->_currentType = static::TYPE_TEMPLATE;
        $this->dispatchEvent('View.beforeRender', [$templateFileName]);
        $this->Blocks->set('content'$this->_render($templateFileName));
        $this->dispatchEvent('View.afterRender', [$templateFileName]);

Confirm you have created the file: "Base/Users/lostpass.php" in one of the following paths:

  • /var/www/varjulaszlo.dev.appentum.pro/html/templates/Base/Users/lostpass.php

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