Bug #15948
closedInstallation blocks complete BE
0%
Description
because the dependencies are not show, Installation of tt_products on RC2 blocks with missing dependend Ext complete BE with a Message like this:
TYPO3 Fatal Error: Extension key "table" was NOT loaded!
dependcies: table,fh_library
(issue imported from #M3064)
Updated by Steffen Kamper over 18 years ago
seems that TER is deleting the dependencies. This differs from that one i got from TER:
http://cvs.sourceforge.net/viewcvs.py/typo3xdev/tx_ttproducts/ext_emconf.php?rev=1.51&view=markup
In my ext_emconf i received is nothing dependend etc:
'constraints' => array(
'depends' => array(
'php' => '4.2.3-',
'typo3' => '3.8.0-4.0.20',
),
'conflicts' => array(
),
'suggests' => array(
),
),
Updated by Franz Holzinger over 18 years ago
This error is not in tt_products.
As you can see here the ext_emconf.php file has been correct in the past:
http://cvs.sourceforge.net/viewcvs.py/typo3xdev/tx_ttproducts/ext_emconf.php?rev=1.51&view=markup
Updated by Franz Holzinger over 18 years ago
See error 0002954 which is very similar to this one.
Updated by Joris Willems over 18 years ago
I had the same problem with RC2. Now I have reinstalled using RC3 and the error is no longer occuring. I think you can close this bug.
Updated by Franz Holzinger over 18 years ago
The error seems to be corrected in CORE for TYPO3 4.0 RC2.
Updated by Franz Holzinger over 18 years ago
This error is present again. So the error corrections did not work.
Updated by Franz Holzinger over 18 years ago
Hello,
please assign this to someone else.
I do not know about EM and TER2.
A similar error happens when you install phpMyAdmin 0.2.1
The former
'version' => '0.2.1',
'constraints' => array(
'depends' => array(
'php' => '3.0.0-',
'typo3' => '3.5.0-',
),
'conflicts' => array(
),
'suggests' => array(
),
),
has been changed during download from TER2 to
'version' => '0.2.1',
'constraints' => array(
'depends' => array(
'typo3' => '0.0.2-0.0.2',
'php' => '0.0.2-0.0.2',
),
'conflicts' => array(
),
'suggests' => array(
),
),
which results in error messages in the EM:
Updated by Franz Holzinger over 18 years ago
Reminder:
Please assign this to someone else.
Updated by Rupert Germann over 15 years ago
cannot reproduce on current TYPO3 version.
I installed latest tt_products from TER, the dependencies to div, table and fh_library where correctly resiolved and all works.