Hi Dirk,
I've recently updated the system using svn update.
Notice the problem after the update, that when I've connected the SSID then tried to proceed to hotspot login page, the pages just showed blank empty white page. The problem only applied for desktop. As for the mobile device the system running smoothly.
Last edit: skunkxinc 2014-01-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have same issue. Check webserver log for errors. I see error "27 open() "/var/www/rd_login_pages/desktop/CoovaChilli/ext/ext-dev.js" failed (2: No such file or directory)". I can solve it by creating symlink from /var/www/rd/ext to /var/www/rd_login_pages/desktop/CoovaChilli/ext
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This page is typically specified in the RadiusDesk.php file under the rd_cake/Config folder of the CakePHP application.
//The location of the mobile and desktop login pages for CoovaChilli
$config['CoovaDynamicLogin']['mobile'] = '/rd_login_pages/mobile/CoovaChilli/index.html';
$config['CoovaDynamicLogin']['desktop'] = '/rd_login_pages/desktop/CoovaChilli/build/CoovaLogin/production/index.html';
//The location of the mobile and desktop login pages for Mikrotik
$config['MikrotikDynamicLogin']['mobile'] = '/rd_login_pages/mobile/Mikrotik/index.html';
$config['MikrotikDynamicLogin']['desktop'] = '/rd_login_pages/desktop/Mikrotik/build/MikrotikLogin/production/index.html';
With Apache: /var/www/cake2/rd_cake/Config
With Nginx: /usr/share/nginx/www/cake2/rd_cake/Config
im encountering tha same problem of Blank White Pages many times. I leaved my system up and running then in the morning Desktop are just displaying a Blank White page, while mobile access stays smooth and accessible.so then Im always ending up with Creating/Importing the 4-1ova file on the virtualbox and start a fresh one again. I did exactly what is in this thread and still I have no luck.
here some details of my unlucky resolutions,
Edited
$ nano /usr/share/nginx/www/cake2/rd_cake/Config/RadiusDesk.php
replaced line with
'/rd_login_pages/desktop/CoovaChilli/index.html';
still no luck,
tried also to touch the HS SSID="Struisbaai" still the same..
anybody has an idea for this..?
Gil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Dirk,
I've recently updated the system using svn update.
Notice the problem after the update, that when I've connected the SSID then tried to proceed to hotspot login page, the pages just showed blank empty white page. The problem only applied for desktop. As for the mobile device the system running smoothly.
Last edit: skunkxinc 2014-01-12
i have same issue. Check webserver log for errors. I see error "27 open() "/var/www/rd_login_pages/desktop/CoovaChilli/ext/ext-dev.js" failed (2: No such file or directory)". I can solve it by creating symlink from /var/www/rd/ext to /var/www/rd_login_pages/desktop/CoovaChilli/ext
thank you, that does the trick.
Hi Guys,
You can also use the "production" build of the Desktop login pages:
(This is the actual page which the Dynamic Pages previewer also opens)
instead of
This should load much faster as it is optimized for best performance etc.
Kind regards
Hi Dirk,
sorry for the silly question I'm newbie to this kind of thing lol.
how to use this:
instead of this:
This page is typically specified in the RadiusDesk.php file under the rd_cake/Config folder of the CakePHP application.
With Apache: /var/www/cake2/rd_cake/Config
With Nginx: /usr/share/nginx/www/cake2/rd_cake/Config
So what happens the client is directed to:
http://your_server.com/cake2/rd_cake/dynamic_details/chilli_browser_detect/
And based on the type of browser and the value specified in the config file; a redirection takes place accordingly.
Hope I'm making sense?
Cheers
Thank you very much Dirk.
I'm really appreciate it that you share this great software.
im encountering tha same problem of Blank White Pages many times. I leaved my system up and running then in the morning Desktop are just displaying a Blank White page, while mobile access stays smooth and accessible.so then Im always ending up with Creating/Importing the 4-1ova file on the virtualbox and start a fresh one again. I did exactly what is in this thread and still I have no luck.
here some details of my unlucky resolutions,
Edited
$ nano /usr/share/nginx/www/cake2/rd_cake/Config/RadiusDesk.php
replaced line with
'/rd_login_pages/desktop/CoovaChilli/index.html';
still no luck,
tried also to touch the HS SSID="Struisbaai" still the same..
anybody has an idea for this..?
Gil
have you installed the apache and uninstall it then continue to install the radius system?
Hi skunkxinc,
Nope i haven't try that. i ran radius as it is. do i have to do installing some files..?
please guide me through..
thank you very much.