Jump to content
  • 0

Errors.log


AlexIulian

Question

Salut!

Acestea sunt rrorile aparute in log, care fac spam efectiv!

[16:28:04] [plugins/mysql] cache_get_value_name_float: value '' is not a number (C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64085 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:4243)

[16:28:06] [plugins/mysql] cache_get_row_count: no active cache (E:\samp fisiere\pawno linux\pawno\include\a_mysql.inc:182 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64085 -> C:\Users\Alex\Downloads\samp037svr_R2-2-1\samp03\gamemodes\RG-RPG11..pwn:64084)

Si acestea sunt linile din gm

 

image.thumb.jpeg.cbda34e3242ee10b0f95678519dc0c26.jpeg

 

Care sunt problemele si cum le pot rezolva!

Multumesc!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Nu ai postat liniile corecte unde îți dă eroarea respectivă. Te rog să postezi în format "code" nu poză.

Cât despre erori , scrie foarte clar care este problema.

Pentru prima eroare avem nevoie de codul sursă, sau verifica în baza de date cum este creată baza , posibil sa ai string și tu sa încerci sa preiei un float , încearcă în edit pentru secțiunea respectivă cu " float not null default 0.0"

Cât despre a 2a eroare , nu ai un cache activ de unde sa preia datele respective.

Pentru un cache activ trebuie sa folosești un format mySQL de genul "select * from users".

 

Din câte observ nu-ți arată corect liniile unde ai eroarea respectivă, ca acolo unde îți dă eroarea nu ai nimic ce tine de mySQL , te rog să găsești liniile corecte de la eroare.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.