Actions
Bug #70810
closedError when installing TYPO3 7.5 via Composer
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.
Actions