help error
#1

Код:
[18:55:20]    Error: Function not registered: 'mysql_format'
[18:55:20]    Error: Function not registered: 'mysql_tquery'
[18:55:20]    Error: Function not registered: 'cache_insert_id'
[18:55:20]    Error: Function not registered: 'cache_get_row_int'
[18:55:20]    Error: Function not registered: 'cache_get_data'
[18:55:20]    Error: Function not registered: 'cache_affected_rows'
[18:55:20]    Error: Function not registered: 'cache_get_row'
[18:55:20]    Error: Function not registered: 'cache_get_row_float'
[18:55:20]    Error: Function not registered: 'cache_get_field_content'
[18:55:20]    Error: Function not registered: 'cache_get_field_content_int'
[18:55:20]    Error: Function not registered: 'mysql_connect'
[18:55:20]    Error: Function not registered: 'mysql_log'
[18:55:20]    Error: Function not registered: 'mysql_errno'
i'm using mysql r34 windows
Reply
#2

The versions of include and plugin file do not match. The include file is fine, the plugin is not for R34.

Update it again.
Reply
#3

but I wonder why the plugin did not match, I use the .dll that is also with .inc so its a pack.

Edit: can you please help me which is the correct plugin?
Reply
#4

So I used the MySQL R7

Now it lessen the the problems

Quote:

[19:29:16] Error: Function not registered: 'mysql_tquery'
[19:29:16] Error: Function not registered: 'cache_insert_id'
[19:29:16] Error: Function not registered: 'cache_get_row_int'
[19:29:16] Error: Function not registered: 'cache_affected_rows'
[19:29:16] Error: Function not registered: 'cache_get_row_float'
[19:29:16] Error: Function not registered: 'cache_get_field_content_int'
[19:29:16] Error: Function not registered: 'mysql_log'

Reply
#5

Quote:
Originally Posted by gotwarzone
Посмотреть сообщение
Код:
[18:55:20]    Error: Function not registered: 'mysql_format'
[18:55:20]    Error: Function not registered: 'mysql_tquery'
[18:55:20]    Error: Function not registered: 'cache_insert_id'
[18:55:20]    Error: Function not registered: 'cache_get_row_int'
[18:55:20]    Error: Function not registered: 'cache_get_data'
[18:55:20]    Error: Function not registered: 'cache_affected_rows'
[18:55:20]    Error: Function not registered: 'cache_get_row'
[18:55:20]    Error: Function not registered: 'cache_get_row_float'
[18:55:20]    Error: Function not registered: 'cache_get_field_content'
[18:55:20]    Error: Function not registered: 'cache_get_field_content_int'
[18:55:20]    Error: Function not registered: 'mysql_connect'
[18:55:20]    Error: Function not registered: 'mysql_log'
[18:55:20]    Error: Function not registered: 'mysql_errno'
i'm using mysql r34 windows
cache_get_row was added in R7
cache_get_row_float was added in r14

so the plugin was for R6-

Quote:
Originally Posted by gotwarzone
Посмотреть сообщение
So I used the MySQL R7

Now it lessen the the problems

Quote:

[19:29:16] Error: Function not registered: 'mysql_tquery'
[19:29:16] Error: Function not registered: 'cache_insert_id'
[19:29:16] Error: Function not registered: 'cache_get_row_int'
[19:29:16] Error: Function not registered: 'cache_affected_rows'
[19:29:16] Error: Function not registered: 'cache_get_row_float'
[19:29:16] Error: Function not registered: 'cache_get_field_content_int'
[19:29:16] Error: Function not registered: 'mysql_log'

mysql_tquery was renamed in r21

---

As you can see, changing the version of the plugin is not enough. You'll need to change the include too and re-name/change the functions to those are used in the current version you use.

Quote:
Originally Posted by gotwarzone
Посмотреть сообщение
but I wonder why the plugin did not match, I use the .dll that is also with .inc so its a pack.

Edit: can you please help me which is the correct plugin?
https://code.******.com/p/sa-mp-mysq...n.rar&can=2&q=

Replace a_mysql.inc mysql.dll and libmysql.dll

Then re-compile and it should be fine.
Reply
#6

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
cache_get_row was added in R7
cache_get_row_float was added in r14

so the plugin was for R6-



mysql_tquery was renamed in r21

---

As you can see, changing the version of the plugin is not enough. You'll need to change the include too and re-name/change the functions to those are used in the current version you use.



https://code.******.com/p/sa-mp-mysq...n.rar&can=2&q=

Replace a_mysql.inc mysql.dll and libmysql.dll

Then re-compile and it should be fine.
what you mean re-name/change the functions to those are used in the current version you use? You mean by replacing a_mysql.inc mysql.dll and libmysql.dll?

Tried but still error also this MSVCP100.dll is missing came up

I'm using this gamemode https://sampforum.blast.hk/showthread.php?tid=478324&page=3
Reply
#7

It's one of them that you should install:

http://www.microsoft.com/en-us/downl...s.aspx?id=5555

http://www.microsoft.com/en-us/downl...s.aspx?id=8328
Reply
#8

delete.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)