@Febian This mean you need to install all neccesary software components on your server and after that just copy databasefiles & the nodebb files to it and fire it up.
Nifty
Posts
-
How To Copy NodeBB Installation from One Server to Another -
How To Copy NodeBB Installation from One Server to Another@Febian And you have a Nodebb already installed on the destination system ?
-
How To Copy NodeBB Installation from One Server to Another@Febian What kind of customization have you done ? Did you changed file or data on the database ?
-
Login issue@julian There is no apostroph on my side.
-
Login issueI have the same Problem. I logged in Yesterday and let the Browser open, then this morning i had to relogin, so i clicked on Login ...:
Request
POST /login HTTP/1.1
Host: community.nodebb.org
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Accept: /
Accept-Language: de-de,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
x-csrf-token: JeYKg0SP-ogi0oId5I25LmkFrIuFH6GAiJho
X-Requested-With: XMLHttpRequest
Referer: https://community.nodebb.org/login
Content-Length: 73
Cookie: express.sid=s%3AJbfGk0kTbgSsJRCOsYYRPCbqpj1om1Vq.4leOFMahMtak8WYv5j4WwwP779LhpsjenK%2Bnbskz6T8
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cacheParameters
username=Nifty&password=xxxx&remember=on&returnTo=search%2Fno%2520login
Response
HTTP/1.1 403 Forbidden
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 14 Dec 2014 07:56:47 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 9
Connection: keep-alive
x-powered-by: NodeBB
X-Frame-Options: SAMEORIGIN
Vary: Accept-EncodingBody
Forbidden
I had to reload the Page (F5) to get into.
-
NodeBB integration with Tapatalktapatalk is for most plugins a problem. I had it on mybb running and disabled it be course of that.
Best deal is if the forum supports Mobil directly. -
MyBB to NodeBB Importer?@TaLoche You run into a known Problem, it is fixed on nodebb 0.6 but not in 0.5x. Please change the following file
Find this file NodeBB/src/groups.js LINE-454, change
From
if (err) {To
if (err && err.message !== '[[error:group-already-exists]]') {
Kill nodebb before. And then just re import. Thanks to @bentael for this solution.
-
MyBB to NodeBB Importer?@TaLoche Did you saved the Log Files to the Server ?
-
MyBB to NodeBB Importer?@TaLoche It was the soft delete option of Mybb1.8. I removed it. Just Upgrade the import plugin and you are fine.
-
MyBB to NodeBB Importer?But it all has a price... :
-
MyBB to NodeBB Importer?@TaLoche No need for a dump. Give me 10h to check it out.
-
MyBB to NodeBB Importer?@TaLoche They change a few fields from 1.6 -> 1.8. I can give you a modified export if you like. It's not a big deal. The accents should not be a problem.
-
MyBB to NodeBB Importer?@TaLoche Which Version of mybb are you using ?
-
MyBB to NodeBB Importer?@TaLoche You need to create the database & user first, then:
mysql -u USERNAME -p DATABASE < file.sqlJust saw that a_5mith already gave you a answer.
-
Topic Image@trevor yes. But it should be a standard function.
-
Topic Image@trevor The second column: http://www.vbulletin.org/forum/forumdisplay.php?f=13
-
can you help meNodebb is based in nodejs
-
can you help me@Sloppier-Kitty nodejs installed ? npm is usualy part of the nodejs package.
-
importing from another nodebb installation@Peter-Zoltan-Keresztes Im usually lazy and just copy the database files from one to the other
-
importing from another nodebb installationhave you set "domain for session cookie" ? this can course this kind of trouble.