[User Error] Uncaught Exception: Object->__call(): the method 'navlinks' does not exist on 'FooterPage'

GET /it/footerpages-it-IT/condizioni-generali/

Line 724 in /usr/local/src/kiga/server/dist/sapphire/core/Object.php

Source

715 				
716 				default :
717 					throw new Exception (
718 						"Object->__call(): extra method $method is invalid on $this->class:" . var_export($config, true)
719 					);
720 			}
721 		} else {
722 			// Please do not change the exception code number below.
723 			
724 			throw new Exception("Object->__call(): the method '$method' does not exist on '$this->class'", 2175);
725 		}
726 	}
727 	
728 	// -----------------------------------------------------------------------------------------------------------------
729 	
730 	/**

Trace