Error: HeladerosController could not be found.
Error: Create the class HeladerosController below in file: app/controllers/heladeros_controller.php
<?php
class HeladerosController extends AppController {
var $name = 'Heladeros';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `categories` | 5 | 5 | 2 | |
| 2 | DESCRIBE `projects` | 9 | 9 | 1 | |
| 3 | DESCRIBE `institutions` | 4 | 4 | 1 | |
| 4 | DESCRIBE `statuses` | 4 | 4 | 1 | |
| 5 | DESCRIBE `products` | 6 | 6 | 1 | |
| 6 | DESCRIBE `types` | 4 | 4 | 1 | |
| 7 | DESCRIBE `pictures` | 6 | 6 | 1 | |
| 8 | SELECT `Category`.`id`, `Category`.`name`, `Category`.`is_in_top_menu`, `Category`.`created`, `Category`.`modified` FROM `categories` AS `Category` WHERE `Category`.`is_in_top_menu` = 1 | 2 | 2 | 1 |