Unknown column 'metadata' in 'field list' : ESX


I imported all the SQL and still get this error.

Hello ximwkz,

weird because you miss the column metadata in the users table. Can you manually check this column?
Please give us more information about the version you tried to install and attach the SQL file you used.

Im using this version and all the SQLs that are in there were used. but it seems the issue lies in es_extended

There’s no metadata on all the sql queries executed by this version of es_extended, make sure that you’re using the same version.

One of your addons maybe missing out on the sql collum check all the addons and core scripts

i reinstalled esx and re-imported all the SQL, came with the error no disabled, i ran the code

USE `s1089780_main`;
ALTER TABLE `users`
ADD `disabled` TINYINT NOT NULL DEFAULT 0;

and FINALLY can load into the server

So you missed the sql from esx_multichar

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.