Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. MarximusMG
    M
    • Profile
    • Following 1
    • Followers 0
    • Topics 6
    • Posts 71
    • Best 5
    • Groups 1

    MarximusMG

    @MarximusMG

    5
    Reputation
    873
    Profile views
    71
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    MarximusMG Follow
    Gamers

    Best posts made by MarximusMG

    • "Failed login attempt, please try again. Invalid User Data" when attempting login as admin

      Fresh install, recently got everything figured out in terms of setting up NodeBB on a subdomain.

      Went to login as admin (which I created with no problem during NodeBB install) and get the following error:

      Failed login attempt, please try again.
      Invalid User Data

      I thought I maybe had input the incorrect password, so tried again several more times, and am now locked out temporarily. I then tried creating a new user (which I had planned to give admin privileges to via SSH) but received this error message:

      Registration Error
      <html>
      <head><title>502 Bad Gateway</title></head>
      <body bgcolor="white">
      <center><h1>502 Bad Gateway</h1></center>
      <hr><center>nginx/1.4.6 (Ubuntu)</center>
      </body>
      </html>

      Anyone have any ideas? Thank you in advance.

      posted in Technical Support
      M
      MarximusMG
    • RE: What happened with the "users viewing a topic" feature?

      @julian FWIW, what you just described is what drew me to NodeBB and clinched the decision to use it over the alternatives.

      posted in General Discussion
      M
      MarximusMG
    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      @psychobunny thank you for the clarification. Just wanted to make sure it was only needed in one place without any additional setup or configuration. Once again, thank you for taking the time to look at this!

      posted in NodeBB Plugins
      M
      MarximusMG
    • RE: NodeBB composer drag bar, simple CSS tweak

      This looks great, thank you. Was surprised yesterday when I actually learned that the bar could be manipulated! 🙂

      posted in Technical Support
      M
      MarximusMG
    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      @psychobunny After confirming that the new setup worked perfectly with the plugin, I configured the WordPress install and tried publishing the series of posts I had lined up. Again, I got this as a response:

      {"error":"Unable to post topic"}
      

      After rocking back and forth in the corner for a minute or so, I figured out what the issue was this time around. 🙂 I didn't realize that the plugin carried over the tags from the WP post, and every post I was trying to publish over to NodeBB had >5 tags, which led to NodeBB rejecting the new topic. I simply increased the default max # of tags allowed in the NodeBB ACP, and voila - problem solved.

      Thought I'd post this in case it can save anyone else a bit of time in the future!

      posted in NodeBB Plugins
      M
      MarximusMG

    Latest posts made by MarximusMG

    • RE: Data seems to be lost, users and categories gone

      @MarximusMG said:

      @julian quick question, as I'm setting up automated backups following Digital Ocean's guide.

      If I use the following entry at the end of the cron file, will that automate hourly backups? How do I set the total number of backups the server will store before deleting them?

      @hourly rdiff-backup --preserve-numerical-ids --no-file-statistics /var/lib/redis /home/sammy/redis```
      

      If anyone can provide some insight regarding these questions, I'd truly appreciate it! Thanks 🙂

      posted in Technical Support
      M
      MarximusMG
    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      @psychobunny thank you! As always, much appreciated. 🙂

      posted in NodeBB Plugins
      M
      MarximusMG
    • RE: Data seems to be lost, users and categories gone

      @julian @pichalite I also just ran ./nodebb setup to get the forum back up again, but the styling is all wonky. Tried multiple browsers, cleared cache, etc. but still looks like this. ACP looks normal. Any thoughts on what's causing this?

      0_1455294400049_NodeBB Setup.png

      Edit: I had sworn I already run sudo reboot but I must have missed that, as I just ran it, started NodeBB again, and all is normal.

      posted in Technical Support
      M
      MarximusMG
    • RE: Data seems to be lost, users and categories gone

      @julian quick question, as I'm setting up automated backups following Digital Ocean's guide.

      If I use the following entry at the end of the cron file, will that automate hourly backups? How do I set the total number of backups the server will store before deleting them?

      @hourly rdiff-backup --preserve-numerical-ids --no-file-statistics /var/lib/redis /home/sammy/redis```
      posted in Technical Support
      M
      MarximusMG
    • RE: Data seems to be lost, users and categories gone

      @julian great, thanks for the tips! Truly appreciate it. Learning from my mistakes and hoping that means a more secure setup moving forward. 🙂

      posted in Technical Support
      M
      MarximusMG
    • RE: Data seems to be lost, users and categories gone

      @pichalite thank you for the response.

      Unfortunately, I didn't have a firewall setup on the droplet, but I am adding that to a list of security measures I'll be taking now. Other than the firewall (and of course frequent backups as a contingency plan), am I missing anything else for a redis setup in terms of security?

      posted in Technical Support
      M
      MarximusMG
    • RE: Data seems to be lost, users and categories gone

      Additionally, if (as I suspect) I'll have to start the forum from scratch, is it safe to assume my first step should be to run ./nodebb setup? Or is there anything else I should configure before starting over? (I'm already following Digital Ocean's guide for creating automatic Redis backups using rdiff-backup and cron).

      posted in Technical Support
      M
      MarximusMG
    • Data seems to be lost, users and categories gone

      Re: Lost all my data ? Help please

      Just loaded up my forum to see that all the data was missing from the homepage. Only visible thing is the header with the logo. Users are completely gone, categories not visible, etc.

      After reading through various threads (such as the one above) here, it seems like I'm SOL. Is this true? As this is a fairly new site, I had been relying on the weekly backup setup through Digital Ocean, and (foolishly) hadn't setup a frequent backup solution yet. So unfortunately no backup available to restore.

      I've checked that bind 127.0.0.1 is already in the redis.conf file, which I thought was one way to prevent this issue from happening. What exactly happened here, and is there ANYTHING I can do to get things back in working order?

      posted in Technical Support
      M
      MarximusMG
    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      @psychobunny Is the plugin pulling the image source from WordPress' core files, or is the source image set in the plugin files themselves?

      posted in NodeBB Plugins
      M
      MarximusMG
    • RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)

      @psychobunny Quick question - in what file would I be able to change the source image for the default avatar shown (before a user is logged in/registered)? Having a hard time locating it. Thanks again!

      posted in NodeBB Plugins
      M
      MarximusMG