[TYPO3-mvc] Fatal error: Objects used as arrays ... must return values by reference

Bastian Waidelich bastian at typo3.org
Thu Jul 23 13:28:32 CEST 2009


Thomas Waggershauser wrote:

Hi Thomas,

> ok, 5.2.0 doesn't work, but with 5.2.9 its fine.

Thanks for your feedback.
This is not supposed to be like this, cause TYPO3 only requires 5.2.0 IIRC.

It's something that can be fixed quite easily, e.g. from
foreach ($this->arguments['options'] as $domainObject) {

to

$options = $this->arguments['options']
foreach ($options as $domainObject) {

But I'm sure, we have more occurrences.. Could you please open-up a 
ticket for this on forge?

Bastian


More information about the TYPO3-project-typo3v4mvc mailing list