| Name | Size | Mode | Actions |
|---|---|---|---|
| duplicate_named_route.php | 1765 | 0644 | editdlrm |
| fatal_error.php | 1093 | 0644 | editdlrm |
| missing_action.php | 2441 | 0644 | editdlrm |
| missing_behavior.php | 1980 | 0644 | editdlrm |
| missing_cell_template.php | 1211 | 0644 | editdlrm |
| missing_component.php | 2000 | 0644 | editdlrm |
| missing_connection.php | 858 | 0644 | editdlrm |
| missing_controller.php | 3136 | 0644 | editdlrm |
| missing_datasource.php | 1015 | 0644 | editdlrm |
| missing_datasource_config.php | 1050 | 0644 | editdlrm |
| missing_helper.php | 2013 | 0644 | editdlrm |
| missing_layout.php | 1237 | 0644 | editdlrm |
| missing_plugin.php | 1366 | 0644 | editdlrm |
| missing_route.php | 1819 | 0644 | editdlrm |
| missing_template.php | 1618 | 0644 | editdlrm |
| missing_view.php | 2140 | 0644 | editdlrm |
| pdo_error.php | 1446 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/templates/Error/missing_controller.php (3136B)
The controller name = h($originalClass) ?> has not been properly inflected, and could not be resolved to a controller that exists in your application.
Ensure that your URL = h($this->request->getUri()->getPath()) ?> is
using the same inflection style as your routes do. By default applications use DashedRoute
and URLs should use - to separate multi-word controller names.
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.
Suggestion Create the class = h($class) ?>Controller below in file: = h($path) ?>
end(); ?>