Menu

(Desktop) hotspot login page showed empty blank white page.

Help
skunkxinc
2014-01-12
2014-02-16
  • skunkxinc

    skunkxinc - 2014-01-12

    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
  • Konstantin Lapochkin

    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

     
  • skunkxinc

    skunkxinc - 2014-01-17

    thank you, that does the trick.

     
  • Dirk van der Walt

    Hi Guys,

    You can also use the "production" build of the Desktop login pages:

        /rd_login_pages/desktop/CoovaChilli/build/CoovaLogin/production/index.html
    

    (This is the actual page which the Dynamic Pages previewer also opens)
    instead of

        /rd_login_pages/desktop/CoovaChilli/index.html
    

    This should load much faster as it is optimized for best performance etc.

    Kind regards

     
    • skunkxinc

      skunkxinc - 2014-01-26

      Hi Dirk,
      sorry for the silly question I'm newbie to this kind of thing lol.
      how to use this:

      /rd_login_pages/desktop/CoovaChilli/index.html

      instead of this:

      /rd_login_pages/desktop/CoovaChilli/build/CoovaLogin/production/index.html

       
  • Dirk van der Walt

    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

    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

     
    • skunkxinc

      skunkxinc - 2014-01-28

      Thank you very much Dirk.
      I'm really appreciate it that you share this great software.

       
  • Gela Gil

    Gela Gil - 2014-02-14

    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

     
    • skunkxinc

      skunkxinc - 2014-02-15

      have you installed the apache and uninstall it then continue to install the radius system?

       
  • Gela Gil

    Gela Gil - 2014-02-16

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.