[TYPO3-dev] Add Dependencies for extensions

Tapio Markula tapio.markula at dnainternet.net
Thu May 25 07:38:44 CEST 2006


Franz Holzinger wrote:
> Hello Daniel
> 
>>I am trying to add a dependencies to my extension danp_documentdirs...
>>
>>I tried four times adding the dependecies in ext_emconf
>>...
>> 'constraints' => array(
>>                'depends' => array(
>>                        'danp_libs'=>''
>>                ),
>>...
>>
>>But after uploading and downloading the new version the dependencies is
>>lost.
>>
>>It is really demotivating, and after updating the site crashes because
>>of the missing needed-extension.
>>
>>What is wrong?
> 
> 
> This is a known bug.
> See
> http://bugs.typo3.org/view.php?id=3064
> 
> 
> _Please_ can someone assign this error message to someone else now?
> 
> Thanks,
> 
> Franz
Maybe more reliable to use
'dependencies' => '',
than the array 'constraints'?




More information about the TYPO3-dev mailing list