Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing DB.php #82

Closed
aras-4u opened this issue Feb 15, 2019 · 3 comments
Closed

Missing DB.php #82

aras-4u opened this issue Feb 15, 2019 · 3 comments
Assignees
Labels

Comments

@aras-4u
Copy link

aras-4u commented Feb 15, 2019

Hello,

i tried to use this project but i have some warning :

Warning: include_once(): Failed opening 'DB.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/daloradius/library/opendb.php on line 84

Fatal error: Uncaught Error: Class 'DB' not found in /var/www/html/daloradius/library/opendb.php:86 Stack trace: #0 /var/www/html/daloradius/dologin.php(49): include() #1 {main} thrown in /var/www/html/daloradius/library/opendb.php on line 86

Regards,

Aras

@MiguelVis MiguelVis self-assigned this Feb 15, 2019
@MiguelVis
Copy link
Collaborator

daloRADIUS needs the PEAR DB package, in order to use the database. Please, install it with:

pear install DB

It's something asked on and off, so I will reflect this in the documentation asap.

@lirantal
Copy link
Owner

thanks @MiguelVis, agree! we see it all the time

@aras-4u
Copy link
Author

aras-4u commented Feb 18, 2019

Thanks,

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants