when i try to login via local computer - i can, but if i try create/login via another account - i cant.
Dark Shy
Posts
-
Installing on OpenServer -
Installing on OpenServerhalp anybody
-
Installing on OpenServer@arnaudw doesnt work
-
Installing on OpenServerAnd when i was try to login - i have message "Hello guest!" and nothing.
Lol ;D -
Installing on OpenServerHello.
I have reread all sorts of articles that may fit my problem.
The bottom line is that I can't connect the domain for reasons I don't understand, and that is:
I have OpenServer installed for other sites. I tried to put nginx on top of it, use the built-in nginx, and make a proxy through aliases, but nothing worked.
How to implement it?
Domain: forum.slainscraft.com -
The ban on downloading this file does not workThe ban on downloading this file does not work.
The list of prohibited extensions to view includes:
pdf,xls,doc,c,zip,rar,7z,tar
but guests can still download .zip archives.
I tried it in different ways - both ways.
But download the archive is still available.
-
have problem with install on vmGNU nano 4.8 output.log NodeBB v1.16.2 Copyright (C) 2013-2014 NodeBB Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. For the full license, please visit: http://www.gnu.org/copyleft/gpl.html Clustering enabled: Spinning up 1 process(es). 2021-03-30T17:44:06.139Z [4567/4235] - ^[[32minfo^[[39m: Initializing NodeBB v1.16.2 https://forum.slainscraft.com 2021-03-30T17:44:07.779Z [4567/4235] - ^[[32minfo^[[39m: [socket.io] Restricting access to origin: https://forum.sla>2021-03-30T17:44:08.096Z [4567/4235] - ^[[32minfo^[[39m: [api] Adding 0 route(s) to `api/v3/plugins` 2021-03-30T17:44:08.109Z [4567/4235] - ^[[32minfo^[[39m: Routes added 2021-03-30T17:44:08.112Z [4567/4235] - ^[[32minfo^[[39m: NodeBB Ready 2021-03-30T17:44:08.112Z [4567/4235] - ^[[32minfo^[[39m: Enabling 'trust proxy' 2021-03-30T17:44:08.114Z [4567/4235] - ^[[32minfo^[[39m: NodeBB is now listening on: 0.0.0.0:4567 2021-03-30T17:44:13.877Z [4567/4235] - ^[[31merror^[[39m: /login invalid csrf token
-
have problem with install on vm@pitaj wow. i was found trouble.
itsf*ckingunreal.
my router was block domain names.but at now i have trouble with:
2021-03-29T07:29:20.342Z [4567/4656] - error: uncaughtException: spawn tail ENOENT Error: spawn tail ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19) at onErrorNT (node:internal/child_process:480:16) at processTicksAndRejections (node:internal/process/task_queues:81:21) {"error":{"errno":-4058,"code":"ENOENT","syscall":"spawn tail","path":"tail","spawnargs":["-F","./logs/output.log"]},"stack":"Error: spawn tail ENOENT\n at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19)\n at onErrorNT (node:internal/child_process:480:16)\n at processTicksAndRejections (node:internal/process/task_queues:81:21)","exception":true,"date":"Mon Mar 29 2021 10:29:20 GMT+0300 (Москва, стандартное время)","process":{"pid":4656,"uid":null,"gid":null,"cwd":"C:\\nodebb","execPath":"E:\\Dev\\node.exe","version":"v15.10.0","argv":["E:\\Dev\\node.exe","C:\\nodebb\\nodebb","log"],"memoryUsage":{"rss":41984000,"heapTotal":18366464,"heapUsed":11732392,"external":859142,"arrayBuffers":133516}},"os":{"loadavg":[0,0,0],"uptime":35656},"trace":[{"column":19,"file":"node:internal/child_process","function":"Process.ChildProcess._handle.onexit","line":282,"method":"onexit","native":false},{"column":16,"file":"node:internal/child_process","function":"onErrorNT","line":480,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"processTicksAndRejections","line":81,"method":null,"native":false}]}
-
have problem with install on vm@pitaj i was try another domain. And doesn't work.
-
have problem with install on vm@pitaj my-ip:4567 doenst work from inside network, but work if i connect via another network /_
try: 93.95.167.101:4567 -
have problem with install on vm@pitaj yep
-
have problem with install on vmI started looking for a solution to the problem and as one of the solutions, I decided to reinstall, so now it does not work at all on the domain, the situation is as it was, on 93.95.167.101: 4567-it works, on 192.168.1.*: 4567-it works, but with the domain-again some crap.
server { listen 80; server_name forum.slainscraft.com; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location / { 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://localhost:4567; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
Dev-log:
https://pastebin.com/wMUnkgCS -
Forum works only in dev mode. -
Forum works only in dev mode.anybody know how to fix it?!
HALP -
Forum works only in dev mode.Hello,
15.03.2021 My host was reboot server and all virtual machines too. When VM was loaded, i was try to start site, i was wrote ./nodebb start, and i saw:root@darkshy:/var/www/html# ./nodebb start Starting NodeBB "./nodebb stop" to stop the NodeBB server "./nodebb log" to view server output "./nodebb help" for more commands
But when i wrote ./nodebb log - i was take error:
root@darkshy:/var/www/html# ./nodebb log Hit Ctrl-C to exit at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async onMessage (/var/www/html/src/socket.io/index.js:143:3) 2021-03-14T16:54:55.474Z [4567/23981] - error: admin.getSearchDict Error: [[error:invalid-session]] at validateSession (/var/www/html/src/socket.io/index.js:196:9) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async onMessage (/var/www/html/src/socket.io/index.js:143:3)
After it, i was wrote ./nodebb stop, and take: NodeBB is already stopped.
I dont know how to fix it. Please help. /_\
-
Real-time page editor@julian maybe you have something for hide something text? bcs it
doesnt work ,-,
-
Real-time page editorHello, dear administration.
it seems to me that it is worth adding the ability to edit the template in the admin center, as this would greatly speed up the development of your theme. or add a switch that would allow you to select the method of creating a template, as is done with InvisionPowerSuite (IPS). -
have problem with install on vm@pitaj nothing
-
have problem with install on vm@pitaj
But at now doesn't work statistics.