简体   繁体   中英

daloRadius Is not working, DB.PHP file not found

daloRadius is an open source and free software based on php , i downloaded it and trying to run it in waamp server , after the login page i am getting this error

include_once(DB.php): failed to open stream: No such file or directory in C:\\wamp\\www\\daloradius-0.9-9\\library\\opendb.php

I have searched thoroughly the db.php file but couldnt find it in the folder, what should I do? Do Ii have to create the file?

I was working on a ubuntu 14 based freeradius setup and daloradius as web interface, encountered the same issue.

PHP Warning: include_once(DB.php): failed to open stream: No such file or directory in /var/www/html/daloradius/library/opendb.php on line 84

Installing php-db worked for me:

sudo apt-get install php-db

You are missing the PHP Pear DB library. Install the library via pear install DB

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM