No error messages in browser console nor error in proxy. Only hit enter to search and display nothing.
$ git rev-parse HEAD 2de108153f7eb4d3c62d9e1c8c68c7fb6dd104c3SOLVED Cannot create new topic
-
Hello,
After upgrading to latest nodebb, I cannot create "New Topic" anymore. When I click, it doesn't happen anything. No markdown shown.
But when I reply to topic, it's no problem at all.
I am using NodeBB "8026b3c7d832a52a4163102849f211ecc0198089"
Markdown version is latest 2.1.1
Thank you.
-
I am having the same issue.
-
Please update NodeBB core code as Markdown plugin has been published 16 hours ago.
9 days ago, same NodeBB hash.
https://community.nodebb.org/topic/4109/cannot-select-an-icon-for-forum-categories -
Here is my console
-
You have a problem with this commit.
https://github.com/NodeBB/NodeBB/commit/9d026919ac90a63496a63623af5bbdd2ca9d6de3
https://github.com/NodeBB/NodeBB/issues/2953- http://theamericanbulletin.com:8080/recent
- New topic <--
- ---> Replying to <---
-
I've just upgrade. Here's my hash
3c6d154a274549cd6dfaefa644b1e40f532510d2
Still the same issue. Cannot create topic. Any idea?
@nhl.pl said:
You have a problem with this commit.
https://github.com/NodeBB/NodeBB/commit/9d026919ac90a63496a63623af5bbdd2ca9d6de3
https://github.com/NodeBB/NodeBB/issues/2953- http://theamericanbulletin.com:8080/recent
- New topic <--
- ---> Replying to <---
-
What is your theme and version? Make sure thats up to date as well.
-
@baris
I m facing the same problem. I m on version 1.0.33, theme is lavender. I faced the same problem for the vanilla and persona theme also. -
Can you try updating to latest master and try again. Namely commit https://github.com/NodeBB/NodeBB/commit/436a9a61b829ea72f521209e51488607d92a49a0
-
@baris
I m sorry. Can I know how do I update the NodeBB itself to the latest version? -
If you are on the master branch it's just
git pull
and then restart. -
@baris said:
https://github.com/NodeBB/NodeBB/commit/436a9a61b829ea72f521209e51488607d92a49a0
It worked man! Thank you
-
@baris
The small problem is that. When we edit an existing post, we had to type the title back in.
Other than that, its all good -
@gvimlan That doesn't happen for me on latest. Editing just displays the "Replying to" bit
-
Honestly, I have no idea of how to do a git pull yet ( even watch 3 videos... still no clue). Can it be pulled through NPM? I have all the Git installed but am GitChallenged as yet.
Rich
-
The NodeBB 0.7.0 stable release is near.
https://github.com/NodeBB/NodeBB/milestones -
oh wow, 97% complete. time to release
-
Yea. It works now with latest commits. Great guys! Thanks.
@RichG, to pull from a git, locate to your nodebb installation folder first, then just type git pull. Then once it's done type ./nodebb upgrade. You will be upgraded.
-
@apaunganhote said:
Yea. It works now with latest commits. Great guys! Thanks.
@RichG, to pull from a git, locate to your nodebb installation folder first, then just type git pull. Then once it's done type ./nodebb upgrade. You will be upgraded.
I started from scratch last night ( after renaming my old site folder ). Downloaded Git, not github for windows) like I did before. Instead installing from NPM like the first time I 'cloned' NODEBB onto my server. After the process was done, I was delighted to find that Git pull worked! It did not work on the NPM build(?). Anyway, Git reported that my files where up-to-date. The clone had apparently pull all the latest files. I ran nodebb setup ( ./nodebb doe not work on windows... the "./" is a deal breaker ), and aped the config settings from the renamed system into the new set-up prompts. Since the Redis database was the same I did not lose any information. I had to redo some profile pictures, and re-install some of the plug-ins, but for the little time spent on updating the new system with info from the old it was time 'well' spent. Other than constant issues with the './nodbb' ( still can start or get logs in windows), it was a painless and satisfactory experinece. All the credit goes to the developers.... extremely high marks to you! Just a fantastic piece of work.
-
This post is deleted!