[TYPO3-seminars] Seminars don't take lodging and food options into account

Stefano Kowalke blueduck at gmx.net
Mon Jul 23 14:11:35 CEST 2012


I found the reason for the issue in
seminars/class.tx_seminars_registration.php at line 214 and 219.

		$this->lodgings = (isset($registrationData['lodgings'])
			&& is_array($registrationData['lodgings']))
			? $registrationData['lodgings'] : array();
		$this->recordData['lodgings'] = count($this->lodgings);

$registrationData['lodgings'] isn't an array and the check ends up with
this->lodgings contains an emtpy array.

@Olly: Why do you check for an array?

I tested the whole process with the shipped template of version 0.9.4.
So I can exclude an issue with my custom template

@All: Can anybody else confirm this issue?

Regards
Stefano


Am 22.07.12 00:25, schrieb Stefano Kowalke:
> Hey folks,
> 
> after updating to seminars 0.9.4, formidable 1.1.549 the selected
> options for lodging and food wasn't reconize. Neighter in BE nor in the
> mail to the organizer.
> 
> I already delete the content in llxml and l10n folder.
> 
> After the update I adjust the markers in my custom template as mentioned
> in manual. Did I forgot something?
> 
> Regards
> Stefano
> 



More information about the TYPO3-project-seminars mailing list