Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Calum122
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 3
    • Groups 0

    Calum122

    @Calum122

    4
    Reputation
    383
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Calum122 Follow

    Best posts made by Calum122

    • RE: Show us your rig!

      Some cool PC's here.

      Mine is like 5 years old now and due an upgrade.

      alt text

      posted in General Discussion
      C
      Calum122
    • RE: CORS Setup

      @julian Sorry Juilian.

      Yes that's spot on thanks.

      I shall test that later on.

      As said, during production it will "appear" from the same server. I just can't be bothered to replicate that system today.

      Cheers!

      posted in Technical Support
      C
      Calum122
    • RE: CORS Setup

      @julian Boom, yeah that's working a charm now thanks.

      posted in Technical Support
      C
      Calum122

    Latest posts made by Calum122

    • RE: No new posts && Admin Pop Up - v1.11.0 Upgrade

      Excellent thanks chaps.

      I've just pulled down the latest code base and all seems to be working again.

      Calum

      posted in Bug Reports
      C
      Calum122
    • RE: No new posts && Admin Pop Up - v1.11.0 Upgrade

      @baris I'm sorry I don't understand.

      Those two particular categories, not a lot.

      But the rest of the site is fairly active, but the page says no recent replies to all.

      posted in Bug Reports
      C
      Calum122
    • RE: Show us your rig!

      Some cool PC's here.

      Mine is like 5 years old now and due an upgrade.

      alt text

      posted in General Discussion
      C
      Calum122
    • No new posts && Admin Pop Up - v1.11.0 Upgrade

      Hi,

      Users of the forum are discussing how there seem to be a few bugs in the latest version of the forum software.

      First of all, all sections describe how there have been no new posts.

      noNewPosts.png

      Secondly, users are seeing the "Move Topic" pop up when visiting pages. Perhaps this is admin/moderator functionality and should be transparent to users.

      I'll probably look to rollback the changes on my server. If there is anything you'll want to help diagnose this bug then let me know.

      Kind Regards,

      Calum

      posted in Bug Reports
      C
      Calum122
    • RE: CORS Setup

      @julian Boom, yeah that's working a charm now thanks.

      posted in Technical Support
      C
      Calum122
    • RE: CORS Setup

      @julian Sorry Juilian.

      Yes that's spot on thanks.

      I shall test that later on.

      As said, during production it will "appear" from the same server. I just can't be bothered to replicate that system today.

      Cheers!

      posted in Technical Support
      C
      Calum122
    • CORS Setup

      I noticed in https://github.com/NodeBB/NodeBB/pull/3899 that the issue of CORS was discussed.

      What was the outcome of this.

      I am creating an extension to my nodebb forum, and I am creating a separate website to run alongside my forum.

      When in production, the forum will reside along the same hostname, and same port, hidden behind an Nginx proxy.

      For development however this isn't the case, and I am presented a CORS error.

      I saw talks of creating a whitelist of CORS enabled servers.

      How do I go about configuring my nodebb server to send the CORS header.

      Thanks.

      Calum

      CynicalBusiness created this issue in NodeBB/NodeBB

      closed CORS Support #3899

      posted in Technical Support
      C
      Calum122
    • RE: Upgraded NodeBB To V1.4.2 Errors

      @pichalite Thank you for the response.

      That was most peculiar, but I reset the config.json to be how it was and it stopped having this error.

      Besides I still think it's best to check data.config, before extracting data.config.loggedin anyway.

      posted in Technical Support
      C
      Calum122
    • Upgraded NodeBB To V1.4.2 Errors

      Hi There,

      I upgraded my version of both Node.Js and NodeBB to 6.9 and 1.4.2 respectively.

      I encountered a variety of problems that I needed to get my head around.

      The forum is SSL only, and load balanced using NGINX.

      /var/www/nodebb/public/src/modules/helpers.js

      This file here was accessing
      data.config.loggedIn

      When data.config was undefined. So obviously NPE and crashed.

      I added

      if(properties && data.config)

      To mitigate this problem.

      Once this had been sorted, I then was able to reach my forum, but none of the pages would load.

      After looking at this I noticed NodeBB was serving up pages from / then appending the config.json url then the path.

      Obviously this led to:

      /https://www.example.com/path/to/resource

      This didn't exist and thus NPE crash.

      So hackily I've set my URL to /.

      So now resources look like they are being referenced, albeit hackily ///path/to/resource

      Is this a bug, or is this something I have set up incorrectly.

      I've posted this here so that others can find it if they need to.

      Kind regards,

      Calum

      posted in Technical Support
      C
      Calum122
    • RE: Reply box blocks the emoticons and taskbar icon

      @Calum122 Nevermind, I simply did not have it configured correctly

      posted in Technical Support
      C
      Calum122