WebSite X5Help Center

 
Lothar R.
Lothar R.
User

Fatal error  de

Author: Lothar R.
Visited 649, Followers 1, Shared 0  

Ich bekomme bei der Anzeige von https://sv-we.de folgende Anzeige:


Fatal error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /homepages/39/d610680345/htdocs/sv-we/res/x5engine.php on line 5720

Was bedeutet das?

Posted on the
6 ANSWERS - 1 CORRECT
Lothar R.
Lothar R.
User
Author

Unter sv-we/res/x5engine.php steht in Zeile 5720:

$conditions[] = (is_string($value) ? 'BINARY ' : '') . '`' . $column . '` ' . (is_null($value) ? 'IS' : is_array($value) ? 'IN' : '=') . ' ' . $this->_to_sql_value($value);

Read more
Posted on the from Lothar R.
Lothar R.
Lothar R.
User
Author

IONOS sagt, dass mein SCRIPT unter PHP 8.0 nicht funktioniert und hat auf Rückfrage hin (sehr freundlich) auf PHP 7.2 zurückgestellt. Dann hat es wieder funktioniert.

Ich habe jetzt auf PHP 7.4 umgestellt . . . und es funktioniert weiterhin.

Die Frage bleibt: warum läuft die Startseite (sv-we.de/index.php) unter PHP 8.0 nicht?
Liegt das am BLOG (unten auf der Seite)?
Wird das zeitnah von WSX5 angepasst?

Read more
Posted on the from Lothar R.
Lothar R.
Lothar R.
User
Author

formatierte eMail funktioniert unter PHP 8.0 ebenfalls nicht.

Read more
Posted on the from Lothar R.
Andreas L.
Andreas L.
User

evtl. kann die neue Version noch kein php 8.0! Ist ja erst ein paar Tage auf dem Markt quasi.

Read more
Posted on the from Andreas L.
Andreas S.
Andreas S.
Moderator

Die PHP 8.0 ist ja glaube ich noch oder war in der BETA Phase! So schnell stellt keine Websoftware um. Sogar in Wordpress gibt es ein haufen Probleme, im Prinzip alle CMS Systeme müssen noch Updates machen.

Read more
Posted on the from Andreas S.
Andreas L.
Andreas L.
User

Richtig...er sollte erstmal bei 7.4 bleiben bis INCO nachliefert. 

Read more
Posted on the from Andreas L.