Description
Describe the bug
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /usr/share/phpldapadmin/lib/common.php:299 Stack trace: #0 /usr/share/phpldapadmin/htdocs/common.php(13): require_once() #1 /usr/share/phpldapadmin/htdocs/cmd.php(13): require_once('/usr/share/phpl...') #2 /usr/share/phpldapadmin/htdocs/index.php(153): include('/usr/share/phpl...') #3 {main} thrown in /usr/share/phpldapadmin/lib/common.php on line 299
To Reproduce
Steps to reproduce the behavior:
fresh install of fedora 38, with phpLDAPAdmin package, and all the fixin's
copy existing configs from fedora 32 install with PLA v1.2.6.2
browse to new install of PLA, and receive the above error
Expected behavior
PLA would display the LDAP tree(s)
Screenshots
N/A, no page displays, only the error above
Desktop (please complete the following information):
- OS: Fedora 38 Workstation,
- Browser: Firefox
- Version: 111.0.1
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
i have tried pulling the latest version from git, but that had its own issues. using the packaged version of PLA from fedora 38 (1.2.6.6) results in the error. no work around was able to get things working. i tried turning on debugging and could not get the output file to be written out. seems the error happens before debugging kicks in?