[TYPO3-dev] constraints > suggests never work

Georg Ringer mail-spam at ringerge.org
Fri Sep 14 08:54:30 CEST 2007


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