Seite 1 von 1

SQL Error nach Einbau von Photo Album sub-categories

Verfasst: 09.03.2005 13:52
von naptune
hallo,
hab diesen kleinen sub-categories-mod eingebaut weil ich mit dem großen erhebliche Schwierigkeiten hatte.

Schauts euch mal an, vielleicht kann mir jemand helfen.

Nun kommt jedoch dieser Fehler:

Could not create new Album Category

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' cat_parent, cat_type VALUES ('hauptalbum', '', '60', '-1', '0', '0', '0', ' at line 1

INSERT INTO phpbb_album_cat (cat_title, cat_desc, cat_order, cat_view_level, cat_upload_level, cat_rate_level, cat_comment_level, cat_edit_level, cat_delete_level, cat_approval), cat_parent, cat_type VALUES ('hauptalbum', '', '60', '-1', '0', '0', '0', '0', '2', '0', 0, 1)

Line : 471
File : admin_album_cat.php


[ externes Bild ]

Verfasst: 09.03.2005 13:59
von Leuchte

Code: Alles auswählen

cat_approval), cat_parent
Die Klammer ist zuviel

Verfasst: 09.03.2005 14:10
von naptune
THX, das war der Fehler.

Die Klammer ist zwar nicht zuviel, dafür gehört sie aber ans ende der zeile.

:grin: