SA-MP Forums Archive
Problem with a_mysql include not loading (error 19) - 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: Problem with a_mysql include not loading (error 19) (/showthread.php?tid=547710)



Problem with a_mysql include not loading (error 19) - AnthonyTimmers - 24.11.2014

I've copied a_mysql version R39-2 into the include folder (pawno/include), and my script compiles, however when I try to run the server it gives me "Run time error 19: File or function is not found".

According to my nativechecker this is what I'm missing:

Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_query'
Error: Function not registered: 'cache_get_row_count'
Error: Function not registered: 'cache_delete'
Error: Function not registered: 'cache_get_field_content_int'

So, these are all BlueG MySQL related. Anyone know what the issue might be?


Re: Problem with a_mysql include not loading (error 19) - AnthonyTimmers - 24.11.2014

Turned out my plugin wasn't the correct version, all working now.