ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 20 forks source link

service-desk on centos 7 only display one pic #23

Closed ilanni2460 closed 3 years ago

ilanni2460 commented 3 years ago

on centos 7 install by yum

service-desk only display one pic https://imgchr.com/i/0rVfCn

4

coudot commented 3 years ago

Yes. Search for an account in top right menu.

ilanni2460 commented 3 years ago

@coudot i search ldap uid devops, find this is report : HTTP ERROR 500 1

service-desk debug logs:

2

service-desk config : 3

coudot commented 3 years ago

Please check that PHP LDAP is installed and module loaded.

ilanni2460 commented 3 years ago

@coudot yes i have check the php ldap .and by phpinfo the php ldap module have by loaded 0

ilanni2460 commented 3 years ago

@coudot this is all phpinfo

https://imgchr.com/i/0yiRaj

ilanni2460 commented 3 years ago

this is apache config https://imgchr.com/i/0yiTMT

coudot commented 3 years ago

You are runinng PHP 5.4 which is too old.

ldap_escape is available since PHP 5.6: https://www.php.net/manual/fr/function.ldap-escape.php

Try https://rpms.remirepo.net/

This is indeed an issue as we are providing RPMs for CentOS 7

ilanni2460 commented 3 years ago

@coudot ok,tks , i will test php5.6 on centos7

ilanni2460 commented 3 years ago

@coudot i have the problem by install php 7.0

tks