Remote host throwing an error for SQLite

What am I missing? The site works like a treat on the local host, but throws an error on the remote for
https://bunchoblokes.org/admin/

The error message:
{"status":"500","message":"Knex: run\n$ npm install sqlite3 --save\n/lib64/libstdc++.so.6: version CXXABI_1.3.8’ not found (required by /var/www/vhosts/bunchoblokes.org/app/node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)",“stack”:"Error: Knex: run\n$ npm install sqlite3 --save\n/lib64/libstdc++.so.6: version CXXABI_1.3.8' not found (required by /var/www/vhosts/bunchoblokes.org/app/node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node)\n at Client_SQLite3.initializeDriver (/var/www/vhosts/bunchoblokes.org/app/node_modules/knex/lib/client.js:192:13)\n at new Client (/var/www/vhosts/bunchoblokes.org/app/node_modules/knex/lib/client.js:73:12)\n at new Client_SQLite3 (/var/www/vhosts/bunchoblokes.org/app/node_modules/knex/lib/dialects/sqlite3/index.js:21:5)\n at knex (/var/www/vhosts/bunchoblokes.org/app/node_modules/knex/lib/knex-builder/Knex.js:12:28)\n at App.setDbConnection (/var/www/vhosts/bunchoblokes.org/app/lib/core/app.js:296:27)\n at App.getDbConnection (/var/www/vhosts/bunchoblokes.org/app/lib/core/app.js:315:25)\n at App.select (/var/www/vhosts/bunchoblokes.org/app/lib/modules/dbconnector.js:14:25)\n at App._exec (/var/www/vhosts/bunchoblokes.org/app/lib/core/app.js:491:57)\n at App.exec (/var/www/vhosts/bunchoblokes.org/app/lib/core/app.js:427:20)\n at App.define (/var/www/vhosts/bunchoblokes.org/app/lib/core/app.js:417:20)"}

Edit: This looks to be a bug, hence changed the the category accordingly.

Community Page
Last updated: