UNDERWORLD LIVE
UPCOMING
ALL
2011
2010
2009
2008
2007
2006
2005
2003
2002
2000
1999
1998
1996
1995
1994
1993
1992
UNDERWORLD LIVE (PRE-1992)
ALL
1991
1990
1989
1988
1987
1986
Freur
ALL
1985
1984
1983

Missing Method in GigsController

You are seeing this error because the action add is not defined in controller GigsController

If you want to customize this error message, create httpdocs/views/errors/missing_action.thtml.

Fatal: Confirm you have created the GigsController::add() in file : httpdocs/controllers/gigs_controller.php

<?php
class GigsController extends AppController {
   function add() {
   }

}
?>