helhum / TYPO3-Distribution

A distribution package for TYPO3 CMS with added typo3_console support
81 stars 19 forks source link

Installation problems #17

Closed heddesheimer closed 5 years ago

heddesheimer commented 6 years ago

Hi, I tried the installation but getting this. What am I missing?

Setting up TYPO3

Check environment / create folders: OK

Connect to database: User name for database server (default: ""): User password for database server:

[TYPO3\CMS\Core\Error\Exception] Warning: copy(phar://C:/ProgramData/ComposerSetup/bin/composer.phar/vendor/symfony/console/Helper/../Resources/bin/ hiddeninput.exe): failed to open stream: phar error: "vendor/symfony/console/Resources/bin/hiddeninput.exe" is not a file in phar "C:/ProgramData/ComposerSetup/bin/composer.phar" in phar://C:/ProgramData/ComposerSetup/bin/composer .phar/vendor/symfony/console/Helper/QuestionHelper.php line 330

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [] [] []

helhum commented 6 years ago

That obviously seems to be an error in your composer.phar or within the embedded Symfony component. What is the composer version you are using?

heddesheimer commented 6 years ago

I just installed a fresh composer version for Windows. It says it's version 1.6.5

helhum commented 6 years ago

As far as I can see, the issue is that composer.phar does not include this file. I opened a ticket in composer issue tracker

heddesheimer commented 6 years ago

Thank you. So all I can do is to wait until they fixed it?

helhum commented 6 years ago

You could try installing from git bash instead. Could work.

Or put a file .installed next to the composer.json of this distribution, which skips the install during composer install. And then do vendor/bin/typo3cms install:setup.

helhum commented 5 years ago

fixed in Composer a long time ago.