Problem beim Erstellen einer Kategorie (Links)
Pit 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Problem beim Erstellen einer Kategorie (Links)
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Problem beim Erstellen einer Kategorie (Links)
Ist ein kleiner Bug. Um das Problem zu beheben, öffne cadmin/mod_links.php mit einen Editor und ersetzte:
durch:
Der Download im Mitgliederbereich wird in Kürze aktualisiert
Ist ein kleiner Bug. Um das Problem zu beheben, öffne cadmin/mod_links.php mit einen Editor und ersetzte:
$result = DBQuery("SELECT linkcat_id, linkcat_name FROM esselbach_st_linkscat WHERE linkcat_parent = '0' ORDER BY linkcat_id");
durch:
$result = DBQuery("SELECT linkcat_id, linkcat_name FROM esselbach_st_linkscat ORDER BY linkcat_id");
Der Download im Mitgliederbereich wird in Kürze aktualisiert
Hoi Philipp,
Edit/Delete Categories
Below you can add or remove categories
Category ID Category Name
Error: 1054 Unknown column 'linkcat_parent' in 'where clause'
Woran könnte es wohl liegen?
Grüsse,
Pit