It worked! Thanks!
jimmyc2018
Posts
-
ErrorCommand failed: npm install [email protected] --save npm WARN checkPermissions Missing write access to -
Google Analytics manual copy paste?I can't get the Google Analytics plugin to work because of some NPM issue.
Where could I manually copy and pate my Google Analytics code into?
-
ErrorCommand failed: npm install [email protected] --save npm WARN checkPermissions Missing write access toI get this ERROR after clicking on INSTALL for "nodebb-plugin-google-analytics"
ErrorCommand failed: npm install [email protected] --save npm WARN checkPermissions Missing write access to /home/jimmy/nodebb/node_modules npm ERR! Linux 4.4.0-112-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "[email protected]" "--save" npm ERR! node v6.13.0 npm ERR! npm v3.10.10 npm ERR! path /home/jimmy/nodebb/node_modules npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access npm ERR! Error: EACCES: permission denied, access '/home/jimmy/nodebb/node_modules' npm ERR! at Error (native) npm ERR! { Error: EACCES: permission denied, access '/home/jimmy/nodebb/node_modules' npm ERR! at Error (native) npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/home/jimmy/nodebb/node_modules' } npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! Please include the following file with any support request: npm ERR! /home/jimmy/nodebb/npm-debug.log
-
Is it possible to restore users and posts?I don't know what happened today but I went to my forum and it's offline.
502 Bad Gateway
nginx/1.13.8I logged in through SSH and typed in sudo ./nodebb status and it say nodebb is not running.
I check on mongo and mongodb and that's all not working either.
This whole thing just went south quick, I'm thinking of just doing a full reinstall but I had a lot of posts up, hours of work put in to jump start this thing.
By the way how come the homepage of NodeBB community forum reads "v1.7.4" I thought it was up to "v1.7.5". Maybe that has something to do with my issue.
-
Clicked on a USERS website in profile and got an ERROROne of my users added a website to their profile, when I clicked on it - it didn't open in a new tab like I imagined instead I got this ERROR:
ON PAGE:
Not Found
You seem to have stumbled upon a page that does not exist. Return to the home page.ADDRESS BAR:
https://www.MyForum.com/user/http;//www.UserWebsite.nlWhat do you think happened?
-
Browsing Settings > Delay Image Loading@julian Thank you!
-
Browsing Settings > Delay Image LoadingI want "DELAY IMAGE LOADING" un-checked by DEFAULT for every new user because it makes the site feel slow. What lines of code do I need to modify?
-
TimeStamp 2x on mobile viewI'm using the lavender theme.
-
TimeStamp 2x on mobile viewWhy would it repeat like that? "a day ago" and then again?
-
Help To Add EMojis@rosannaberardi where is the forum? the link is just to the website. The emoji's show up right on the composer window, it's the simily face icon/symbol.
-
Limit UPLOADS setting!I wish there was a setting to limit the number of photos a user can upload per post/topic.
-
Notification Only? WHY?I just setup EMAIL and did some testing and found as ADMIN I can't set all NEW user account settings to "Notification & Email" ? They're set to "Notification Only" by default.
So if they (USER) get a REPLY they'll never know about it unless they inexplicably log back in.
That is hugely disappointing! That stifles user engagement which is very bad for new forums.
I'm posting this under Technical Support to ask if this is correct? Or am I missing something? Can I manually dig into the code and change this? Anybody?
-
Contributing to plugins -
Issue naming the root of NodeBB install@pitaj I did, I could see it live at http://myipaddress:4567
-
Issue naming the root of NodeBB installI installed like this:
git clone -b v1.7.4 https://github.com/NodeBB/NodeBB.git $HOME/nodebbUsed this command to add my domain.
sudo nano /etc/nginx/conf.d/default.conffor location I've tried everything.
/nodebb/nodebbI did a pwd
I got this:
/home/name1000/nodebbI put that and still nothing. When I visit my domain address I get a 404 Not Found.
server {
listen 80;
server_name http://www.MyDOMAIN.com;#charset koi8-r; #access_log /var/log/nginx/host.access.log main; location / { root **** NO-IDEA ??? ****; index index.html index.htm; } #error_page 404 /404.html; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } # proxy the PHP scripts to Apache listening on 127.0.0.1:80 # #location ~ \.php$ { # proxy_pass http://127.0.0.1; #} # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # #location ~ \.php$ { # root html; # fastcgi_pass 127.0.0.1:9000; # fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; # include fastcgi_params; #} # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # #location ~ /\.ht { # deny all; #}
}
-
Free HTTPS for NodeBBsudo nano nodebb/config.json
"url": "http://www.MyDOMAIN.com",
CHANGED THAT TO:
"url": "https://www.MyDOMAIN.com",
-
Free HTTPS for NodeBBI just setup "Let's Encrypt" yesterday but today noticed "Secure" doesn't always show up beside my URL as I'm browsing back and forth through my NodeBB forum.
There's even one forum Topic/Page that always shows up without the "Secure" sign. Even if I repeatedly refresh the page and clear my browser out and come back to it.
Has anyone else experienced this?
-
[REQUEST] NodeBB install on AWS. Using Elastic Beanstalk, ElastiCache, and S3@kyletryon I was thinking of using AWS too, sounds like a very appealing idea. I ended up going with a company called "Digital Ocean" And just recently got it all working on their Droplet service. Look into them too.
-
Is there a plugin for thumbnail preview beside tread titles?@pitaj I have the "Persona" theme by default. Is that the right theme? Not seeing anything for enabling thumbnail previews in thread titles.
-
Is there a plugin for thumbnail preview beside tread titles?@jaredbusch link?