• Switching Web UI

    From Mortifis@1:103/705 to All on Wed Jul 24 17:37:34 2019
    I tried to switch from a custom web interface; which, despite lacking an overall appeal, works (http://alleycat.synchro.net:81), to the webv4 by editing
    sbbs.ini [web] RootDirectory=../webv4 ... which, when connecting via a browser, displays a blank page, and, the Web Server pane in SBBSCTRL shows
    3260 !ERROR: 404 Not Found (line 3654)

    Any Ideas?


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Mortifis on Wed Jul 24 17:15:21 2019
    Re: Switching Web UI
    By: Mortifis to All on Wed Jul 24 2019 17:37:34

    I tried to switch from a custom web interface; which, despite lacking an overall appeal, works (http://alleycat.synchro.net:81), to the webv4 by editing sbbs.ini [web] RootDirectory=../webv4 ... which, when connecting via a browser, displays a blank page, and, the Web Server pane in
    SBBSCTRL
    shows 3260 !ERROR: 404 Not Found (line 3654)

    RootDirectory is the web document root. That's where publically available (barring any restrictions you
    put in a webctrl.ini file) files live.

    This might be more appropriate:

    RootDirectory = ../webv4/root/

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mortifis@1:103/705 to echicken on Wed Jul 24 20:34:59 2019
    Re: Switching Web UI
    By: Mortifis to All on Wed Jul 24 2019 17:37:34

    I tried to switch from a custom web interface; which, despite lacking an overall appeal, works (http://alleycat.synchro.net:81), to the
    webv4
    by editing sbbs.ini [web] RootDirectory=../webv4 ... which, when connecting via a browser, displays a blank page, and, the Web Server pane in SBBSCTRL shows 3260 !ERROR: 404 Not Found (line 3654)

    RootDirectory is the web document root. That's where publically available (barring any restrictions you
    put in a webctrl.ini file) files live.

    This might be more appropriate:

    RootDirectory = ../webv4/root/

    TY ... another duh! moment LOL ... love webv4 BTW, just have scripts 'n' Sh*t had dev'd for my own css/runem*str stuffies theme ... I'll try not to bug ya with sidebar dev ?'s :-P


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mortifis@1:103/705 to echicken on Wed Jul 24 20:48:20 2019
    Re: Switching Web UI
    By: Mortifis to All on Wed Jul 24 2019 17:37:34

    I tried to switch from a custom web interface; which, despite lacking an overall appeal, works (http://alleycat.synchro.net:81), to the
    webv4
    by editing sbbs.ini [web] RootDirectory=../webv4 ... which, when connecting via a browser, displays a blank page, and, the Web Server pane in SBBSCTRL shows 3260 !ERROR: 404 Not Found (line 3654)

    RootDirectory is the web document root. That's where publically available (barring any restrictions you
    put in a webctrl.ini file) files live.

    This might be more appropriate:

    RootDirectory = ../webv4/root/

    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line 7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file or directory

    ??

    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Mortifis on Wed Jul 24 18:04:40 2019
    Re: Re: Switching Web UI
    By: Mortifis to echicken on Wed Jul 24 2019 08:48 pm

    Re: Switching Web UI
    By: Mortifis to All on Wed Jul 24 2019 17:37:34

    I tried to switch from a custom web interface; which, despite lacking an overall appeal, works (http://alleycat.synchro.net:81), to the webv4 by editing sbbs.ini [web] RootDirectory=../webv4 ... which, when connecting via a browser, displays a blank page, and, the Web Server pane in SBBSCTRL shows 3260 !ERROR: 404 Not Found (line 3654)

    RootDirectory is the web document root. That's where publically available (barring any restrictions you
    put in a webctrl.ini file) files live.

    This might be more appropriate:

    RootDirectory = ../webv4/root/

    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line 7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file or directory

    My guess: you don't have the [web] web_directory set correctly in your ctrl/modopts.ini file.

    digital man

    Synchronet "Real Fact" #25:
    The Digital Dynamics company ceased day-to-day opperations in late 1995.
    Norco, CA WX: 91.5øF, 33.0% humidity, 10 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Mortifis on Wed Jul 24 21:28:30 2019
    Re: Re: Switching Web UI
    By: Mortifis to echicken on Wed Jul 24 2019 20:48:20

    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line 7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file
    or
    directory

    How did you install the web interface?

    Make sure your modopts.ini has only one [web] section in it, and that it looks like the example here:

    https://github.com/echicken/synchronet-web-v4/wiki/Configuration

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mortifis@1:103/705 to echicken on Wed Jul 24 22:50:42 2019
    Re: Re: Switching Web UI
    By: Mortifis to echicken on Wed Jul 24 2019 20:48:20

    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line 7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file or directory

    How did you install the web interface?

    Make sure your modopts.ini has only one [web] section in it, and that it looks like the example here:

    https://github.com/echicken/synchronet-web-v4/wiki/Configuration

    wow, my modopts.ini [web] is very unlike that ... looks like a full update is in order :-) ... question, though, after applying this modopts.ini update, should one decide to use the default runemaster webui, would these settings interfere?


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Mortifis on Wed Jul 24 22:35:51 2019
    Re: Re: Switching Web UI
    By: Mortifis to echicken on Wed Jul 24 2019 22:50:42

    wow, my modopts.ini [web] is very unlike that ... looks like a full
    update
    is in order :-) ... question, though, after applying this modopts.ini update, should one decide to use the default runemaster webui, would
    these
    settings interfere?

    No, as far as I know the old UI makes no use of that section.

    https://github.com/echicken/synchronet-web-v4/wiki/Uninstallation

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mike Powell@1:103/705 to MORTIFIS on Thu Jul 25 20:00:00 2019
    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line >7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file or directory

    Stab in the dark here, but are you running under linux or windows? It
    looks like your path is "mixed" in that error message.... the "C:\" bit is
    a windows (dos) path, while the part starting with "../web" is the linux
    style of path name.

    ---
    þ SLMR 2.1a þ Keyboard not found. Visualize "F1" to continue.
    þ Synchronet þ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Mike Powell on Thu Jul 25 19:24:31 2019
    Re: Re: Switching Web UI
    By: Mike Powell to MORTIFIS on Thu Jul 25 2019 08:00 pm

    huh ... browser response: ;!JavaScript C:\sbbs\webv4\root\index.xjs.ssjs line >7: Error: can't open C:\sbbs\exec\../web/lib/init.js: No such file or directory

    Stab in the dark here, but are you running under linux or windows? It
    looks like your path is "mixed" in that error message.... the "C:\" bit is
    a windows (dos) path, while the part starting with "../web" is the linux style of path name.

    And that's fine. Forward slashes in pathnames work fine on Windows.

    digital man

    Synchronet "Real Fact" #77:
    Rob Swindell still has dozens of BBS-related magazines in his possession. Norco, CA WX: 87.0øF, 36.0% humidity, 8 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From echicken@1:103/705 to Mike Powell on Thu Jul 25 22:46:24 2019
    Re: Re: Switching Web UI
    By: Mike Powell to MORTIFIS on Thu Jul 25 2019 20:00:00

    C:\sbbs\exec\../web/lib/init.js: No such file or directory

    Stab in the dark here, but are you running under linux or windows? It looks like your path is "mixed" in that error message.... the "C:\" bit
    is

    Nah, doesn't really matter here (if it did, this wouldn't work for anyone running their BBS on Windows).

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)