Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. coding
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 0
    • Groups 0

    coding

    @coding

    0
    Reputation
    295
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    coding Unfollow Follow

    Latest posts made by coding

    • Your login session is no longer active. Please reload the page.

      ver 1.70

      i get this message a lot

      posted in Technical Support
      C
      coding
    • global header disappearing

      ver 1.70

      global header is showing just in the start, if i press something else its disapper

      posted in Technical Support
      C
      coding
    • RE: cant restart site on iis

      @julian said in cant restart site on iis:

      hange this to node loader.js

      site not work when i say iis to run loader.js

      posted in Technical Support
      C
      coding
    • cant restart site on iis

      [7160] - error: [meta.restart] Could not restart, are you sure NodeBB was started with ./nodebb start?

      posted in Technical Support
      C
      coding
    • cant install plugins on iis

      Command failed: npm.cmd install nodebb-plugin-2factor@2.3.1 --no-save Error: EPERM: operation not permitted, mkdir 'C:\Windows\system32\config\systemprofile\AppData\Roaming\npm' TypeError: Cannot read property 'get' of undefined at errorHandler (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:205:18) at C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js:83:20 at cb (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:214:22) at C:\Program Files\nodejs\node_modules\npm\lib\npm.js:252:24 at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:81:7 at Array.forEach () at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:80:13 at f (C:\Program Files\nodejs\node_modules\npm\node_modules\once\once.js:25:25) at afterExtras (C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:178:20) at C:\Program Files\nodejs\node_modules\npm\node_modules\mkdirp\index.js:47:53 C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:205 if (npm.config.get('json')) { ^ TypeError: Cannot read property 'get' of undefined at process.errorHandler (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:205:18) at emitOne (events.js:125:13) at process.emit (events.js:221:7) at process._fatalException (bootstrap_node.js:382:26) Error: EPERM: operation not permitted, mkdir 'C:\Windows\system32\config\systemprofile\AppData\Roaming\npm' TypeError: Cannot read property 'get' of undefined at errorHandler (C:\Program Files\nodejs\node_modules\npm\lib\utils\error-handler.js:205:18) at C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js:83:20 at cb (C:\Program Files\nodejs\node_modules\npm\lib\npm.js:214:22) at C:\Program Files\nodejs\node_modules\npm\lib\npm.js:252:24 at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:81:7 at Array.forEach () at C:\Program Files\nodejs\node_modules\npm\lib\config\core.js:80:13 at f (C:\Program Files\nodejs\node_modules\npm\node_modules\once\once.js:25:25) at afterExtras (C:\Program Files\nodejs\node_modules\npm\lib\config\cor

      posted in Technical Support
      C
      coding
    • RE: run nodebb on iis cause Error: ipaddr: the address has neither IPv6 nor IPv4

      found solution

      <iisnode enableXFF="true" />

      posted in Technical Support
      C
      coding
    • RE: run nodebb on iis cause Error: ipaddr: the address has neither IPv6 nor IPv4

      result

      blacklist testing: undefined

      posted in Technical Support
      C
      coding
    • RE: run nodebb on iis cause Error: ipaddr: the address has neither IPv6 nor IPv4

      @julian still nothing

      posted in Technical Support
      C
      coding
    • RE: run nodebb on iis cause Error: ipaddr: the address has neither IPv6 nor IPv4

      i dont see anything in iis logs and in output.log in logs folder of nodebb

      i wrote in ipaddr.js

      in line 583

      throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format" + string);

      iis logs print :

      ipaddr: the address has neither IPv6 nor IPv4 format formatundefined

      this is my request

      POST /login HTTP/1.1
      Host: mysite.com
      Connection: keep-alive
      Content-Length: 100
      Origin: mysite.com
      x-csrf-token: EyCm57iR-ckzZLbUtx4iv96r3OWR9x7bjVYw
      User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
      Content-Type: application/x-www-form-urlencoded; charset=UTF-8
      Accept: /
      X-Requested-With: XMLHttpRequest
      Referer: http://mysite.com/login
      Accept-Encoding: gzip, deflate
      Accept-Language: he-IL,he;q=0.9,en-US;q=0.8,en;q=0.7
      Cookie: express.sid=s%3Ax5vzU6uF36diteLyw9xg_DVbXgNl9LA_.MIY34QvMFdPH1k1w2x7i2ES%2B8vIQo%2ByAXqeok%2BhHrt4; io=a7s6sAdWXxSYNTprAAAB

      i dont see the line: Accept-Encoding: gzip, deflate

      when i run the site with node localhost

      posted in Technical Support
      C
      coding
    • RE: run nodebb on iis cause Error: ipaddr: the address has neither IPv6 nor IPv4

      this is my web.config file

      <configuration>
          <system.webServer>
      
              <handlers>
                  <add name="iisnode" path="/app.js" verb="*" modules="iisnode" />
              </handlers>
      
              <rewrite>
                  <rules>
                      <rule name="sendToNode">
                          <match url="/*" />
                          <action type="Rewrite" url="app.js" />
                      </rule>
                   
                  </rules>
              </rewrite>
      		
          </system.webServer>
      </configuration>
      
      posted in Technical Support
      C
      coding