[ HELP ] : Error Undefined Symbol "mysql_insert_id"
#1

why i'm getting this error again and again .. Using current version of mysql R39-2.
Anyone have the solution How to fix it?

Код:
:  Error Undefined Symbol "mysql_insert_id"
Reply
#2

CTRL R and replace with cache_insert_id, but first make sure, what is the version of your MySQL plugin.
Reply
#3

i didn't understand wht are you trying to say?

replace cache_insert_id with wht?
Reply
#4

kk When i replaced :

pawn Код:
mysql_insert_id
To This :

pawn Код:
cache_insert_id
so i got this errors in Server_log.txt

Код:
[19:05:11]    Error: Function not registered: 'Streamer_CallbackHook'
[19:05:11]    Error: Function not registered: 'SSCANF_Init'
[19:05:11]    Error: Function not registered: 'SSCANF_Join'
[19:05:11]    Error: Function not registered: 'SSCANF_Leave'
[19:05:11]    Error: Function not registered: 'sscanf'
[19:05:11]    Error: Function not registered: 'CreateDynamicCube'
[19:05:11]    Error: Function not registered: 'CreateDynamicMapIcon'
[19:05:11]    Error: Function not registered: 'Streamer_SetIntData'
[19:05:11]    Error: Function not registered: 'mysql_tquery'
[19:05:11]    Error: Function not registered: 'CreateDynamicObject'
[19:05:11]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[19:05:11]    Error: Function not registered: 'SetDynamicObjectMaterial'
[19:05:11]    Error: Function not registered: 'CountDynamicObjects'
[19:05:11]    Error: Function not registered: 'CreateDynamicPickup'
[19:05:11]    Error: Function not registered: 'Streamer_VisibleItems'
[19:05:11]    Error: Function not registered: 'CreateDynamicCP'
[19:05:11]    Error: Function not registered: 'CreateDynamicRectangle'
[19:05:11]    Error: Function not registered: 'CreateDynamicSphere'
[19:05:11]    Error: Function not registered: 'CreateDynamicMapIconEx'
[19:05:11]    Error: Function not registered: 'TogglePlayerDynamicCP'
[19:05:11]    Error: Function not registered: 'Streamer_AppendArrayData'
[19:05:11]    Error: Function not registered: 'Streamer_GetFloatData'
[19:05:11]    Error: Function not registered: 'IsPlayerInDynamicArea'
[19:05:11]    Error: Function not registered: 'SetDynamicObjectPos'
[19:05:11]    Error: Function not registered: 'SetDynamicObjectRot'
[19:05:11]    Error: Function not registered: 'mysql_close'
[19:05:11]    Error: Function not registered: 'Streamer_UpdateEx'
[19:05:11]    Error: Function not registered: 'DestroyDynamicPickup'
[19:05:11]    Error: Function not registered: 'IsValidDynamicMapIcon'
[19:05:11]    Error: Function not registered: 'DestroyDynamicMapIcon'
[19:05:11]    Error: Function not registered: 'MoveDynamicObject'
[19:05:11]    Error: Function not registered: 'Streamer_RemoveArrayData'
[19:05:11]    Error: Function not registered: 'TogglePlayerAllDynamicRaceCPs'
[19:05:11]    Error: Function not registered: 'Streamer_Update'
[19:05:11]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[19:05:11]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:05:11]    Error: Function not registered: 'IsValidDynamicPickup'
[19:05:11]    Error: Function not registered: 'IsValidDynamicRaceCP'
[19:05:11]    Error: Function not registered: 'DestroyDynamicRaceCP'
[19:05:11]    Error: Function not registered: 'IsValidDynamicObject'
[19:05:11]    Error: Function not registered: 'DestroyDynamicObject'
[19:05:11]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:05:11]    Error: Function not registered: 'Streamer_SetFloatData'
[19:05:11]    Error: Function not registered: 'Streamer_ToggleIdleUpdate'
[19:05:11]    Error: Function not registered: 'cache_get_data'
[19:05:11]    Error: Function not registered: 'cache_get_row'
[19:05:11]    Error: Function not registered: 'cache_get_row_int'
[19:05:11]    Error: Function not registered: 'GetDynamicObjectPos'
[19:05:11]    Error: Function not registered: 'IsPlayerInDynamicCP'
[19:05:11]    Error: Function not registered: 'DestroyDynamicCP'
[19:05:11]    Error: Function not registered: 'EditDynamicObject'
[19:05:11]    Error: Function not registered: 'mysql_escape_string'
[19:05:11]    Error: Function not registered: 'cache_get_field_content'
[19:05:11]    Error: Function not registered: 'CreateDynamicRaceCP'
[19:05:11]    Error: Function not registered: 'GetDynamicObjectRot'
[19:05:11]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[19:05:11]    Error: Function not registered: 'TogglePlayerAllDynamicCPs'
[19:05:11]    Error: Function not registered: 'DestroyDynamicArea'
[19:05:11]    Error: Function not registered: 'IsPointInDynamicArea'
[19:05:11]    Error: Function not registered: 'StopDynamicObject'
[19:05:11]    Error: Function not registered: 'cache_insert_id'
[19:05:11]    Error: Function not registered: 'cache_get_row_float'
[19:05:11]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:05:11] Script[gamemodes/eXs.amx]: Run time error 19: "File or function is not found"
[19:05:11] Number of vehicle models: 0
Reply
#5

Your streamer plugin is also out of date, Update both the plugins.
Reply
#6

-
-
Reply
#7

Still the same .. updated both .. Mysql R39-2 .. Streamer s.7.4

now .. ? any other solution?
Reply
#8

Show us the server.cfg.

it should be like this(windows):
plugins sscanf streamer mysql

it should be like this(linux):
plugins sscanf.so streamer.so mysql.so

And yeah you probably didn't do that right or the plugins aren't in the right folder.
Reply
#9

Yeah! i have putted mysql.so in windows server .. let me try it without .so
Reply
#10

Still unknown gamemode
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)