|
@@ -14,7 +14,7 @@
|
|
|
*/
|
|
*/
|
|
|
use Cake\Utility\Inflector;
|
|
use Cake\Utility\Inflector;
|
|
|
?>
|
|
?>
|
|
|
-<h2>Missing View</h2>
|
|
|
|
|
|
|
+<h2>Missing Template</h2>
|
|
|
<p class="error">
|
|
<p class="error">
|
|
|
<strong>Error: </strong>
|
|
<strong>Error: </strong>
|
|
|
<?= sprintf('The view for <em>%sController::%s()</em> was not found.', h(Inflector::camelize($this->request->controller)), h($this->request->action)); ?>
|
|
<?= sprintf('The view for <em>%sController::%s()</em> was not found.', h(Inflector::camelize($this->request->controller)), h($this->request->action)); ?>
|
|
@@ -38,7 +38,7 @@ use Cake\Utility\Inflector;
|
|
|
|
|
|
|
|
<p class="notice">
|
|
<p class="notice">
|
|
|
<strong>Notice: </strong>
|
|
<strong>Notice: </strong>
|
|
|
- <?= sprintf('If you want to customize this error message, create %s', APP_DIR . DS . 'Template' . DS . 'Error' . DS . 'missing_view.ctp') ?>
|
|
|
|
|
|
|
+ <?= sprintf('If you want to customize this error message, create %s', APP_DIR . DS . 'Template' . DS . 'Error' . DS . 'missing_template.ctp') ?>
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->element('exception_stack_trace'); ?>
|
|
<?= $this->element('exception_stack_trace'); ?>
|