Version: 2.16Updated: 07.12.2023ModificationsVisitors: 1304555ImprintFeedbackLiabilityDonation (CHF 10)Created by PFS
Tipps und Tricks rund um den Computertipps_und_tricks_computer
Tips and tricks for your computer
Translate with Google
2023-08-28  PHP 8.2: Creation of dynamic property PHPExcel_Calculation::$_debugLog is deprecated - AllowDynamicProperties 
Problem:
Bei der Umstellung des Webservers auf PHP 8.2 erschien folgende Fehlermeldung:

Deprecated: Creation of dynamic property PHPExcel_Calculation::$_debugLog is deprecated in Calculation.php on line 2077
Veraltet: Die Erstellung der dynamischen Eigenschaft PHPExcel_Calculation::$_debugLog ist in Calculation.php in Zeile 2077 veraltet
 
Lösung:
Man kann die Fehlermeldung aufheben, indem man AllowDynamicProperties vor die Klasse einfügt:

#[\AllowDynamicProperties]
class PHPExcel_Calculation


\ vor AllowDynamicProperties: aktueller Namensraum (current namespace). Unter 'Weitere Infos' findet man weitere Tipps. Oder im Internet suchen nach AllowDynamicProperties.
 
Weitere Infos:
stackoverflow.com - dynamic-property-is-deprecated
stackoverflow.com - dynamic-property-not-working
Translate with Google
Link to this page


Advertisement:
 
Advertisement:
Giveaway of the Day
Giveaway of the Day