UCP - 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: UCP (
/showthread.php?tid=599246)
UCP -
Hellman92 - 23.01.2016
I setting up an UCP for my server but when i try to login i get this, what might be the problem?
Код:
SELECT `id`, `Username`, `IP`, `SecureIP`, `AdminLevel`, `Helper`, `referral_id` FROM `accounts` WHERE `Username` = 'Wayne_Jacksonn'Invalid query: Unknown column 'referral_id' in 'field list'
Re: UCP -
Riddy - 23.01.2016
That is telling you that the row referral_id does not exist in the target table which is 'accounts'.
Re: UCP -
Hellman92 - 23.01.2016
Quote:
Originally Posted by Riddy
That is telling you that the row referral_id does not exist in the target table which is 'accounts'.
|
U just make me realize what i did wrong thx dude rep