wheelybird / ldap-user-manager

A PHP web-based interface for LDAP user account management and self-service password change.
MIT License
479 stars 105 forks source link

Using ${var} in strings is deprecated, use {$var} instead #194

Closed mbay-ODW closed 1 year ago

mbay-ODW commented 1 year ago

Version Using Master branch with latest tag:

ldap-user-manager:
    image: wheelybird/ldap-user-manager:latest

During the setup process I got various deprecation warnings.

image

jpvlerbe commented 1 year ago

I can confirm the issue and I additionally have: Warning: Cannot modify header information - headers already sent by (output started at /opt/ldap_user_manager/setup/run_checks.php:38) in /opt/ldap_user_manager/includes/web_functions.inc.php on line 176

wheelybird commented 1 year ago

This should be fixed now. You'll need to run docker pull wheelybird/ldap-user-manager:latest to pick up the changes.