[TYPO3-dev] constraints > suggests never work

Elmar Hinz elmar07 at googlemail.com
Fri Sep 14 09:24:45 CEST 2007


Georg Ringer wrote:

> 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 do get the information that an extension is suggested but the "Import
> now"-link is wrong:
>
http://www.url/typo3/mod/tools/em/index.php?CMD[importExt]=&CMD[loc]=L&CMD[standAlone]=1
> 
> so the CMD[importExt]= is empty and I don't get it why!
> 
> Help would be really appreciated, several extensions are waiting to be
> released!
> 
> thx
> georg


Hello Georg,

according to my experience 'depends' only works if there are at least two
entries. Possibly 'suggests' has the same bug. Writing that line twice
could be a solution I didn't try.

Regards

Elmar









More information about the TYPO3-dev mailing list