MyBB.de Forum
Probleme bei Mod Deinstallation - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: Probleme bei Mod Deinstallation (/thread-3269.html)



Probleme bei Mod Deinstallation - Grauer-Magier - 29.09.2006

Hallo, alle zusammen!

Ich wollte gerade mein Forum auf MyBB 1.2.1 Upgraden (von 1.1.8) und bekomme bei der Deaktivierung des Mod "Thread Descriptions" folgenden MySQL-Fehler:
Code:
mySQL error: 1091
Can't DROP 'description'. Check that column/key exists
Query: ALTER TABLE mybb_threads DROP description

Und bei der Deaktivierung des Mods "GZip Statistiken" bekomme ich folgenden MySQL-Fehler:
Code:
mySQL error: 1054
Unknown column 'gid' in 'field list'
Query: SELECT gid FROM mybb_settinggroups WHERE name = 'GZip Statistien (DennisTT)' LIMIT 1


Und mein Forum selbst wird nur noch hiervon geziert:
Code:
mySQL error: 1054
Unknown column 't.description' in 'field list'
Query: SELECT p.tid, t.firstpost, t.description FROM mybb_posts p, mybb_threads t WHERE p.pid='' AND t.tid=p.tid


Könnt ihr mir helfen???


RE: Probleme bei Mod Deinstallation - Michael - 29.09.2006

Gibt es ein der Tabelle mybb_threads eine Spalte mit dem Namen description? Diese scheint bei dir zu fehlen. Anscheinend gehört diese Tabelle zum Mod Thread-Description.

Versuche mal das Mod manuell zu deaktivieren, d.h. den Eintrag in der Spalte plugins in der Tabelle mybb_datacache zu entfernen.


RE: Probleme bei Mod Deinstallation - Grauer-Magier - 29.09.2006

In datacache?! Danke Michael! - Ich probiers gleich mal aus...

Das manuelle Löschen hat geholfen! Danke!!!