SA-MP Forums Archive
MYSQL Error: Function not registered: - 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: Function not registered: (/showthread.php?tid=589823)



MYSQL Error: Function not registered: - ShiffeyTheGamer - 22.09.2015

I got to start my server and It will not start.. What do I do to fix this
Код:
[18:24:45]    Error: Function not registered: 'mysql_function_query'
[18:24:45]    Error: Function not registered: 'mysql_real_escape_string'
[18:24:45]    Error: Function not registered: 'mysql_affected_rows'
[18:24:45]    Error: Function not registered: 'rdns'
[18:24:45]    Error: Function not registered: 'mysql_insert_id'
[18:24:45]    Error: Function not registered: 'WP_Hash'
[18:24:45]    Error: Function not registered: 'cache_get_field'
[18:24:45]    Error: Function not registered: 'mysql_debug'
[18:24:45]    Error: Function not registered: 'enable_mutex'
[18:24:45]    Error: Function not registered: 'mysql_ping'



Re: MYSQL Error: Function not registered: - Sew_Sumi - 22.09.2015

You either have outdated MySQL plugin, outdated includes, or your script is from a while back and uses the wrong MySQL version.

You've got some updating to do.


Re: MYSQL Error: Function not registered: - ShiffeyTheGamer - 22.09.2015

We can i find the new mysql stuff at?


Re: MYSQL Error: Function not registered: - StuartD - 22.09.2015

Find the topic for the MySQL plugin that you've used and then download the latest plugins.


Re: MYSQL Error: Function not registered: - Sew_Sumi - 22.09.2015

Quote:
Originally Posted by StuartD
Посмотреть сообщение
Find the topic for the MySQL plugin that you've used and then download the latest plugins.
That is of course, if he's not using an old script that refers to an outdated and not updated mysql plugin.

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

Use the github in there.