MYSQL fields doesnt found - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MYSQL fields doesnt found (
/showthread.php?tid=625745)
MYSQL fields doesnt found -
Oshery - 05.01.2017
Can anyone please help me with my server? i'm using mysql connection but when any user connect to server i see mysql.log, [21:27:57] [WARNING] cache_get_row_count - no active cache
[21:27:57] [WARNING] cache_get_row_count - no active cache
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Score")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Cash")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Level")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Coins")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Kills")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Deaths")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Vip")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Kicks")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Bans")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Jails")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("license")
[21:28:08] [WARNING] CMySQLResult::GetRowData - invalid row ('1') or field index ('0')
And the user isnt begin saved after deisconnecting, can anyone please help me solving it out?
skype? or any other social network?
Re: MYSQL fields doesnt found -
Nezcafe - 06.01.2017
Quote:
Originally Posted by Oshery
Can anyone please help me with my server? i'm using mysql connection but when any user connect to server i see mysql.log, [21:27:57] [WARNING] cache_get_row_count - no active cache
[21:27:57] [WARNING] cache_get_row_count - no active cache
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Score")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Cash")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Level")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Coins")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Kills")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Deaths")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Vip")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Kicks")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Bans")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Jails")
[21:28:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("license")
[21:28:08] [WARNING] CMySQLResult::GetRowData - invalid row ('1') or field index ('0')
And the user isnt begin saved after deisconnecting, can anyone please help me solving it out?
skype? or any other social network?
|
It means fields are not found, You probably didn't upload the MySQL database backup (.sql) file to the database!