fiveai / Cachet

📛 An open source status page system for everyone.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

Composer Install Error #46

Open hodorisking opened 3 years ago

hodorisking commented 3 years ago

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 commented 3 years ago

@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.