[TYPO3-core] RFC: Fix EM2 issues

Karsten Dambekalns karsten at typo3.org
Sun Apr 2 20:59:35 CEST 2006


Hi.

On Friday 24 March 2006 15:49, Franz Holzinger wrote:
> http://fholzinger.com/development/tt_products-2.4.9.ZIP

This one has this in the ext_emconf.php:
        'constraints' => array(
                'depends' => array(
                        'php' => '4.2.3-',
                        'typo3' => '3.8.0-4.0.20',
                ),
                'conflicts' => array(
                ),
                'suggests' => array(
                ),
        ),

It can never request any extensions to be installed, obviously... Fix this 
file and it'll work.

<wild_assumptions>
Why this file has that content? The constraints are written based on the old 
dependencies string, but get only written if they do not exist already. Now, 
maybe you updated this on another machine, in an another directory, ... 
wherever. Your local ext_emconf.php will never get changed in the constraints 
section, unless you install (overwrite) the extension from some other source 
(file, TER) that has the expected constraints in ext_emconf.php.
</wild_assumptions>

Karsten
-- 
Karsten Dambekalns
TYPO3 Association - Active Member
http://association.typo3.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060402/82e84e19/attachment.pgp 


More information about the TYPO3-team-core mailing list