I'm running version 2.8.0 RC and when I click the login link I get the following error
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.
I've tried reinstalling everything, but still the same problem? I am running apache2 and mysql on a ubuntu server.
HTTP Error 500 on login
Moderator: Thorsten
Re: HTTP Error 500 on login
Hi,
please try to enable the debug mode in inc/Bootstrap.php
Thanks
bye
Thorsten
please try to enable the debug mode in inc/Bootstrap.php
Thanks
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: HTTP Error 500 on login
phpMyFAQ notice [8]: Undefined index: ldap_use_multiple_servers in /var/www/inc/PMF/Auth/Ldap.php on line 73
phpMyFAQ notice [8]: Undefined index: ldap_server in /var/www/inc/PMF/Auth/Ldap.php on line 79
phpMyFAQ notice [8]: Undefined index: ldap_port in /var/www/inc/PMF/Auth/Ldap.php on line 80
phpMyFAQ notice [8]: Undefined index: ldap_base in /var/www/inc/PMF/Auth/Ldap.php on line 81
phpMyFAQ notice [8]: Undefined index: ldap_user in /var/www/inc/PMF/Auth/Ldap.php on line 82
phpMyFAQ notice [8]: Undefined index: ldap_password in /var/www/inc/PMF/Auth/Ldap.php on line 83
Fatal error: Call to undefined function ldap_connect() in /var/www/inc/PMF/Ldap.php on line 107
phpMyFAQ notice [8]: Undefined index: ldap_server in /var/www/inc/PMF/Auth/Ldap.php on line 79
phpMyFAQ notice [8]: Undefined index: ldap_port in /var/www/inc/PMF/Auth/Ldap.php on line 80
phpMyFAQ notice [8]: Undefined index: ldap_base in /var/www/inc/PMF/Auth/Ldap.php on line 81
phpMyFAQ notice [8]: Undefined index: ldap_user in /var/www/inc/PMF/Auth/Ldap.php on line 82
phpMyFAQ notice [8]: Undefined index: ldap_password in /var/www/inc/PMF/Auth/Ldap.php on line 83
Fatal error: Call to undefined function ldap_connect() in /var/www/inc/PMF/Ldap.php on line 107
Re: HTTP Error 500 on login
Hi,
well, looks like you enabled LDAP withou having LDAP support...
bye
Thorsten
well, looks like you enabled LDAP withou having LDAP support...
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: HTTP Error 500 on login
How do I change this back?
Re: HTTP Error 500 on login
Hi,
use a tool like phpMyAdmin, open the FAQ database, look for a table called "faqconfig" and change the entry for "security.ldapSupport" to "false"
bye
Thorsten
use a tool like phpMyAdmin, open the FAQ database, look for a table called "faqconfig" and change the entry for "security.ldapSupport" to "false"
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: HTTP Error 500 on login
Thanks. That has fixed.