PHP Fatal error: Uncaught RuntimeException: A facade root has not been set. #4031
Lychee versionv7.3.0 Did you check the latest Lychee version?Yes, I did Which PHP version are you using?PHP 8.4 Detailed description of the problemI extract the Lychee.zip, then run php artisan key:generate and I get: Steps to reproduce the issue
Diagnostics [REQUIRED]With no surprise Browser & System [REQUIRED]Debian stable. No browser has been injured during this test :-) Please confirm (incomplete submissions will not be addressed)
|
Answered by
LudovicRousseau
Jan 28, 2026
Replies: 3 comments 7 replies
|
On it. I don't get it though. Everything runs fine in the tests and on release... CRASH. |
3 replies
|
Same here! |
4 replies
|
Improved detection of missing ldap with e8f1216 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing
php-ldapand its dependencyphp8.4-ldapfixed thephp artisan key:generateissue.Then I got the same error in apache logs.
After a
sudo systemctl restart apache2.servicethe apache problem is solved.