[User Error] Uncaught Exception: Object->__call(): the method 'event' does not exist on 'CourseInfoPage_Controller', or the method is not public.

GET /courses/course-detail/combined-4-day-pool-emergency-responder-and-first-aid-at-work/coventry-holiday-inn-coventry-8-11-october-2018-2

Line 780 in /home/storm/sites/swimmingpooltraining-co-uk/public/framework/core/Object.php

Source

771 
772 				default :
773 					throw new Exception (
774 						"Object->__call(): extra method $method is invalid on $class:"
775 							. var_export($config, true)
776 					);
777 			}
778 		} else {
779 			// Please do not change the exception code number below.
780 			throw new Exception("Object->__call(): the method '$method' does not exist on '$class', or the method is not public.", 2175);
781 		}
782 	}
783 
784 	// --------------------------------------------------------------------------------------------------------------
785 
786 	/**

Trace