Datenbankfehler bei Intro & Portal Mod - brauche Hilfe
Verfasst: 23.11.2005 21:52
Hallo,
wenn ich die Links im ACP verwalten will und einen neuen Link anwenden möchte, kommt immer diese Fehlermeldung
Weiss einer, was da falsch läuft?
Ich weiss echt nicht mehr weiter!
Mod Version: 1.50a
phpBB Version: 2.0.18
MySQL: 4
MfG, Flo
wenn ich die Links im ACP verwalten will und einen neuen Link anwenden möchte, kommt immer diese Fehlermeldung
Und hier die Zeile, deren SQL ausgeführt wird:Allgemeiner Fehler
Couldn't insert new sub
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '1,'0')' at line 1
INSERT INTO phpbb_introportalmodnav (link_active, link_level, link_level_type, link_name, link_cat, link_sub, link_id) VALUES ('1','-1','2','lnk',,1,'0')
Line : 212
File : admin_introportalmodnav.php
Code: Alles auswählen
$sql = "INSERT INTO " . $table_prefix . "introportalmodnav (link_active, link_level, link_level_type, link_name, link_cat, link_sub, link_id) VALUES ('1','-1','2','".$link_name."',".$count_info['cat'].",".($count_info['sub']+1).",'0')";Ich weiss echt nicht mehr weiter!
Mod Version: 1.50a
phpBB Version: 2.0.18
MySQL: 4
MfG, Flo