i want result like this:
0_1529650394916_93c32098-63ac-4106-91c3-eb1182d065ad-image.png
The four pics come form the common category , i render them the latest 4 items
need i modify it's controller ? or other way ?
thanks
@royburns is NodeBB running without errors?
@royburns said:
the log after install, it looks success:
6/3 04:37 [16853] - info: NodeBB Ready
6/3 04:37 [16853] - info: Enabling 'trust proxy'
6/3 04:37 [16853] - info: NodeBB is now listening on: 0.0.0.0:4567
the log after install, it looks success except two warns, below is the full log:
[[email protected] nodebb_outofchina]# ./nodebb log
Type Ctrl-C to exit
6/3 05:48 [17353] - warn: You have no mongo password setup!
6/3 05:48 [17353] - info: [database] Checking database indices.
6/3 05:48 [17353] - warn: [socket.io] Clustering detected, you are advised to configure Redis as a websocket store.
6/3 05:48 [17353] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME
to disable it.
6/3 05:48 [17353] - info: NodeBB Ready
6/3 05:48 [17353] - info: Enabling 'trust proxy'
6/3 05:48 [17353] - info: NodeBB is now listening on: 0.0.0.0:4567
@royburns try accessing it using the ip address of the machine
http://ipaddress:4567
@pichalite
it's also the same error :
Cannot GET /
@pichalite
it's ok now, i reinstall the nodejs and run "npm install node-gyp -g" to install graceful-js etc.
im also having this problem, it seems to only happen when the imgur plugin is active. Disabling it allows nodebb to start and work just fine
From my experience 90% of Cannot GET /
errors is when it can't connect to mongo db.
Try to sudo service mongod restart
Running 5.9.1 on a test setup, no problems.
@tkiblin Does your environment include imgur plugin?