• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

need help with znote problem! please

Jake Damico

New Member
Joined
Aug 31, 2014
Messages
101
Reaction score
1
Fatal error: Uncaught mysqli_sql_exception: Unknown column 'premium_ends_at' in 'field list' in C:\xampp\htdocs\engine\database\connect.php:54 Stack trace: #0 C:\xampp\htdocs\engine\database\connect.php(54): mysqli_query(Object(mysqli), 'SELECT id, `n...') #1 C:\xampp\htdocs\engine\function\users.php(1320): mysql_select_single('SELECT id, `n...') #2 C:\xampp\htdocs\engine\init.php(55): user_data('0', 'id', 'name', 'password', 'email', 'premium_ends_at') #3 C:\xampp\htdocs\myaccount.php(1): require_once('C:\\xampp\\htdocs...') #4 {main} thrown in C:\xampp\htdocs\engine\database\connect.php on line 54
Post automatically merged:

fixed the above issue now this??

Fatal error: Uncaught mysqli_sql_exception: Unknown column 'active_email' in 'field list' in C:\xampp\htdocs\engine\database\connect.php:90 Stack trace: #0 C:\xampp\htdocs\engine\database\connect.php(90): mysqli_query(Object(mysqli), 'INSERT INTO `zn...') #1 C:\xampp\htdocs\engine\database\connect.php(80): voidQuery('INSERT INTO `zn...') #2 C:\xampp\htdocs\engine\function\users.php(1261): mysql_insert('INSERT INTO `zn...') #3 C:\xampp\htdocs\register.php(148): user_create_account(Array, Array) #4 {main} thrown in C:\xampp\htdocs\engine\database\connect.php on line 90
 
Last edited:
Guys, too much for start, headache guaranteed..
Better option, choose and download, engine from here, + ZnoteAcc
Releases · otland/forgottenserver (https://github.com/otland/forgottenserver/releases)

Or, if you messing with custom amazing engine. Look for this:
Search in google, Adding a column, SQL, Insert.
You can also, edit schema.sql in notepad, or notepad ++, and add missing things there.
schema create column if not exists.jpg
 
Last edited:
Back
Top