You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: