Missing Template 📋

Cake\View\Exception\MissingTemplateException
Toggle Vendor Stack Frames

Error The view for WtoolsController::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: "Wtools/adriano/play.php" in one of the following paths:

  • /home/users/0/cycle-ut2/apps/public_take/templates/Wtools/adriano/play.php

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