28.10.2016, 03:58
(
Last edited by gmstrikker; 28/10/2016 at 05:35 PM.
)
I trying to update my mysql.inc to last version, i had a lot problems, all i solved looking on wiki/forum
But i got only 2 that i cant fix, anyone could help me?
error 1:
line 1:
fullcode 1:
error 2:
line 2:
But i got only 2 that i cant fix, anyone could help me?
error 1:
PHP Code:
error 025: function heading differs from prototype
PHP Code:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle) {
PHP Code:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle) {
printf("[OnQueryError] errorid %i query %s", errorid, query);
return 1;
}
error 2:
PHP Code:
error 017: undefined symbol "mysql_function_query"
PHP Code:
mysql_function_query(ConnectMYSQL,query,true,"r@MySQL_CheckFaction","ds",playerid, localfname);