0.5.1 installation problem...

Bug Reports
  • I did the following to install 0.5.1 from scratch (i also did flushall on my local redis)

    git clone https://github.com/NodeBB/NodeBB.git nodebb
    cd nodebb
    git checkout 0.5.1
    ./nodebb upgrade (****** it seems working well except never finish..)
    ./nodebb start

    goto localhost:4567 the home page show up with 12 categroies
    however when i try to login as administrator.... the login never return....

    (I can register as new user, no problem...)

    Thanks for help.

  • The 0.5.1 branch is unstable right now, so you'll have to wait for us to merge some more fixes in before you can continue testing 😄

    I'd prefer not to have broken branches at all, so we'll put a priority on merging some of the changes in.

  • @julian thanks. I can login as admin now after git pull today.

    I understand the sub-category is still working in progress. I am just wondering
    how it will looks like: for example: I have category hierarchy like: US --> California --> SF Bay area; and US --> California --> San Diego area.

    when user navigate to California category page, will the user see all the subcategories link list (like "SF Bay area", and "San Diego area") , and also see the posts to "Californa" category ?

    when user do a new post, when user select categories, will the drop-down menu show some tree-like hierarchy to allow user select a specific sub-category?

    seems it introduces a lot of complexity to the code base. we really appreciate you guys' great work to make this feature working.


Suggested Topics


  • NodeBB database problem Cloud9

    Bug Reports
    2
    0 Votes
    2 Posts
    1k Views

    @Mr.Geeza make sure mongo is running.

  • 0 Votes
    2 Posts
    1k Views

    never mind -- after i clear the browser cache, the issue is gone and the sub category works.....thanks.

  • 0 Votes
    14 Posts
    6k Views

    @3malG said:

    With the Version 0.0.132 I have this problem too:
    bug2.jpg
    But after reload the problem disappear and it happens very seldom ...

    The solution further up the topic is still relevant.

    Tags Show Topics.Tag.Score After 0.5.0-3 Update

    npm install [email protected]

    favicon

    NodeBB Community (community.nodebb.org)

  • 0 Votes
    19 Posts
    3k Views

    @julian

    ok, retried and it installed.
    but it's not launching.
    opening the log shows:

    info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:40 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:40 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Fri May 16 2014 15:23:41 GMT+0200 (CEST) info: Initializing NodeBB v0.4.3 info: * using configuration stored in: /home/super/nodeBB/nodebb/config.json info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/super/nodeBB/nodebb/node_modules [loader] Experienced three start attempts in 10 seconds, most likely an error on startup. Halting.
  • Issue after upgrade v.0.3.2

    Bug Reports
    8
    0 Votes
    8 Posts
    3k Views

    If you don't have an emailer setup follow this http://community.nodebb.org/topic/1008/#7372