I have just install RADIUSdesk-2017-0-1.ova but I can't create a new access provider (Failure Not defined).
How I can I process to create an access provider ?
Thanks in advance.
Thomas V.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
2017-01-26 16:43:48 Warning: DebugKit not enabled. You need to either install pdo_sqlite, or define the "debug_kit" connection name.
2017-01-26 16:43:48 Error: [Cake\Routing\Exception\MissingControllerException] Controller class Access_providers could not be found.
Exception Attributes: array (
'class' => 'Access_providers',
'plugin' => false,
'prefix' => false,
'_ext' => 'json',
)
Request URL: /access_providers/add.json
Referer URL: http://127.0.0.1/rd/build/production/Rd/
Regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have just install RADIUSdesk-2017-0-1.ova but I can't create a new access provider (Failure Not defined).
How I can I process to create an access provider ?
Thanks in advance.
Thomas V.
I try to add a new access provider my the root account
I confirm. Faced with the same problem
To complete, below a screen shot (it's a fresh install) :

Below the logs when I try to create an account :
/usr/share/nginx/html/cake3/rd_cake/logs/error.log
2017-01-26 16:43:48 Warning: DebugKit not enabled. You need to either install pdo_sqlite, or define the "debug_kit" connection name.
2017-01-26 16:43:48 Error: [Cake\Routing\Exception\MissingControllerException] Controller class Access_providers could not be found.
Exception Attributes: array (
'class' => 'Access_providers',
'plugin' => false,
'prefix' => false,
'_ext' => 'json',
)
Request URL: /access_providers/add.json
Referer URL: http://127.0.0.1/rd/build/production/Rd/
Regards,
try to check if these packages are installed:
apt-get install php-cli php-gd php-curl php-xml php-mbstring php-intl
All these packages are installed :-(
I used the rd-installer and the current installed version gives the same error while creating a New Realm.
I suggest to follow the instruction for updating the system:
http://www.radiusdesk.com/docuwiki/getting_started/install_ubuntu_update
Maybe there was some bug in OVA appliance
Hi,
I think the SVN is not updated. If I upgrade with this procédure, I return to an old version of Rd.
Hi all,
I'm having the same issue.
Please advise what need to be done to resolve the issue.
Thanks in advanced.
I had the same issue and instead installed using steps from the link below (which solves this issue).
http://www.radiusdesk.com/docuwiki/getting_started/install_ubuntu_nginx
Nevertheles if someone finds how to fix the ova I will be interested.
Hi,
Did you get a solution to this problem ?
Regards,
Thomas V.
I also resolved the problem by running through the update procedure. Just a few easy copy/pastes to update the code.
http://www.radiusdesk.com/docuwiki/getting_started/install_ubuntu_update
Updates didn't solve my problem