[@Mahz] Code really is just getting from one error to the next :lol [s][code]nodemon[/code] isn't recognized this time.[/s] Edit: Fixed that error. Now when it attempts to access it, there's a looping "topics" error; I've included the context for reference, since I am (obviously) not extremely familiar with the ins and outs of node/server handling. [hider=Small Wall of Code] Error { [error: relation "forums" does not exist] name: 'error', length: 116, severity: 'ERROR', code: '42P01', detail: undefined, hint: undefined, position: '61', internalPosition: undefined, internalQuery: undefined, where: undefined, schema: undefined, table: undefined, column: undefined, dataType: undefined, constraint: undefined, file: 'src\\backend\\parser\\parse_relation.c', line: '986', routine: 'parserOpenTable' } error: relation "forums" does not exist at Connection.parseE (C:\Users\Legend\Downloads\guild-master\guild-master\no de_modules\pg\lib\connection.js:539:11) at Connection.parseMessage (C:\Users\Legend\Downloads\guild-master\guild-mas ter\node_modules\pg\lib\connection.js:366:17) at Socket. (C:\Users\Legend\Downloads\guild-master\guild-master\n ode_modules\pg\lib\connection.js:105:22) at Socket.emit (events.js:107:17) at readableAddChunk (_stream_readable.js:163:16) at Socket.Readable.push (_stream_readable.js:126:10) at TCP.onread (net.js:538:20) [/hider]