Project

General

Profile

Actions

Bug #70810

closed

Error when installing TYPO3 7.5 via Composer

Added by Thomas Deinhamer over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
Start date:
2015-10-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Installing 7.5 via Composer throws an error:

- Installing typo3/cms (7.5.0)
    Downloading: 100%

  [ErrorException]
  ZipArchive::extractTo(S:\Project\web\typo3-base/vendor/composer/b9b410ee/TYPO3-TYPO3.CMS-4b90d5b\typo3\sysext\impexp\Tests\Functional\ImportFromVersionFourDotFive\PagesAndTtContentWithRteImagesAndFileLink\DataSet\Assertion/importPagesAndRelatedTtConten
  tWithRteImagesAndFileLink.csv): failed to open stream: Invalid argument

My composer.json:

{
    "name": "private/typo3-base",
    "repositories": [
        {
            "type": "composer",
            "url": "http://composer.typo3.org/" 
        }
    ],
    "require": {
        "typo3/cms": "7.5.*" 
    }
}

It may relate to the dot in the path (TYPO3-TYPO3.CMS-4b90d5b), I've read somewhere that this may cause problems - but I'm not sure.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #68998: File names of functional tests are too long when installing via composer on windowsClosed2015-08-12

Actions
Actions

Also available in: Atom PDF