Bug #70810
closedError when installing TYPO3 7.5 via Composer
100%
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.
Updated by Daniel Goerz about 9 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.
Updated by Thomas Deinhamer about 9 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.
Updated by Mathias Brodala about 9 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.
Updated by Philipp Rönsch almost 9 years ago
This problem still persists and is related to Issue #68998.
Updated by Gerrit Code Review almost 9 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
Updated by Gerrit Code Review almost 9 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
Updated by Gerrit Code Review almost 9 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Mathias Brodala over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 281d481006650a6b62c38ed0b835220bff727b7f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed