From b9915d892330e4fdd74034ad3e71d5b791c68f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Mon, 3 Apr 2017 22:21:24 +0200 Subject: [PATCH] Improving the info text when a controller was not found. --- src/Template/Error/missing_controller.ctp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Template/Error/missing_controller.ctp b/src/Template/Error/missing_controller.ctp index 4f5c528bd51..c4cfbae8b40 100644 --- a/src/Template/Error/missing_controller.ctp +++ b/src/Template/Error/missing_controller.ctp @@ -44,6 +44,9 @@ $this->start('subheading'); ?> Error: Controller could not be found. +

+ In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin. +

end() ?> start('file') ?>