[TYPO3-dam] DAM & Typo3 4.2beta1

Uschi Renziehausen typo3news at otherone.de
Fri Feb 8 12:32:38 CET 2008


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


More information about the TYPO3-project-dam mailing list