contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
86 stars 33 forks source link

Composer-Umgebung: Composer-Abhängigkeiten sind nicht installiert. #304

Closed D-72 closed 6 years ago

D-72 commented 6 years ago

While trying to install Contao 4.4 via Manager 1.0.1 on a system that already hosts 15 contao websites I get an error message.

$ /usr/iports/php71/bin/php '-q' '/usr/local/www/apache24/noexec/contao4.mydomain.de/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1

In JsonFile.php line 300:

"/usr/local/www/apache24/noexec/contao4.mydomain.de/composer.json"
does not contain valid JSON
Parse error on line 1:

^
Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['

Process terminated with exit code 1

Result: General error

D-72 commented 6 years ago

Installer 1.0.0-beta19 did the job as usual.

aschempp commented 6 years ago

Can you tell how your composer.json looks like?

D-72 commented 6 years ago

I´m sorry - I deleted that installation.