Missing Template 📋

Cake\View\Exception\MissingTemplateException
Toggle Vendor Stack Frames

Error The view for PagesController::display() 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: "Pages/33.php" in one of the following paths:

  • /var/www/vhosts/h574848.web299.dogado.net/httpdocs/templates/Pages/33.php

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