Habe zwei Linkkategorien einer Oberkategorie zugeordet. Dann hab ichs mir anders überlegt und diese wieder zu eigenen ganz normalen Kategorien gemacht und die ehemalige (und leere) Oberkategorie gelöscht. Dies führte zu folgender Fehler mit dem Link Widget:
WordPress Datenbank-Fehler: [Got error 28 from storage engine]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 5 ) ORDER BY link_name ASC
WordPress Datenbank-Fehler: [Got error 28 from storage engine]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 2 ) ORDER BY link_name ASC
WordPress Datenbank-Fehler: [Got error 28 from storage engine]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 6 ) ORDER BY link_name ASC
WordPress Datenbank-Fehler: [Got error 28 from storage engine]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = 'Y' AND ( category_id = 3 ) ORDER BY link_name ASC
Ich hoffe irgendwer kann mir helfen. Hab schon viel gesucht und keine Lösung zu meinem Prob gefunden. Sollte der code irgendeiner php Datei nötige sein, dann werde ich das nachreichen. Schonmal danke.