You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm currently setting up etmv2 on my own server, but i'm running into issues with a table missing, i have imported the schemal.sql file (without errors) and also the all_seeders.sql.
However, when i try to create my first account it says:
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
ERROR - 2018-01-15 11:25:44 --> Query error: Table 'etmv2.stats' doesn't exist - Invalid query: SELECT *
FROM `stats`
ORDER BY `id` DESC
LIMIT 1
Server is Ubuntu 16.04, database is MariaDB, webserver is Apache2 behind an nginx reverse proxy.
Database name is "etmv2"
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I'm currently setting up etmv2 on my own server, but i'm running into issues with a table missing, i have imported the schemal.sql file (without errors) and also the all_seeders.sql.
However, when i try to create my first account it says:
Server is Ubuntu 16.04, database is MariaDB, webserver is Apache2 behind an nginx reverse proxy.
Database name is "etmv2"
Thanks!
The text was updated successfully, but these errors were encountered: