SA-MP Forums Archive
Run Time Error 19?? - 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: Run Time Error 19?? (/showthread.php?tid=491738)



Run Time Error 19?? - CountryTrooper441 - 31.01.2014

Hello.
Everytime I turn on my server is says Run Time Error 19, File or function is not found.

Thanks!



Re: Run Time Error 19?? - MisterTickle - 31.01.2014

This means you are missing plugins or they are not being located correctly.

https://sampforum.blast.hk/showthread.php?tid=249226

Run the nativechecker to find out which are missing.


Re: Run Time Error 19?? - CountryTrooper441 - 31.01.2014

Okay... And this MSQL error is just the MSQL not finding the DB right?

Код:
[19:33:28]    Error: Function not registered: 'mysql_query'
[19:33:28]    Error: Function not registered: 'mysql_connect'
[19:33:28]    Error: Function not registered: 'mysql_insert_id'
[19:33:28]    Error: Function not registered: 'mysql_store_result'
[19:33:28]    Error: Function not registered: 'mysql_num_rows'
[19:33:28]    Error: Function not registered: 'mysql_retrieve_row'
[19:33:28]    Error: Function not registered: 'mysql_fetch_field_row'
[19:33:28]    Error: Function not registered: 'mysql_free_result'



Re: Run Time Error 19?? - MisterTickle - 01.02.2014

No this means you are missing the MySQL plugin or you are using the wrong version that your script is compiled with.


Re: Run Time Error 19?? - Beckett - 01.02.2014

It means you have a missing plugin (MYSQL) since your exe can't run these.

Quote:

[19:33:28] Error: Function not registered: 'mysql_query'
[19:33:28] Error: Function not registered: 'mysql_connect'
[19:33:28] Error: Function not registered: 'mysql_insert_id'
[19:33:28] Error: Function not registered: 'mysql_store_result'
[19:33:28] Error: Function not registered: 'mysql_num_rows'
[19:33:28] Error: Function not registered: 'mysql_retrieve_row'
[19:33:28] Error: Function not registered: 'mysql_fetch_field_row'
[19:33:28] Error: Function not registered: 'mysql_free_result'