Pages not shown in Pagemanager

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Pages not shown in Pagemanager

Post by frase » Fri Jan 19, 2018 12:07 pm

Tata wrote:
Fri Jan 19, 2018 9:51 am
So fürchte ich, dass die Versionen 1.7.1/1.7.2 mit PHP 7+ ein Problem haben.
Das glaube ich eigentlich nicht.
Es wird wohl eher an der frühen PHP-Version 7.0.5 liegen.
Wie schon berichtet, laufen mehrere Seiten mit PHP 7.1.x problemlos. Für PHP 7.2.0 gibt es noch kaum Berichte.
Kannst du deinen Provider um eine Aufstockung auf PHP 7.1.0 bitten?

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Pages not shown in Pagemanager

Post by Tata » Fri Jan 19, 2018 12:28 pm

Ich "chatte" gerade mit meinem ISP. Hoffentlich installiert er nuere Versionen bald.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Pages not shown in Pagemanager

Post by Tata » Thu Jun 04, 2020 1:36 pm

Ich habe nochmal alle Plugins aktualisiert und kontrolliert. Wenn ich es jetzt mit PHP 7.4.2 teste auf https://cmsimple.sk/plugins-172, meldet der XHdebug
DEPRECATED: Function get_magic_quotes_gpc() is deprecated
/Users/msereday/testhost/plugins-172/cmsimple/functions.php:608
DEPRECATED: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
/Users/msereday/testhost/plugins-172/plugins/memberpages/index.php:889
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/newsletter/index.php:581
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/newsletter/index.php:585
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/newsletter/index.php:586
NOTICE: Undefined variable: plugin_tx
/Users/msereday/testhost/plugins-172/cmsimple/functions.php:2346
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/upload/index.php:147
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/upload/index.php:151
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/upload/index.php:152
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/filebrowser/classes/Controller.php:231
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/filebrowser/classes/View.php:263
NOTICE: Trying to access array offset on value of type null
/Users/msereday/testhost/plugins-172/plugins/hi_updatecheck/updatecheck.php:248
Die oben erwähnte Meldung ist aber weg. Unter älteren Versionen bis zu PHP v 7.3.9 kommt aber nur diese einzige Meldung wieder.
Es scheint nun, dass es auf den Plugins usw. viel wegwn PHP v7.4.x zu überschreiben wird.
BTW: pdfviewer läuft nicht(nicht immer, das verstehe ich auch nicht) und mit dem imgslider läuft es auch schief.
Jerry's comments plugin gibt auch
Warning: include_once(/www/c/m/u13296/public_html/plugins/comments/languages/en.php): failed to open stream: No such file or directory in /www/c/m/u13296/public_html/plugins-172/plugins/comments/libs/add-comment.php on line 14

Warning: include_once(): Failed opening '/www/c/m/u13296/public_html/plugins/comments/languages/en.php' for inclusion (include_path='.:/usr/local/php72/lib/php') in /www/c/m/u13296/public_html/plugins-172/plugins/comments/libs/add-comment.php on line 14

Warning: include_once(/www/c/m/u13296/public_html/plugins/comments/config/config.php): failed to open stream: No such file or directory in /www/c/m/u13296/public_html/plugins-172/plugins/comments/libs/add-comment.php on line 15

Warning: include_once(): Failed opening '/www/c/m/u13296/public_html/plugins/comments/config/config.php' for inclusion (include_path='.:/usr/local/php72/lib/php') in /www/c/m/u13296/public_html/plugins-172/plugins/comments/libs/add-comment.php on line 15
In der URL fehlt der Ordner /plugins-172. D.h., der Plugin kann nicht in einer "Unterseite" benutzt sein.
In der add-comment.php steht:

Code: Select all

include_once($_SERVER["DOCUMENT_ROOT"]."/plugins/comments/languages/".$sl.".php");
Die plugins-172 Installation steht im CMSimple Subordner. D.h. die URL sollte /www/c/m/u13296/public_html/plugins-172/plugins-172/plugins/comments/libs/add-comment.php lauten
Und da steht wieder und auch auf anderen stellen
NOTICE: Undefined variable: plugin_tx
/Users/msereday/testhost/plugins-172/cmsimple/functions.php:2346
Last edited by Tata on Fri Jun 05, 2020 6:35 am, edited 1 time in total.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Pages not shown in Pagemanager

Post by cmb » Thu Jun 04, 2020 10:47 pm

Tata wrote:
Thu Jun 04, 2020 1:36 pm
DEPRECATED: Function get_magic_quotes_gpc() is deprecated
/Users/msereday/testhost/plugins-172/cmsimple/functions.php:608
[…]
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/filebrowser/classes/Controller.php:231
DEPRECATED: Array and string offset access syntax with curly braces is deprecated
/Users/msereday/testhost/plugins-172/plugins/filebrowser/classes/View.php:263
NOTICE: Trying to access array offset on value of type null
/Users/msereday/testhost/plugins-172/plugins/hi_updatecheck/updatecheck.php:248
Diese Problemchen hat Olaf bereits behoben – fehlt "nur" noch CMSimple_XH 1.7.3.
Tata wrote:
Thu Jun 04, 2020 1:36 pm
DEPRECATED: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
/Users/msereday/testhost/plugins-172/plugins/memberpages/index.php:889
Das könnte auf einen Bug in Memberpages hinweisen.
Christoph M. Becker – Plugins for CMSimple_XH

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Pages not shown in Pagemanager

Post by Tata » Thu Jun 04, 2020 10:51 pm

Klar, danke.
Jetzt, wo ich alle (fast alle bekannte) Plugins installiert habe und teste sie nacheinander tiefer, sehe ich, dass einige nicht ganz korrekt laufen, oder laufen gar nciht.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

olape
Posts: 2731
Joined: Fri Mar 13, 2015 8:47 am
Contact:

Re: Pages not shown in Pagemanager

Post by olape » Fri Jun 05, 2020 4:54 am

cmb wrote:
Thu Jun 04, 2020 10:47 pm
Diese Problemchen hat Olaf bereits behoben – fehlt "nur" noch CMSimple_XH 1.7.3.
Nicht ganz richtig. https://cmsimpleforum.com/viewtopic.ph ... 488#p74445.
Ich habe nur einen issues daraus gemacht.
Gruß Olaf, Plugins for CMSimple_XH

Ich habe schon lange den Verdacht, dass so viele so eifrig auf Gender, Trans und Queer machen:
Weil sie für das Fachliche ganz einfach zu doof sind.

cmss
Posts: 244
Joined: Mon Jan 02, 2017 6:15 pm

Re: Pages not shown in Pagemanager

Post by cmss » Thu Jun 11, 2020 2:55 pm

Ich habe mal eine für php 7.4 gepatchte memberpages-version auf https://github.com/g7sim/memberpages (dank phpstorm) gelegt. Nur noch ein deprecated ... - phpstorm meckert allerdings noch einiges im Code an... Vorschläge immer willkommen - auch issues.
P.S. Auch für realblog mit isset https://github.com/g7sim/realblog_xh - ( ich kann auch einen push machen )
*** Verwechselt mich aber bitte nicht mit einem Programmierer - mein Computer ächzt auch immer - ob das nur der Lüfter ist ...?

Post Reply