[TYPO3-dev] constraints > suggests never work

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Fri Sep 14 09:22:52 CEST 2007


Georg Ringer schrieb:
> Hello,
> 
> i wanted to use the suggest in my ext_emconf.php but it just won't work!
> The example is:
> ------------
>     'constraints' => array(
>         'depends' => array(
>         ),
>         'conflicts' => array(
>         ),
>         'suggests' => array(
>             't3mootools' => '',
>         ),
>     ),
> -----------
> 

I have never tried it myself, but looking at your code I wonder why 
'suggests' should be an associative array. And if it is then I would expect 
some kind of value for it.

Masi




More information about the TYPO3-dev mailing list