26.10.2015, 10:59
Hello!
Put this in your script (at the end) and restart the server.
Do you get some more information about this error in your log?
Put this in your script (at the end) and restart the server.
PHP код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
printf("ErrorID: %d | Error: %s | Query: %s",errorid,error,query);
return 1;
}