--> English version: please scroll down
Hallo Zusammen
Heute (Montag) habe ich mich ins Backend eingeloggt. Was direkt ins Auge gestochen ist: Die linken Tabs (Ressourcen, Elemente & Dateien) wurden nicht angezeigt, der "MODX-Newsfeed" und der "MODX-Sicherheitshinweise-Feed" nehmen jeweils die Hälfte der Fensterbreite des Browsers ein. Über das Menü kann ich auch keinen anderen Menüpunkt auswählen, es wird nur eine leere Seite (mit Menü) angezeigt. Am Freitag (Vor drei Tagen) hat noch alles ohne Fehler funktioniert.
Was ich bisher getan habe:
- Da ich keine Einstellungen ansehen/ändern kann, habe ich MODX neu installiert (die DB aber bestehen lassen). Das Ergebnis: Es hat sich verschlechtert: Die beiden Feeds werden jetzt nur noch in einer Höhe von 70px angezeigt
- Ändern der PHP-Version: 5.2 und 5.3 zeigen das selbe Ergebnis
- Blick in die DB: Die Tabelle modx_manager_log zeigt keine Änderung an Einstellungen
Daten:
- MODX-Version: 2.2.8
- MySQL-Version: 5.5.31
- PHP-Version: 5.2/5.3
- Provider: Strato
Hat jemand eine Idee, wie ich OHNE herausfuscheln der Daten aus den bestehenden DB Tabellen, dem Löschen der vorhandenen DB, einer kompletten MODX Neuinstallation und dem wieder-reinfuscheln des alten Contents in die neue DB den Fehler beheben kann?
Vielen Dank im Voraus
Summerson
Edith meint: Ich hab' den Screenshot vergessen...
Nachtrag [15:22]: Wenn ich in der Datei ext-all-notheme-min.css den folgenden Eintrag hinzufüge, dann stimmt zumindest die Höhe wieder:
html, body {height: 100%;}
---------------------------------
ENGLISH VERSION:
---------------------------------
Hi
Today (Monday) I have logged into the backend. What directly catches one's eye: the left tabs (resources, elements and files) are not displayed, the "MODx news feed" and "Safety MODX-feed" each make up half the width of the browser window. On the menu I can not select any item, it just shows a blank page (with menu on top). On Friday (three days ago) everything worked without this error.
What I've done so far:
- So I can not view / change any settings, I reinstalled MODX (I left the old DB). The result: It got worse! The two feeds are now only displayed at a height of 70px
- Changing the PHP version: 5.2 and 5.3 show the same result
- Look into the DB: The table modx_manager_log shows no change of settings
My Data:
- MODX-Version: 2.2.8
- MySQL-Version: 5.5.31
- PHP-Version: 5.2/5.3
- Provider: Strato
Does anyone have an idea how I can fix the error WITHOUT grabbing the single data from the existing database tables, delete the existing DB, do a complete reinstall of MODX and insert the old content into the new DB?
Thanks
Summerson
Edith says: I forgot the screenshot ...
Addendum [15:22]: If I add the following entry the following code in the file ext-all-notheme min.css, then at least the problem with the height in the feeds is solved:
html, body {height: 100%;}
[ed. note: summerson last edited this post 11 years, 9 months ago.]