Missing Template 📋

Cake\View\Exception\MissingTemplateException

Error The view for PagesController::display() was not found.

Confirm you have created the file: "Pages/pages/datenschutz.php" in one of the following paths:

CORE/src/View/View.php at line 1377 (edit)
                return $this->_checkFilePath($path $name$path);
            }
        }
        throw new MissingTemplateException($name$paths);
    }
    /**
     Change the name of a view template file into underscored format.

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