Project

General

Profile

Actions

Bug #82090

closed

Upgrading from older TYPO3 versions removes TYPO3 sources from vendor dir

Added by Helmut Hummel over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-08-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Given the following composer.json

{
    "require": {
        "typo3/cms": "^7.6.18" 
    },
    "extra": {
        "typo3/cms": {
            "cms-package-dir": "{$vendor-dir}/typo3/cms",
            "web-dir": "web" 
        }
    }
}

and performing composer install

When I do composer require typo3/cms dev-master

I expect the web directory to have a typo3 folder with a symlink to sysext inside.

What actually happens:

I get the error message:

The symlink source "/test/vendor/typo3/cms/ty
po3/sysext" is not available.

This is due to the fact, that web/typo3/sysext will be deleted, which is a folder inside the TYPO3 sources,
as the 7.6 installation created a symlink from web/typo3 to the sources directory.

Actions #1

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53682

Actions #2

Updated by Helmut Hummel over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF