[TYPO3-dam] to upgrade or to not upgrade ... that is the question :-)
Michiel Roos
michiel at netcreators.com
Mon Dec 24 12:28:03 CET 2007
David Toshack wrote:
> David Toshack wrote:
>> Hi DAM team,
>>
>> I have a pretty critical problem where the right hand frame is served
>> with absolutely no source code from the Media->File module.
>
>
> Turns out that this was solved by changing line 123 of
> dam/lib/class.tx_dam_guirenderlist.php to assign a reference rather than
> an array.
>
> Eg. change:
> $obj = $funcDef[0];
> to:
> $obj = &$funcDef[0];
>
>
> I found this helpful modification here:
> http://www.typo3.net/index.php?id=13&action=list_post&tid=70109
>
> Does nobody else have this problem since upgrading to php5?
>
> Should I launch a bug report for this? I couldn't find any mention of it
> in the bugtracker and this modification isn't in the new version.
Hi David,
Please make a new bug out of this. If it makes sense to pass something
by reference and it keeps the memory low, then that is a good code
adjustment.
Kind regards,
Michiel Roos
--
Netcreators BV :: creation and innovation
www.netcreators.com
Interesse in werken bij Netcreators?
http://www.netcreators.com/bedrijf/vacatures/
More information about the TYPO3-project-dam
mailing list