| Name | Size | Mode | Actions |
|---|---|---|---|
| duplicate_named_route.php | 1815 | 0644 | editdlrm |
| fatal_error.php | 1143 | 0644 | editdlrm |
| invalid_parameter.php | 1887 | 0644 | editdlrm |
| missing_action.php | 2464 | 0644 | editdlrm |
| missing_behavior.php | 2002 | 0644 | editdlrm |
| missing_cell_template.php | 1282 | 0644 | editdlrm |
| missing_component.php | 2022 | 0644 | editdlrm |
| missing_connection.php | 882 | 0644 | editdlrm |
| missing_controller.php | 3183 | 0644 | editdlrm |
| missing_datasource.php | 1037 | 0644 | editdlrm |
| missing_datasource_config.php | 1074 | 0644 | editdlrm |
| missing_helper.php | 2035 | 0644 | editdlrm |
| missing_layout.php | 1287 | 0644 | editdlrm |
| missing_plugin.php | 1389 | 0644 | editdlrm |
| missing_route.php | 1869 | 0644 | editdlrm |
| missing_template.php | 1668 | 0644 | editdlrm |
| missing_view.php | 2162 | 0644 | editdlrm |
| pdo_error.php | 1445 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/templates/Error/missing_controller.php (3183B)
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(); ?>