[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/sta-pool-emergency-responder-blended-training/rickmansworth-william-penn-leisure-centre-10-11-september-2020

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