Run Time Error 19??
#1

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

Thanks!
Reply
#2

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.
Reply
#3

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'
Reply
#4

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

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'

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)