This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Problem beim Erstellen einer Kategorie (Links)


avatar
Pit 0
From: -
Problem beim Erstellen einer Kategorie (Links)

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

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)
avatar
Administrator
1340
From: 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:
        $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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.