Olá pessoal, boa noite a todos. Comecei a usar o MySQL em conjunto com o PAWN agora, no open.mp, mas me deparei com alguns erros que até o momento não entendi muito bem como os resolver. Segue abaixo o chat log:
[font="Fira Code", Consolas, "Courier New", monospace][31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[/font]
O que poderia causar os problemas relacionados ao cache? Desde já, agradeço a todos que contribuirem. Muito obrigado.
Att.: Não sei se tem a ver com esses possíveis erros do log, mas ao logar, se eu apenas quitar do servidor e entrar novamente, ele carrega tudo certinho, as informações da conta (Mas tenho certeza que é devido ao fato de eu ainda não ter feito o reset das informações ao desconectar), mas se eu fecho o servidor e abro novamente, as informações não são carregadas do banco de dados.
[font="Fira Code", Consolas, "Courier New", monospace][31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_float: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[31/03/2024 23:43:35] [ERROR] cache_get_value_name_int: no active cache
[/font]
Código PHP:
cache_get_value_int(0, "ID", PlayerInfo[playerid][pID]);
cache_get_value_name(0, "Senha", PlayerInfo[playerid][pSenha]);
cache_get_value_int(0, "Level", PlayerInfo[playerid][pLevel]);
cache_get_value_int(0, "EXP", PlayerInfo[playerid][pExp]);
cache_get_value_int(0, "Dinheiro", PlayerInfo[playerid][pGrana]);
cache_get_value_int(0, "Saldo", PlayerInfo[playerid][pSaldo]);
cache_get_value_int(0, "Admin", PlayerInfo[playerid][pAdmin]);
cache_get_value_float(0, "PosX", PlayerInfo[playerid][pPosX]);
cache_get_value_float(0, "PosY", PlayerInfo[playerid][pPosY]);
cache_get_value_float(0, "PosZ", PlayerInfo[playerid][pPosZ]);
cache_get_value_int(0, "Sede", PlayerInfo[playerid][pSede]);
cache_get_value_int(0, "Fome", PlayerInfo[playerid][pFome]);
cache_get_value_int(0, "Sono", PlayerInfo[playerid][pSono]);
cache_get_value_int(0, "Sexo", PlayerInfo[playerid][pSkin]);
cache_get_value_float(0, "Vida", PlayerInfo[playerid][pVida]);
cache_get_value_float(0, "Colete", PlayerInfo[playerid][pColete]);
O que poderia causar os problemas relacionados ao cache? Desde já, agradeço a todos que contribuirem. Muito obrigado.
Att.: Não sei se tem a ver com esses possíveis erros do log, mas ao logar, se eu apenas quitar do servidor e entrar novamente, ele carrega tudo certinho, as informações da conta (Mas tenho certeza que é devido ao fato de eu ainda não ter feito o reset das informações ao desconectar), mas se eu fecho o servidor e abro novamente, as informações não são carregadas do banco de dados.