Jump to content
  • 0

Problema erori mysql


Style.

Question

Salut, cand dau restart la server primesc aceasta eroare nu stiu unde este problema :(, am incercat dar nu gasesc...

---> [ERROR] cache_get_field_content_int - invalid datatype

Si cand sunt la login pe server primesc aceasta eroare, am cautat in DB si in gm si nu gasesc ceva gresit...

---> [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0')

Ma poate ajuta cineva? 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

"cache_get_field_content_int - invalid datatype " - iti spune ca incerci sa citesti din baza de date un numar, care de fapt nu e numar (e string sau float cel mai probabil)

Pentru cealalta eroare imi trebuie codurile cu problema.

Link to comment
Share on other sites

  • 0
La 21.05.2016 la 11:14, Zephyr. a spus:

cache_get_field_content_int(0, "Variabila");

De fapt, corect e asa:

Citat

cache_get_field_content_int(0, "Variabila", "Connection Handle");

Dar nu il va ajuta cu nimic asta. Postul tau e egal cu zero...

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.

×
×
  • 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.