• Problem installing Binkit

    From poindexter FORTRAN@VERT/REALITY to All on Thu Dec 27 19:44:44 2018
    Hi, Deuce/all -ããI'm trying to install Binkit on my installation freshly updated fromãsbbs_run.zip and sbbs_dev.zip (as of 27 December) and when I run jsexec binkitãinstall, I get the following error. With my limited JS-fu, I've been crawlingãthe .js files and see cnflib.read called, but can't see where it's defined.ããAny suggestions?ãããC:\sbbs\exec>jsexec binkit installããJSexec v3.17a-Win32 (rev 1.201) - Execute Synchronet JavaScript ModuleãCompiled Dec 27 2018 05:03:29 with MSC 1800ããLoading configuration files from C:\SBBS\CTRLãJavaScript-C 1.8.5 2011-03-31ãJavaScript: Creating runtime: 8388608 bytesãJavaScript: Initializing context (stack: 16384 bytes)ããReading script from C:\sbbs\exec\binkit.jsãC:\sbbs\exec\binkit.js compiled in 0.01 secondsãBinkIT/2.1 invoked with options: installã!JavaScript C:\sbbs\exec\binkit.js line 1078: TypeError: cnflib.read is not aãfunctionãC:\sbbs\exec\binkit.js executed in 0.29 secondsã!Module (binkit) set exit_code: 1ããJavaScript: Destroying contextãJavaScript: Destroying runtimeããReturning error code: 1ããC:\sbbs\exec>ãã---ã þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.orgã
  • From Digital Man@VERT to poindexter FORTRAN on Thu Dec 27 21:07:24 2018
    Re: Problem installing Binkitã By: poindexter FORTRAN to All on Thu Dec 27 2018 07:44 pmãã > Hi, Deuce/all -ã >ã > I'm trying to install Binkit on my installation freshly updated fromã > sbbs_run.zip and sbbs_dev.zip (as of 27 December) and when I run jsexecã > binkit install, I get the following error. With my limited JS-fu, I've beenã > crawling the .js files and see cnflib.read called, but can't see where it'sã > defined.ã >ã > Any suggestions?ã >ã >ã > C:\sbbs\exec>jsexec binkit installã >ã > JSexec v3.17a-Win32 (rev 1.201) - Execute Synchronet JavaScript Moduleã > Compiled Dec 27 2018 05:03:29 with MSC 1800ã >ã > Loading configuration files from C:\SBBS\CTRLã > JavaScript-C 1.8.5 2011-03-31ã > JavaScript: Creating runtime: 8388608 bytesã > JavaScript: Initializing context (stack: 16384 bytes)ã >ã > Reading script from C:\sbbs\exec\binkit.jsã > C:\sbbs\exec\binkit.js compiled in 0.01 secondsã > BinkIT/2.1 invoked with options: installã > !JavaScript C:\sbbs\exec\binkit.js line 1078: TypeError: cnflib.read is notã > a functionããMy guess is you have an old cnflib.js file on your system somewhere. Searchãyour entire sbbs directory tree for all instances of cnflib.js and then checkãthe file(s) to see what revision(s) you have. Normally, you should only have onãinstance of this file, in the exec/load dir, and the latest is rev 1.13.ãã digital manããSynchronet "Real Fact" #91:ãCaptured chat with Wayne Bell: http://wiki.synchro.net/history:waynebell_chatãNorco, CA WX: 53.2øF, 26.0% humidity, 5 mph SSE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From echicken@VERT/ECBBS to poindexter FORTRAN on Fri Dec 28 00:14:09 2018
    Re: Problem installing Binkitã By: poindexter FORTRAN to All on Thu Dec 27 2018 19:44:44ãã PF> binkit install, I get the following error. With my limited JS-fu, I'veã PF> been crawling the .js files and see cnflib.read called, but can't seeã PF> where it's defined. ããThe variable 'cnflib' is defined in the line directly above the call to theãcnflib.read method.ããWhen you updated via the sbbs_run archive, did you remember to update yourãexec/load/ directory? It's possible that you don't have the latest copy ofãcnflib.js, and if so, a number of other things are likely behind the times.ãã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-425-5435ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From poindexter FORTRAN@VERT/REALITY to Digital Man on Fri Dec 28 07:43:07 2018
    Re: Problem installing Binkitã By: Digital Man to poindexter FORTRAN on Thu Dec 27 2018 09:07 pmãããDM> My guess is you have an old cnflib.js file on your system somewhere. SearchãDM> your entire sbbs directory tree for all instances of cnflib.js and thenãDM> check the file(s) to see what revision(s) you have. Normally, you shouldãDM> only have on instance of this file, in the exec/load dir, and the latest isãDM> rev 1.13. ããI'd extracted the .zip file to /sbbs/exec/exec accidentally. Once I moved theãnew files into place, all is well. Thanks!ãã---ã þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.orgã