When I try to login to the radius desk server admin (192.168.1.38/rd), all I get is a greyish page with the radius desk logo on the bottom right corner.
I have a fresh install of Raspbian. This is my second time trying to install radius desk on my raspberry pi without success. Last time I tried nginx but this time i have tried Apache. I think it worked once on the first time it then also stopped. I also tried yfi with nginx and the same problem happened, when I tried to log into the /yfi section, I got nothing.
Tried with Firefox mac and safari mac.
Running Raspbian 2014-01-07.
I would like to bridge wifi to wifi with captive portal, would also like to run a wifi using 3g/4g for a coach trip.
Thanks in Advance
Mike
Last edit: msemple 2014-05-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have looked around to see what my problem is, but have found nothing.
When i went to 192.168.1.38/cake2/rd_cake/users I got no errors but when I went to 192.168.1.38/cake2 I got some errors (see attachment).
I chmoded -R /var/www/cakephp-2.4.5/rd_cake/tmp/ but that came with no change, as I had already previously done that.
When it booted up, I looked if my sql had any errors. But nothing. I also looked for anything else, the only thing there was "apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName".
I am still in question to what would stop the /rd from loading.
I recently cave come back to this issue and now investigated it further.
I set up a virtual machine with ubuntu 13.10 and installed radius desk using the radius desk installer (by maomuffy). It still does not work, the same issue happens.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you have time to provide teamviewer access? contact me at
muffycompoqm[at]gmail[dot]com so that I can help you investigate
further. I have tried the RADIUSDesk installer on a new installation
of Ubuntu 13.10 x86_64 and it worked fine. Regards!
Last edit: Mfawa Alfred Onen 2014-06-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I assume you've followed the installation guide on Radius Desk website, if you did that you've installed the cake php version 2.5.1, what I did to fix the problem was, delete cake php files and the /rd and /rd_cake folders, re-installed cake php version 2.5.2 and then run the command "svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake ./rd_cake" and continued the tutorial, it worked for me!!!
ps: debian squeeze here.
Last edit: Calvin Mafra 2014-07-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm also having this issue. Installed on a raspberry pi running the latest Raspbian. Everything installs fine no errors and I see the expected JSON encrypted string.
Going to my-ip/rd gives me a RD logo in the bottom right corner but no login form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to login to the radius desk server admin (192.168.1.38/rd), all I get is a greyish page with the radius desk logo on the bottom right corner.
I have a fresh install of Raspbian. This is my second time trying to install radius desk on my raspberry pi without success. Last time I tried nginx but this time i have tried Apache. I think it worked once on the first time it then also stopped. I also tried yfi with nginx and the same problem happened, when I tried to log into the /yfi section, I got nothing.
Tried with Firefox mac and safari mac.
Running Raspbian 2014-01-07.
I would like to bridge wifi to wifi with captive portal, would also like to run a wifi using 3g/4g for a coach trip.
Thanks in Advance
Mike
Last edit: msemple 2014-05-26
I have looked at the apache errors log and there is nothing. CakePHP is working fine aswell. Please could someone help?
Have you try below command
sudo chmod -R 777 /usr/share/nginx/www/cakephp-<version>/rd_cake/tmp/
This usually happens is your database is not working properly. Try and see if MySQL is working.
I have looked around to see what my problem is, but have found nothing.
When i went to 192.168.1.38/cake2/rd_cake/users I got no errors but when I went to 192.168.1.38/cake2 I got some errors (see attachment).
I chmoded -R /var/www/cakephp-2.4.5/rd_cake/tmp/ but that came with no change, as I had already previously done that.
When it booted up, I looked if my sql had any errors. But nothing. I also looked for anything else, the only thing there was "apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName".
I am still in question to what would stop the /rd from loading.
I recently cave come back to this issue and now investigated it further.
I set up a virtual machine with ubuntu 13.10 and installed radius desk using the radius desk installer (by maomuffy). It still does not work, the same issue happens.
Can you have time to provide teamviewer access? contact me at
muffycompoqm[at]gmail[dot]com so that I can help you investigate
further. I have tried the RADIUSDesk installer on a new installation
of Ubuntu 13.10 x86_64 and it worked fine. Regards!
Last edit: Mfawa Alfred Onen 2014-06-17
Hello, I had the same problem here...
I assume you've followed the installation guide on Radius Desk website, if you did that you've installed the cake php version 2.5.1, what I did to fix the problem was, delete cake php files and the /rd and /rd_cake folders, re-installed cake php version 2.5.2 and then run the command "svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake ./rd_cake" and continued the tutorial, it worked for me!!!
ps: debian squeeze here.
Last edit: Calvin Mafra 2014-07-08
I'm also having this issue. Installed on a raspberry pi running the latest Raspbian. Everything installs fine no errors and I see the expected JSON encrypted string.
Going to my-ip/rd gives me a RD logo in the bottom right corner but no login form.
Here some more details. I tried both the nginx and apache2 installs and tried with cake 2.5.2 and 2.5.1
If I can provide any logs or other system information let me know.