Jump to content

Question

Posted

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? 

3 answers to this question

Recommended Posts

  • 0
Posted

"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.

  • 0
Posted (edited)

cache_get_field_content_int(0, "Variabila");
Edited by Zephyr.
  • 0
Posted
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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.