-
Notifications
You must be signed in to change notification settings - Fork 325
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
Docker, Error "require_once(/usr/share/php/smarty3/Smarty.class.php) No such file or directory" #832
Labels
Comments
Additionally, i've tried the debian install with nginx too. But here I get a blank page and error message in log
|
I don't reproduce the problem:
WIth ssp.conf.php: <?php
$ldap_url = "ldap://172.17.0.1";
$ldap_binddn = "cn=admin,dc=example,dc=com";
$ldap_bindpw = 'secret';
$keyphrase = "test";
$debug = true;
$debug_smarty = true;
?> |
I don't know why, but it is working now. I've used your config (with some adjustments for my env) and it started immediately. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run it in docker. I did not edit the image, just plain usage/pull from docker hub.
But every request fails with this error message:
I tried version/tag 1.5.4 and 1.5.0.
Probably this is related to
#681
The text was updated successfully, but these errors were encountered: