ReflectionException [ 0 ]: Invocation of method Controller_PhotoPage::action_showpage() failed

SYSPATH/classes/kohana/request.php [ 1112 ]

1107 
1108 			// Determine the action to use
1109 			$action = empty($this->action) ? Route::$default_action : $this->action;
1110 
1111 			// Execute the main action with the parameters
1112 			$class->getMethod('action_'.$action)->invokeArgs($controller, $this->_params);
1113 
1114 			// Execute the "after action" method
1115 			$class->getMethod('after')->invoke($controller);
1116 		}
1117 		catch (Exception $e)
  1. SYSPATH/classes/kohana/request.php [ 1112 ] » ReflectionMethod->invokeArgs(arguments)

  2. APPPATH/bootstrap.php [ 120 ] » Kohana_Request->execute()

  3. DOCROOT/index.php [ 103 ] » require(arguments)

Environment