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 add is not defined in controller ActivitiesController

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

<?php
class ActivitiesController extends AppController {

	var $name = 'Activities';


	function add() {

	}

}
?>

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

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