[TYPO3-dam] to upgrade or to not upgrade ... that is the question :-)
David Toshack
david at vaultin.com
Wed Dec 19 05:11:58 CET 2007
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.
Cheers,
David
More information about the TYPO3-project-dam
mailing list