SA-MP Forums Archive
Mysql log errors - 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: Mysql log errors (/showthread.php?tid=543961)



Mysql log errors - Ryz - 30.10.2014

recently i have changed my gamemode saving system to mysql but

some time accounts not saving idk why

pawn Код:
[Wed Oct 29 12:37:37 2014] Function: mysql_query executed: "UPDATE `playerdata` SET `admin` = '0', `score` = '0', `money` = '0', `kills` = '0', `deaths` = '0', `banned` = '0', `Donor` = '0', `Pilot` = '0', `NavyPilot` = '0', `Helper` = '0', `official` = '0', `hours` = '0', `minutes` = '0' WHERE `id` = '1476' LIMIT 1" with result: "0".
[Wed Oct 29 18:25:40 2014] Function: mysql_query executed: "SELECT `IP`,`nick`,`unban` FROM `bans` WHERE `IP`='1.39.13.4' OR `nick`='[COD]_wtf' ORDER BY `id`" with result: "1".
[Wed Oct 29 18:25:40 2014] Error (0): Failed to exeute query. MySQL server has gone away.
[Wed Oct 29 18:25:40 2014] Error (0): Function: mysql_store_result called when no prior successful query executed. MySQL server has gone away.
[Wed Oct 29 18:25:40 2014] Error (0): Function: mysql_num_rows called when no result stored. MySQL server has gone away.
[Wed Oct 29 18:25:40 2014] Function: mysql_free_result executed.
Mysql server is up and running.


Re: Mysql log errors - Ryz - 30.10.2014

anyone?


Re: Mysql log errors - BroZeus - 30.10.2014

Update your plugin maybe?


Re: Mysql log errors - Ryz - 30.10.2014

already updated its strickenkid plugin http://forum.sa-mp.com/showthread.ph...t=Stricken%27s