-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
v2.1.0 uncaught exception #1462
Comments
Not quite. Likely you've missed needed double quotes in your .env file. |
Also, note quite true. It has always been broken, but it was a bug that it wasn't crashing letting you know that stuff in the .env file as invalid and thus being ignored. |
See #1456. |
NB This was a Laravel bug which has since been fixed. |
Thanks for the note, and you are indeed correct. I had MAIL_NAME set to two words, with no quotes. |
PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Console\Kernel does not exist' in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php:738 I am getting this error msg can anyone help to solved this problem |
|
rm -rf bootstrap/cache/* Still it giving error PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Console\Kernel does not exist' in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php:738 |
Have you followed every step in https://docs.cachethq.io/docs/updating-cachet |
this is full error message PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Console\Kernel does not exist' in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Container/Container.php:738 |
Thank @GrahamCampbell. Your suggestions of double or expected quotes saved my ass this afternoon. Thanks many more times and to the forum at large |
Getting this error on Cachet 2.1.2 and 2.2.1 |
@hubertgrzeskowiak can we see the error please? |
Just solved it.. I used PHP 7 instead of 5.x |
👍 |
I'm seeing the following error with v2.1.0 of composer.
I had v2.0.4 working fine and was trying to upgrade. I wondered if it was something on my end, so I started from scrach -
git clone /~https://github.com/cachethq/Cachet.git
cd Cachet
git checkout v2.1.0
(copy my old .env file to this dir)
composer install --no-dev -o
... then I get this:
Since it happens even with a new checkout I'm assuming this is not on my end. Any suggestions or advice? Thank you.
The text was updated successfully, but these errors were encountered: