-
Notifications
You must be signed in to change notification settings - Fork 52
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
Problems with Testuser #73
Comments
Did you install the dependencies via composer? See https://getcomposer.org/doc/01-basic-usage.md and https://github.com/HAWK-Digital-Environments/HAWKI/blob/main/composer_install.sh for details.
|
Hey @ghellstern, |
Hi @Adriansdf! |
Hi @ghellstern, I ran into the same issue when dockerizing HAWKI for local development. In my case, my PHP-image (8-bullseye) was missing |
@ShUl0w: Would you mind sharing your Docker instructions? |
Hi @DanielBarie, sure, I set up a basic repository with a working php-apache based Dockerfile for HAWKI. Please note that this is not equivalent to what I'm using for local development, which is a bit more involved. @Ariansdf I don't know if its any help for the project, but maybe it would be a good idea to provide a docker image / documentation for trying HAWKI locally for the less tech-savy? |
@ShUl0w |
@Ariansdf Awesome; in case I can be of help, feel free to reach out. I will keep my repo up until there's an official image / documentation, and dispose of it once those are implemented. |
That sounds fantastic! |
I wanted to to try HAWKI in a simple local setup with a testuser.
In .env I therefore specified:
When submitting the login and the password the following error appears on the web-server:
[::1]:58325 [500]: POST /login - Uncaught Error: Call to undefined function ldap_escape() in C:....\HAWKI\private\app\php\auth.php:138
Stack trace:
#0 C:...\HAWKI\private\pages\login.php(17): require_once()
#1 C:....\HAWKI\index.php(18): include_once('...')
#2 {main}
thrown in C:...\HAWKI\private\app\php\auth.php on line 138
Any idea whats going wrong??
Thanks a lot for a hint!!
The text was updated successfully, but these errors were encountered: