We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ae9cb commit f35ca7fCopy full SHA for f35ca7f
docs/faq_troubleshooting.md
@@ -66,9 +66,8 @@ docker-compose logs lychee
66
67
### I just updated to 7.3+ and I get PHP Fatal error: Uncaught RuntimeException: A facade root has not been set.
68
69
-This error is misleading. Version 7.3 added the support for LDAP, which requires the `php-ldap` extension.
70
-Verify that you have all the required php extension installed.
71
-
+This error is misleading. Version 7.3 added support for LDAP, which requires the `php-ldap` extension.
+Verify that you have all the required PHP extensions installed.
72
### I'm getting database connection errors in Docker, what can I do?
73
74
Database connection issues in Docker are usually related to service configuration:
0 commit comments