Same error. No changes
gvimlan
Posts
-
Getting error during installation -
Getting error during installationThis is the error I m getting during node app --setup
I have setup local mongo using the steps based on nodes documentations.gyp ERR! build error
gyp ERR! stack Error:make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/user/nodebb/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:820:12)
gyp ERR! System Linux 3.13.0-57-generic
gyp ERR! command "node" "/home/user/nodebb/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/user/nodebb/node_modules/mongodb/node_modules/mongodb-core/node_modules/kerberos
gyp ERR! node -v v0.10.37
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not okIs there any solution for this?
-
Any way to keep track of users old email address?Greetings everyone
I m finding for any plugin or feature that can keep track of users old email address although they change to new email address later on after signing up.
This is the scenario.- I have restricted to allow users only with specific email address. The users used the specific email address and sign up. Later they can edit the email address(restricted) to a new one. But they can also use their old email address to register new account.
Is there any way to store all the users email address or something like that?
-
Cannot create new topic@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 -
Cannot create new topic@baris said:
https://github.com/NodeBB/NodeBB/commit/436a9a61b829ea72f521209e51488607d92a49a0
It worked man! Thank you
-
Cannot create new topic@baris
I m sorry. Can I know how do I update the NodeBB itself to the latest version? -
Cannot create new topic@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. -
Change the address in the confirmation linkHi everyone
I was wondering how do we change the verification link?
Currently the confirmation link directs to:
http://ip address/confirm/secret-keyHow do i change it to my domain name?
http://domain name/confirm/secret-keyThe problem I m having is that some of my users not being able to confirm the link. They click the link but it shows that "page can't be accessed"
-
restrict a category to users with specific email providerI was thinking is there a way to restrict a category only to users with certain email provider like yahoo or Gmail ?
Is it possible? -
Wrong message shown for invalid username and password@nhl-pl
I restarted it and got this error
awk: fatal: cannot open file `/etc/nginx/nginx.conf' for reading (No such file or directory)I think this is the reason its not working. Finally made it work. But the problem is:
it shows the same problem as mentioned at the first post at the top "the invalid error name" -
Wrong message shown for invalid username and password@nhl-pl
Hey mate
This is my code in the file.server { listen 80; server_name http://server ip; location / { allow all; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
And I do realise that I didn't have any default config file in the sites-available or the sites-enabled folder.
-
Wrong message shown for invalid username and password@nhl-pl
Thanks for the reply mate.
I found out that the problem was nginx. So I googled and found the following command to remove nginx completelysudo apt-get remove nginx-core nginx-full nginx-light nginx-extras nginx-naxsi nginx-common
After running this command, I installed it back using the sudo apt-get install nginx command and setup the config file as before. But the problem now is I get "page not found" but when I point to the server with the port number, it works. But if I type in without the pot number, it shows the "page not found".
-
Wrong message shown for invalid username and password@nhl-pl Hi mate
Yeah socket 1.2.1 installed
I realized I receive the same problem whenever I tried to navigate to my website but in HTML form of it. Is it because of nginx? -
Wrong message shown for invalid username and password@Mikael Hey mate
I deleted the theme file and download it back using npm install. But it still shows the error Can I know which file is responsible for this part? . -
Wrong message shown for invalid username and password@Mikael
Its currently on v0.7 -
Wrong message shown for invalid username and passwordThis is the screen shown when invalid username and password was input.
-
How to change 'localhost:4567' to actual domain name!!@a_5mith
Hey mate
Is the URL necessary in the config.json if I m using mongodb? -
Cant post message@Dimitri-Maillot
Yeap thats true. I can only post it on the recent page. -
Cant post messageHi everyone
I just installed the new Nodebb on my server. I installed everything as needed.
I used this tutorial Tutorial LinkEverything goes well except that I cant post any new topic
When I click "new topic" button. Nothing happens.Thank you
-
Cant access mongo terminal in Digital Ocean@frissdiegurke
Hey mateWhy do I get the error below:
2015-04-01T07:02:19.625-0400 E QUERY Error: couldn't add user: not authorized on nodebb to execute command { createUser: "user, roles: [ "readWrite" ], digestPassword: false, writeConcern: { w: "majority", wtimeout: 30000.0 } }
at Error (<anonymous>)
at DB.createUser (src/mongo/shell/db.js:1066:11)
at (shell):1:4 at src/mongo/shell/db.js:1066I get error like this whenever i tried to do sometime like show collections or show databases
Why do i get this error?