Hi All,
I have installed Daloradius with FreeRADIUS by following this guide - http://computingforgeeks.com/installing-freeradius-and-daloradius-centos-7/.
For some reason, when I login it gives me a 500 Internal Server Error when trying to display http://52.xxx.xxx.55/daloradius/dologin.php.
I am currently running PHP 7.0.15:
[centos@radius1 ~]$ sudo php -v
PHP 7.0.15 (cli) (built: Jan 18 2017 13:40:47) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
And I am running Apache 2.4.6:
[centos@radius1 ~]$ httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 14 2016 18:04:44
With daloRADIUS 0.9-9. Is there anything that I can do to resolve this?
Thanks.
Christopher H.
Anonymous
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
I have resolved the error. I checked the error logs at /var/log/httpd/error_log, and it gave me an error:
PHP Fatal error: Uncaught Error: Class 'DB' not found
I then ran the command that I found at https://sourceforge.net/p/daloradius/mailman/message/540592/ which is below:
pear install DB
And it resolved the issue. Hope this helps someone else out!
Thanks,
Christopher H.
After 2 long hours of search and struggle finally here and got problem solved....Thanks
actually this is a huge help. Thanks for posting this!
This solved my issue too
pear install DB
Thank you this saved me time, thanks for the tip
ПОМОГЛО! Спасибо! :)