mysql problem -
Gleam - 26.08.2018
When i updated my MySQL version to the newest one i get these in server log:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
filterscripts = "" (string)
Server Plugins
--------------
Loading plugin: crashdetect
CrashDetect plugin 4.19
Loaded.
Loading plugin: mysqlpawncmd
Failed.
Loading plugin: pawnregex
Pawn.Regex plugin v1.1.2 by urShadow loaded
Loaded.
Loading plugin: sscanf
===============================
sscanf plugin loaded.
Version: 2.8.2
© 2012 Alex "******" Cole
===============================
Loaded.
Loading plugin: streamer
*** Streamer Plugin v2.9.1 by Incognito loaded ***
Loaded.
Loading plugin: nativechecker
Loaded.
Loaded 5 plugins.
Started server on port: 7777, with maxplayers: 40 lanmode is OFF.
Filterscripts
---------------
Loaded 0 filterscripts.
Error: Function not registered: 'mysql_tquery'
Error: Function not registered: 'mysql_format'
Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_errno'
Error: Function not registered: 'cache_get_row_count'
Error: Function not registered: 'cache_get_field_count'
Error: Function not registered: 'cache_get_value_name_int'
Error: Function not registered: 'cache_insert_id'
Error: Function not registered: 'cache_get_field_name'
Error: Function not registered: 'PC_RegAlias'
[debug] Run time error 19: "File or function is not found"
[debug] mysql_tquery
[debug] mysql_format
[debug] mysql_connect
[debug] mysql_errno
[debug] cache_get_row_count
[debug] cache_get_field_count
[debug] cache_get_value_name_int
[debug] cache_insert_id
[debug] cache_get_field_name
[debug] PC_RegAlias
[debug] Run time error 19: "File or function is not found"
[debug] mysql_tquery
[debug] mysql_format
[debug] mysql_connect
[debug] mysql_errno
[debug] cache_get_row_count
[debug] cache_get_field_count
[debug] cache_get_value_name_int
[debug] cache_insert_id
[debug] cache_get_field_name
[debug] PC_RegAlias
Script[gamemodes/lime.amx]: Run time error 19: "File or function is not found"
Help please. Thanks in advance!
Re: mysql problem -
DerickClark - 26.08.2018
Update your MySQL Code.
Re: mysql problem -
Calisthenics - 26.08.2018
Quote:
Loading plugin: mysqlpawncmd
Failed.
|
You forgot a space between these two plugins in server.cfg
Re: mysql problem -
Gleam - 26.08.2018
Quote:
Originally Posted by Calisthenics
You forgot a space between these two plugins in server.cfg
|
Jeez, im blind. Thank you!
I still got a problem in mysql log:
[08/26/18 17:58:13] [ERROR] mysql_tquery: invalid connection handle '0' (C:\Users\vladl\Desktop\Limerence RolePlay\gamemodes\lime.pwn:752 -> C:\Users\vladl\Desktop\Limerence RolePlay\pawno\include\sscanf2.inc:204)
[08/26/18 17:58:13] [ERROR] mysql_errno: invalid connection handle '1' (C:\Users\vladl\Desktop\Limerence RolePlay\gamemodes\lime.pwn:753 -> C:\Users\vladl\Desktop\Limerence RolePlay\pawno\include\sscanf2.inc:204)
first a had the same with foreach, but i updated it, and now i updated sscanf too, but i still have this ting
Re: mysql problem -
Gleam - 26.08.2018
heeelp