Jump to content

[REZOLVAT] Problema MYSQL


TSN
 Share

Recommended Posts

Username: CLOVNU
Problema întălnită: Accessing element at index 65535 past array upper bound 99. Am specifical liniile in PasteBin
Detalii despre problemă: Cand se apeleaza functiile de mai jos.
Ce ai încercat să faci înainte să postezi?: Nimic.
Cod sursă (recomandat pastebin.com) :  https://pastebin.com/RQHaWmt2
Alte detalii:

 

[06:54:04] [debug] #0 003a2158 in public BestPlayerActive () at abiregele.pwn:36949
[07:02:44] [debug] Run time error 4: "Array index out of bounds"
[07:02:44] [debug]  Accessing element at index 65535 past array upper bound 99
[07:02:44] [debug] AMX backtrace:
[07:02:44] [debug] #0 003a2b6c in public BestPlayerMoney () at abiregele.pwn:36993
[07:56:00] [debug] Run time error 4: "Array index out of bounds"
[07:56:00] [debug]  Accessing element at index 65535 past array upper bound 99

 

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

Numărul de celule din

BestPlayerActive

nu este egal cu numărul de rânduri din tabel.

incearca sa inlocuesti linia: cache_get_field_content(0,"name",name);

cu asta cache_get_field_content(1,"name",name);

 

Link to comment
Share on other sites

Acum 5 ore, MrTea a spus:

Numărul de celule din


BestPlayerActive

nu este egal cu numărul de rânduri din tabel.

incearca sa inlocuesti linia: cache_get_field_content(0,"name",name);

cu asta cache_get_field_content(1,"name",name);

 

CMySQLResult::GetRowDataByName() - invalid row index ('1')

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

Acum 5 ore, L0K3D a spus:

Array index out of bounds

Primesti aceasta eroare cand intreci limita unui array, de exemplu:

 


new tabel[20];
	tabel[21] = 20;
	

 

Nu folosesc nimic in sistem-ul asta.

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

 

Acum 5 ore, L0K3D a spus:

Primesti aceasta eroare doar cand jucatorul respectiv nu este online? Atunci inainte de a accesa pInfo[id][blabla], verifica daca este online.

 Sunt incepator si pe partea de mysql nu prea ma pricep, am facut sistemu asta cum am stiut... Am rezolvat, insa acuma primesc urmatoarele: 

[00:16:34] [ERROR] "mysql_query" - invalid connection handle (ID = -1)
[00:16:41] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')

Cum este acuma: https://pastebin.com/8wRvs6Dt

?imw=5000&imh=5000&ima=fit&impolicy=Lett

Link to comment
Share on other sites

  • Manager

Ti-am oferit un link unde poti gasi documentatia despre functiile MySQL, iar daca nu esti in stare sa intelegi asta sub pretextul ca esti incepator, de ce mai lucrezi cu MySQL, fa ceva de nivelul tau. Pe langa faptul ca sunt singurul care mai raspunde la cererile voastre de ajutor mai aveti si pretentii, spor la solutionarea problemei in alta parte.

Topic closed.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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