Hello! So I’ve been getting this stupid error, after changing my ‘sv_licenseKey’ to my personal one from KeyMaster, due to me buying scripts. What is error and what is it for?
[ script:oxmysql] Table 'zap1240547-1.dpkeybinds' doesn't exist
[ script:oxmysql] Error: dpemotes was unable to execute a query!
[ script:oxmysql] Query: SELECT * FROM dpkeybinds WHERE `id`=?;
[ script:oxmysql] ["license:################"]
As you can see, the error states that there is a table missing from your database. The connection otherwise seems fine since oxymsql is not throwing any connection issues.
Have you imported the .sql file that is provided with the said dpemotes resource to your ZAP-Hosting database? This file is important as it creates the necessary tables and structure within your database.
Please have a look at our SQL Import Guide which explores the process of accessing your database and importing the necessary .sql file that is usually provided by resources that utilise a database.