Esx vehicleshop error and cant find resource policejobs

apparently one of the resources is trying to maintain a connection to your DB, but it is not finding two tables. Check if these two error tables exist in your DB

what do you mean

as you can see, in the esx_extended database, he is looking for the vehicles and vehicles_categories tables according to the two errors in red, but these two tables do not exist in your database. In this case, your server is missing some important tables, so you should look inside your server files for a .SQL file and run it on HeidiSQL, this SQL file will automatically create for you all the tables you need

1 Like