Hallo zusammen,
sobald ich irgendwas im Backend anklicke, befüllt sich die Error-Log-Seite.
Hier mal ein Auszug, was sich immer wieder wiederholt:
"created: [Sat, 21 Jan 2023 15:03:27 +0000]
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[99] from /framework/class.database.php:[52] database->connect "Creation of dynamic property database::$Collation is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[75] from /framework/initialize.php:[438] database::getInstance "Creation of dynamic property database::$sInstanceIdentifier is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /framework/class.database.php:[132] mysql->__construct "Creation of dynamic property mysql::$oDbHandle is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /framework/class.database.php:[150] mysql->__construct "Creation of dynamic property mysql::$oDbHandle is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /framework/class.database.php:[132] mysql->__construct "Creation of dynamic property mysql::$oDbHandle is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /framework/class.database.php:[150] mysql->__construct "Creation of dynamic property mysql::$oDbHandle is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /framework/class.database.php:[132] mysql->__construct "Creation of dynamic property mysql::$oDbHandle is deprecated"
Sat, 21 Jan 2023 15:03:31 +0000 [E_DEPRECATED] /framework/class.database.php:[803] from /admin/admintools/tool.php:[51] database->get_one "Creation of dynamic property mysql::$oDbHandle is deprecated"
dies ist bei meiner Haupt-Domain und auch bei neu aufgesetzter Subdomain.
Was ist hier der Fehler :-(
MfG
Hallo,
welche PHP Version hast du im Einsatz? Sieht nach PHP 8.2 aus. WB 2.13.3 (r166) ist nicht freigegeben für PHP 8.2.
Nutze 8.1.14
Ok. hat sich erledigt. Habe eine Version niedriger genommen ( 8.0)
Nun funtzt es. Danke trotzdem.
Welche WB-Version hast du?
WB 2.13.3 (r166)
Hmm,
WB 2.13.3 (r166) sollte eigentlich mit PHP 8.1.14 laufen.
Quote from: ruebenwurzel on January 22, 2023, 06:55:19 AM
WB 2.13.3 (r166) sollte eigentlich mit PHP 8.1.14 laufen.
Das ist so korrekt, die Meldung [E_DEPRECATED] "Creation of dynamic propertyDeprecated" gibt es erst ab PHP-8.2, Vorherige Versionen (auch 8.1) kannten das noch nicht.
Hallo zusammen,
habe es heute nochmals probiert auf php 8.1.14 umzustellen.
Und siehe da, es funtzt. :-D
Keine Ahnung was es gewesen ist.
Trotzdem nochmals Danke (Y)
MfG
ich vermute, ein Cache-System wie PHP-Booster etc, die normalerweise die Seiten schneller machen, aber eben nicht immer auf den aktuellsten Stand sind, wenn man z.b. kleine Reparaturen nachschieben muß.