ERROR:*****/connection.lua:55: attempt to call global \'mysql_ping\' (a nil value)
function ping()
if (mysql_ping(MySQLConnection) == false) then <--- az 55 sor
destroyDatabaseConnection()
connectToDatabase(nil)
if (mysql_ping(MySQLConnection) == false) then
hl_logsQLError()
return false
end
return true
end