SA-MP Forums Archive
my sql error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: my sql error (/showthread.php?tid=658216)



my sql error - S3DOx - 27.08.2018

i have this my sql error any help

Quote:

[04:16:10] [ERROR] CMySQLQuery::Execute[OnSaveMysqlInfo] - (error #1146) Table 'xxxx.server_info' doesn't exist

i am little newbie in sql things


Re: my sql error - UFF - 27.08.2018

The error says that there is no table called 'xxxx.server_info' in your database,

If you didn't import the sql, insert it using IMPORT tab


Re: my sql error - S3DOx - 27.08.2018

ok fixed and this ?

Quote:

Error ID: 1054
Callback: OnQueryFinished
Query: SELECT id, modelid, pos_x, pos_y, pos_z, world, tickets, carImpounded FROM vehicles WHERE ownerid = 1
Error: Unknown column 'carImpounded' in 'field list'




Re: my sql error - KinderClans - 27.08.2018

Create carImpounded row in vehicles table.


Re: my sql error - TheToretto - 27.08.2018

If it is a copied code, just forget about it. You'll need the database.sql then import it to your VPS/localhost. Else, you'll have to rebuild one whole unknown (for you) database.


Re: my sql error - KinderClans - 27.08.2018

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
If it is a copied code, just forget about it. You'll need the database.sql then import it to your VPS/localhost. Else, you'll have to rebuild one whole unknown (for you) database.
That's not hard at all...