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
I know this has been mentioned in an issue previously, but the suggested solutions for that issue do not work for me. My site was working fine (local machine), but then all of a sudden I was unable to access any of it, and was shown the above error. Looking at the stack trace, it is related to this package, but it has been working fine for a while with no problems, and I haven't made any changes to it. Any ideas?
I only use honey on a few pages on the site, but am unable to access any of them.
UPDATE: I have tried removing the package from composer, but this then causes even more errors and doesn't even allow me to start the site. Anytime I run php artisan SOMETHING or composer, I get the following error:
PHP Fatal error: Uncaught ReflectionException: Class env does not exist in .../vendor/laravel/framework/src/Illuminate/Container/Container.php:877
The text was updated successfully, but these errors were encountered:
I know this has been mentioned in an issue previously, but the suggested solutions for that issue do not work for me. My site was working fine (local machine), but then all of a sudden I was unable to access any of it, and was shown the above error. Looking at the stack trace, it is related to this package, but it has been working fine for a while with no problems, and I haven't made any changes to it. Any ideas?
I only use honey on a few pages on the site, but am unable to access any of them.
UPDATE: I have tried removing the package from composer, but this then causes even more errors and doesn't even allow me to start the site. Anytime I run
php artisan SOMETHING
orcomposer
, I get the following error:PHP Fatal error: Uncaught ReflectionException: Class env does not exist in .../vendor/laravel/framework/src/Illuminate/Container/Container.php:877
The text was updated successfully, but these errors were encountered: