[TYPO3-dev] constraints > suggests never work

Steffen Kamper steffen at sk-typo3.de
Fri Sep 14 10:45:43 CEST 2007


Hi Georg,

i tried with my extension

'suggests' => array(
  't3mootools' => '1.1.0',
),

and it works fine.

vg  Steffen

"Georg Ringer" <mail-spam at ringerge.org> schrieb im Newsbeitrag 
news:mailman.1.1189752872.4313.typo3-dev at lists.netfielders.de...
> 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 






More information about the TYPO3-dev mailing list