Bug #52984

Epic #47018: Implement Composer support and clean package manager API

PackageManager resolving dependencies uses folderstructure for building keys

Added by Anja Leichsenring almost 2 years ago. Updated over 1 year ago.

Status:Rejected Start date:2013-10-20
Priority:Could have Due date:
Assigned To:Thomas Maroschik % Done:

0%

Category:- Spent time: -
Target version:6.2.0
TYPO3 Version:6.2 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

Related issues

related to Core - Bug #52828: extTables cache file creation does not respect extension ... Resolved 2013-10-15

History

#1 Updated by Anja Leichsenring almost 2 years ago

While testing #52828 I found a strange behaviour that was revealed by the patch.

My Structure inside doc root is as following:

drwxrws--- fileadmin
lrwxrwxrwx index.php -> typo3_src/index.php
lrwxrwxrwx typo3 -> typo3_src/typo3
drwxrws--- typo3conf
lrwxrwxrwx typo3_src -> typo3conf/ext/050_core/typo3_src
drwxrws--- typo3temp
drwxrws--- uploads

This is done to have all files that go into version control inside typo3conf/ext and works fine until the moment. Inside typo3conf/ext/050_core/typo3_src are one or more core directories, the active one is pointed to by the symlink typo3_src.

If I now try to install an extension using the EM, I get a message like this:

The package "aboutmodules" depends on "050_coretypo3_srctypo3sysextcore" which is not present in the system.

The package key looked for but not found reflects the folder structure inside typo3conf/ext.

#2 Updated by Helmut Hummel almost 2 years ago

  • Target version set to 6.2.0

#3 Updated by Ernesto Baschny over 1 year ago

  • Parent task set to #47018

#4 Updated by Thomas Maroschik over 1 year ago

  • Status changed from New to Rejected

Placing the typo3_src folder into typo3conf/ext is not good practice and shouldn't be supported. The ext folder has it's name from extension and means that only extensions should reside in this directory. I would advise to place the folder into typo3conf/src instead and everything should be fine.

If this doesn't reflect your opinion, please reopen the issue. :)

#5 Updated by Thomas Maroschik over 1 year ago

  • Assigned To set to Thomas Maroschik

Also available in: Atom PDF