so
SQL = mysql_init(LOG_ALL, 1);
mysql_connect(HostIP,HostUser,HostPasswort,HostDatabase,SQL,1);
Array Out of Bounds
- Simon
- Geschlossen
- Erledigt
Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!
Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
-
-
Zitat
[Sat Apr 27 16:33:52 2013] Function: mysql_real_esacpe_string executed: "Jules" with result: "Jules".
[Sat Apr 27 16:33:52 2013] Function: mysql_query executed: "SELECT * FROM `accounts` WHERE `Nickname` = 'Jules'" with result: "0".
[Sat Apr 27 16:33:52 2013] Function: mysql_store_result executed with result: "1"
[Sat Apr 27 16:33:52 2013] Function: mysql_fetch_row executed with result: "5|Jules|a384b6463fc216a5f8ecb6670f86456a|27.4.2013|79|-1|0|0|0|1000|14000|0|1|-1|0|0|-1|100|0|NULL|NULL|NULL|NULL|0|0|NULL|NULL|NULL|NULL|NULL|NULL|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|NULL|NULL|NULL|0|1|0|NULL|NULL|0|0|0|0|0|Unbekannt|Unbekannt|0|0|-1|01752045313".Kann das an den Wert "NULL" liegen?
-
wenn das Intger werte oder Float werte sind schon
sonst bei stringwerten ist es egalMach das mal bei Intgerwerten das es nicht NULL ausgibt sondern eine Zahl und teste es dann nochmal
-
Zitat
[Sat Apr 27 16:42:32 2013] Function: mysql_real_esacpe_string executed: "Jules" with result: "Jules".
[Sat Apr 27 16:42:32 2013] Function: mysql_query executed: "SELECT * FROM `accounts` WHERE `Nickname` = 'Jules'" with result: "0".
[Sat Apr 27 16:42:32 2013] Function: mysql_store_result executed with result: "1"
[Sat Apr 27 16:42:32 2013] Function: mysql_fetch_row executed with result: "6|Jules|a384b6463fc216a5f8ecb6670f86456a|27.4.2013|230|-1|0|0|0|1000|14000|0|1|-1|0|0|-1|100|0|0|0|0|0|0|0|-1|-1|-1|2000|1|1|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|NULL|NULL|NULL|0|1|0|NULL|NULL|0|0|0|0|0|Unbekannt|Unbekannt|0|0|-1|01732045316".Alles was auf NULL ist, sind Strings
//edit: Fehler behoben, Strings dürfen auch nicht "NULL" sein.
Danke für eure Hilfe
-
breadfish.de
Hat das Thema geschlossen.