SA-MP Forums Archive
MySQL 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: MySQL Error (/showthread.php?tid=570347)



MySQL Error - MasonPlay - 09.04.2015

All the plugins are loaded, tables are created. I'm guessing is the plugin, but i have updated it to the latest.

[debug] Run time error 19: "File or function is not found"
[13:52:50] [debug] mysql_debug
[debug] mysql_connect
[debug] mysql_close
[debug] mysql_query
[debug] mysql_store_result
[debug] mysql_num_rows
[debug] mysql_free_result
[debug] mysql_fetch_row_format
[debug] mysql_fetch_field_row
[debug] mysql_real_escape_string
Script[gamemodes/Myrp.amx]: Run time error 19: "File or function is not found"


Re: MySQL Error - Sithis - 09.04.2015

Have you updated both the .dll/.so and the .inc?


Re: MySQL Error - Vince - 09.04.2015

Quote:
Originally Posted by MasonPlay
Посмотреть сообщение
but i have updated it to the latest.
And that is in fact the problem because the function you're using are very old and were removed in R7 or so.