Page 4 of 7

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Tue Oct 13, 2020 8:24 am
by frase
olape wrote:
Tue Oct 13, 2020 7:33 am
Am besten mit einem saubern 1.7.4Pre anfangen und testen. Und dann immer ein Plugin / Erweiterung nach dem anderen dazu nehmen.
Genau so sollte man das machen.

Der Fehler Nr. 15 kommt daher, dass du den Privacy-Pluginaufruf nicht im Body-Bereich stehen hast.
(wahrscheinlich steht der zwischen </head> und <body ...>)

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Tue Oct 13, 2020 4:06 pm
by mhz
Hallo zusammen,
vielen Dank für eure Arbeit. Ich habe die aktuelle Version mit einer meiner Seiten gestestet. Die Inhalte der Seite cmsimplexh.de habe ich 1:1 übernommen. Keine Fehler. Die installierten Plugins machen soweit auch keinen Ärger.
Tests laufen (wie bei mir üblich) nur online. PHP Version 7.4.7 bei webgo.de.
Jetzt installiere ich nach und nach die installierten Plugins und nun tritt
beim Dlcounter dieser "fatale Error" auf (Kopie aus dem Debug-Modus):
Uncaught Error: Class 'Pfw\View\View' not found in .../plugins/dlcounter/classes/InfoController.php:43
Stack trace:
#0 .../plugins/dlcounter/classes/Plugin.php(61): Dlcounter\InfoController->defaultAction()
#1 .../plugins/dlcounter/classes/Plugin.php(45): Dlcounter\Plugin->renderPluginInfo()
#2 .../plugins/dlcounter/classes/Plugin.php(33): Dlcounter\Plugin->handleAdministration()
#3 .../plugins/dlcounter/index.php(39): Dlcounter\Plugin->run()
#4 .../cmsimple/cms.php(1112): include('.../p...')
#5 .../index.php(6): include('/.../c...')
#6 {main}
thrown in .../plugins/dlcounter/classes/InfoController.php on line 43

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Tue Oct 13, 2020 4:20 pm
by frase
mhz wrote:
Tue Oct 13, 2020 4:06 pm
beim Dlcounter dieser "fatale Error" auf (Kopie aus dem Debug-Modus):
Uncaught Error: Class 'Pfw\View\View' not found in .../plugins/dlcounter/classes/InfoController.php:43
Keine Panik!
Da ist nichts kaputt, sondern es fehlt nur das Plugin PFW.
dlcounter-Hilfe wrote:Voraussetzungen
Dlcounter_XH erfodert CMSimple_XH ≥ 1.6.3, Pfw_XH ≥ 0.2.0 und PHP ≥ 5.4.0.

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Tue Oct 13, 2020 5:36 pm
by cmb
frase wrote:
Tue Oct 13, 2020 8:24 am
Der Fehler Nr. 15 kommt daher, dass du den Privacy-Pluginaufruf nicht im Body-Bereich stehen hast.
(wahrscheinlich steht der zwischen </head> und <body ...>)
Ja, genau da steht er. :(

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Tue Oct 13, 2020 6:54 pm
by mhz
Danke für die beiden Infos.
PFW habe ich nachgeladen (ich kam eben noch nicht mal an die Hilfe, wo das ja drinsteht). Jetzt funktioniert es.

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Wed Oct 14, 2020 2:52 pm
by mhz
Plugin Calendar 1.4.8 unter CMSimple_XH 1.7.4 RC1
hat Darstellungsprobleme
Siehe hier: https://rc.cmsimplexh.de/?Plugins/Calen ... sion-1.4.8

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Wed Oct 14, 2020 4:32 pm
by lck
mhz wrote:
Wed Oct 14, 2020 2:52 pm
Plugin Calendar 1.4.8 unter CMSimple_XH 1.7.4 RC1
hat Darstellungsprobleme
Inwiefern, kannst du das näher erläutern.

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Wed Oct 14, 2020 4:34 pm
by frase
mhz wrote:
Wed Oct 14, 2020 2:52 pm
Plugin Calendar 1.4.8 unter CMSimple_XH 1.7.4 RC1
hat Darstellungsprobleme
Siehe hier: https://rc.cmsimplexh.de/?Plugins/Calen ... sion-1.4.8
Was meinst du mit Darstellungsprobleme? Was ist falsch?
Falls du meinst, dass die Schrift so hell ist:
Das liegt daran, dass du den Pluginaufruf wahrscheinlich in <code> ... </code> gesetzt hast.
Prüfe mal den Quellcode der Seite.

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Wed Oct 14, 2020 5:49 pm
by mhz
Danke Frank, ja es war in <code> gesetzt.
Die zusammengeschobenen Tabellenspalten sind jetzt weg.

Die Darstellung ist hier zu sehen: weiter unten auf der Seite:
1. So wie ich es bisher kenne,
2. darunter 2 Bilder, so wie es jetzt angezeigt wird.
https://cmsimplexh.de/?Plugins/Calender ... sion-1.4.8

Re: CMSimple_XH 1.7.4 - Release Candidate 1

Posted: Wed Oct 14, 2020 6:52 pm
by lck
Bei mir unter XH 1.7.4rc1 und Template fhs-basic ist alles gut, keine Darstellungsprobleme.

Eventuell hilft ja schon ein löschen der xhstyles.css im Ordner ./assets/css/ und löschen des Browsercaches und Neuladen der Seite.