[TYPO3-seminars] Fatal error after upgrading T3 and seminars

Oliver Klee typo3-german-02 at oliverklee.de
Tue Apr 24 10:55:18 CEST 2012


Hi,

Am 23.04.2012 18:47, schrieb Jürgen Novotny:
> The affected code in class.tx_seminars_seminar.php:
> 
> public function getAttendancesPid() {
> 		if (!$this->hasOrganizers()) {
> 			return 0;
> 		}
> 
> 		$organizers = $this->getOrganizerBag();
> 		$firstOrganizer = $organizers->current();
> 		$organizers->__destruct();
> 
> 		return $firstOrganizer->getAttendancesPid();   <- line 3285
> 		
> 	}

Could you please check that the corresponding event record actually has
an organizer assigned?

If the event has an organizer, could you please file a bug report at
<https://bugs.oliverklee.com/> with all details that could possibly be
useful?

Thanks,


Oli
-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-project-seminars mailing list