Search

Meet Guatemala

Land where men, nature, and time have coincided and where they dwell together for ever. More than 3000 years ago a people endowed with extraordinary skills formed one of the most well known and most respected civilizations in history, the Maya

Missing Method in ActivitiesController

Error: The action index is not defined in controller ActivitiesController

Error: Create ActivitiesController::index() in file: app/controllers/activities_controller.php.

<?php
class ActivitiesController extends AppController {

	var $name = 'Activities';


	function index() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

(default) 12 queries took 9 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `activities`661
2DESCRIBE `destinations`881
3DESCRIBE `municipios`221
4DESCRIBE `departamentos`222
5DESCRIBE `schools`771
6DESCRIBE `hotels`771
7DESCRIBE `restaurants`771
8DESCRIBE `dates`660
9DESCRIBE `packages`770
10DESCRIBE `operators`881
11DESCRIBE `destinations_packages`220
12DESCRIBE `activities_destinations`220