Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer Install Error #46

Open
hodorisking opened this issue Mar 2, 2021 · 1 comment
Open

Composer Install Error #46

hodorisking opened this issue Mar 2, 2021 · 1 comment
Labels
support Supporting users with trouble deploying or using Cachet

Comments

@hodorisking
Copy link

Hi

When I run the following command in public_html/Cachet,

composer install --no-dev -o

I get the following error message,

Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead. Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead. Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead. Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.

When I load the website after installing the app, I get the message "No input file specified." in a white background. Could you help me fix this? Thank you!

@sedan07
Copy link

sedan07 commented Mar 8, 2021

@hodorisking the messages from Composer are just warnings, Cachet will still work even though some of the dependencies need updating.

As for the "No input file specified." that sounds more likely to be your webserver to PHP setup not working. I would revisit that and check the logs for the setup you're using.

@sedan07 sedan07 added the support Supporting users with trouble deploying or using Cachet label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Supporting users with trouble deploying or using Cachet
Projects
None yet
Development

No branches or pull requests

2 participants