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 #1

Updated by Wouter Wolters over 8 years ago

  • Assignee deleted (Helmut Hummel)
Actions #2

Updated by Daniel Goerz over 8 years ago

  • Status changed from New to Needs Feedback

I just installed TYPO3 7.5.0 with your composer.json without any problems.

The path you posted looks somewhat broken. Please tell us more about your environemt.

Actions #3

Updated by Thomas Deinhamer over 8 years ago

I'm on Windows 10 using PHP 5.6.14 and the latest composer version. Running composer via default cmd.exe - everything pretty default I think.

Actions #4

Updated by Mathias Brodala over 8 years ago

I agree that the path looks broken in general but I'd also like to point out that it's 259 characters long which surpasses the 254 character limit of paths on Windows file systems. Maybe that's related.

Actions #5

Updated by Philipp Rönsch over 8 years ago

This problem still persists and is related to Issue #68998.

Actions #6

Updated by Gerrit Code Review about 8 years ago

  • Status changed from Needs Feedback to Under Review

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

Actions #7

Updated by Gerrit Code Review about 8 years ago

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

Actions #8

Updated by Gerrit Code Review about 8 years ago

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

Actions #9

Updated by Gerrit Code Review about 8 years ago

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

Actions #10

Updated by Gerrit Code Review almost 8 years ago

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

Actions #11

Updated by Gerrit Code Review almost 8 years ago

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

Actions #12

Updated by Gerrit Code Review almost 8 years ago

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

Actions #13

Updated by Gerrit Code Review almost 8 years ago

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

Actions #14

Updated by Gerrit Code Review almost 8 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48429

Actions #15

Updated by Mathias Brodala almost 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF