[TYPO3-dam] DAM & Typo3 4.2beta1

Michael Stucki michael at typo3.org
Fri Feb 8 12:55:08 CET 2008


I can only repeat myself, but this is fixed already in both subversion
branches (dam_1-0 and Trunk!).

See http://bugs.typo3.org/view.php?id=7368 for details.

Or get a T3X snapshot from this page here (works again):
http://typo3xdev.sourceforge.net/

- michael

Uschi Renziehausen wrote:

> Hi Tobias,
> 
> just came across the very same error with latest dam version from trunk
> Solution:
> In dam/lib/class.tx_dam_config.php replace
> $config['mergedTSconfig.'] =
> t3lib_div::array_merge_recursive_overrule($config['pageUserTSconfig.'],
> $config['definedTSconfig.']);
> 
> in line 194 with
> 
> $config['mergedTSconfig.'] =
>
t3lib_div::array_merge_recursive_overrule((array)$config['pageUserTSconfig.'],
> (array)$config['definedTSconfig.']);
> 
> (unfortunately I do not know yet how to produce patches).
> 
> Prosit, Uschi
> 
> Tobias Pierschel wrote:
>> Hi all,
>> i just tryed the new Typo version width the actual dam:
>> This is the result:
>> Catchable fatal error: Argument 1 passed to
>> t3lib_div::array_merge_recursive_overrule() must be an array, null
>> given, called in
>> /srv/www/htdocs/web1/html/dev/XYZ/typo3conf/ext/dam/lib/class.tx_dam_config.php
>> on line 194 and defined in
>> /srv/www/htdocs/web1/html/XYZ/typo3_src-4.2.0beta1a/t3lib/class.t3lib_div.php
>> on line 1674
>> 
>> Any hints?
>> 
>> Greetings from Hamburg
>> Tobi

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-project-dam mailing list