@julian Ok. How can I pay you to resolve this problem ?
kacemlight
Posts
-
UREGENT PROBLEM -
UREGENT PROBLEM@julian I already tried this :
root@HOPINK:~# mongod
2016-11-30T16:28:23.709-0500 I STORAGE [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating
2016-11-30T16:28:23.709-0500 I CONTROL [initandlisten] dbexit: rc: 100
root@HOPINK:~#I'm using nodebb more than 2 years. Before I had issues with redis and I rebuilt my forum one year ago to use Mongodb. It was stable untill today, I connot any more restart it.
I just need your expertise. You can search my name and see my very old discussion here. -
UREGENT PROBLEMIs nodebb died ? Can someone tell me what to do ? I'm losing a thousands of users !
-
UREGENT PROBLEM@exodo
Thank you !Can you tell me how please ? I cannot start it.
-
UREGENT PROBLEM@exodo
I cannot understund why I cannot kill the process. Can you help me please !root@HOPINK:~/nodebb# ps aux | grep node
root 1388 0.0 0.1 11740 936 pts/0 S+ 14:25 0:00 grep --color=auto node
root@HOPINK:~/nodebb# kill -9 1388
bash: kill: (1388) - No such process
root@HOPINK:~/nodebb# -
UREGENT PROBLEMHello,
I cannot any more start my nodeBB Application. I get this error :
Can someone please tell me what to do !
Thanks ! -
Lavender theme issue - Categories items don't display nearlyThnak you. Actually I had a bug on some css that I added. Sorry for wasting your time.
-
How to translate a theme? - Need help@pichalite Thank you
-
How to translate a theme? - Need helpOh thanks. the web site was in french but the user in english. How to make franch as the all users default language.
-
How to translate a theme? - Need helpHello,
I need to create a french website with NodeBB, I ude lavender theme but I have to translate it to french. In template I find something like this: title="[[global:topics]]"
Where to find the value of variables like : global:topics to change them all ?Thanks
-
Turn Nodebb to a social network like Facebook and TwitterHello,
I need a plugin that modify the Category page structure by: Displaying under each Topic the topic post[0] content, the topic tools (vote, reply, share..) and a button to display replies to the main post of topic with their tools. Something like Facebook.
Thanks
-
Working on a new theme but I need your Help Please@yariplus said:
plugins
Thank youuuu I finally start understanding how it works. I'm not good at Node.js and js Frameworks. But I'm an expert JEE and web architecture. I wish that I could catch up..
-
Working on a new theme but I need your Help PleaseI don't know yet how it really works, how server passe API data via template to client-side. Has someone here a tutorial or something that can help me ?
Thanks,
-
Working on a new theme but I need your Help Please@yariplus Thanks for your help. I think it will not be easy to do it.
-
Working on a new theme but I need your Help PleaseYes I know. Is there a way to add post content to the category page API ?
Thanks, -
Working on a new theme but I need your Help PleaseHello,
I start working on a theme that should display each topic content below topic title and details in "Recet Topics" and "Category" pages. The theme make posts displayed like on facebook and twitter walls.
My problem is that I cannot intill now understand how node.js server side passes datas variables to template and how it works on nodebb. Is some one here can give me some tutorials or something that can help me..
For example I added this to category.tpl to display topic content post but nothing is displayed, it seems that the variable {topics.posts.content} is null :
<div class="content">
{topics.posts.content}
</div>but if I write :
<div class="content">
{topics.title}
</div>I can see the title.
How to passe topic post content to the category view in NodeBB ?
Thanks
-
I cannot install NodeBB on MAC. Please can someone tell me what to do ?thanks for your help. But even if installed an other node version, I get always the same error. Can someone help me. I really need to make install it on my mac:
macbook-pro-4:NodeBB larshetmank$ npm install
\[email protected] install /Users/larshetmank/NodeBB/node_modules/heapdump
node-gyp rebuildCXX(target) Release/obj.target/addon/src/heapdump.o
cc1plus: error: unrecognized command line option "-std=gnu++0x"
make: *** [Release/obj.target/addon/src/heapdump.o] Error 1
gyp ERR! build error
gyp ERR! stack Error:make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Darwin 10.8.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/larshetmank/NodeBB/node_modules/heapdump
gyp ERR! node -v v4.2.2
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm ERR! Darwin 10.8.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! code ELIFECYCLEnpm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the heapdump package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls heapdump
npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:
npm ERR! /Users/larshetmank/NodeBB/npm-debug.log -
I cannot install NodeBB on MAC. Please can someone tell me what to do ?I cannot install NodeBB on MAC. Please can someone tell me what to do ?
This is the error that I got after executing this command : npm install
npm ERR! Darwin 10.8.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v5.1.0
npm ERR! npm v3.3.12
npm ERR! code ELIFECYCLEnpm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the heapdump package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls heapdump
npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:
npm ERR! /Users/larshetmank/NodeBB/npm-debug.log -
Cannot install nodebb on Cloud9I cannot install nodebb on c9. Can someone help me ?
I got this after "bash: nada-nix: command not found" after this command
nada-nix install redis.