Ich habe vor ein paar Tagen von PHP 5.3.29 auf 5.4 umgestellt und dabei den Hinweis meines Providers beachtet und das serverseitige Errorlogging aktiviert.
Schaue ich mir das log an, ist es voller Meldungen, z.B. exemplarisch:
Unter PHP 5.3.29 habe ich das Log nicht aktiv gehabt, kann daher auch nicht sagen, ob es diese Meldungen früher schon gab.
Was ist davon zu halten?
Schaue ich mir das log an, ist es voller Meldungen, z.B. exemplarisch:
Code:
[Sat Feb 28 11:03:40 2015] [error] [client 46.229.164.xxx] PHP Notice: Trying to get property of non-object in /is/htdocs/wp...schnippX/www/meineshop/includes/filter_inc.php on line 2786
[Sat Feb 28 11:03:41 2015] [error] [client 46.229.164.xxx] PHP Notice: Undefined property: Preise::$rabatt in /is/htdocs/wp...schnippX/www/meineshop/classes/class.JTL-Shop.Artikel.php on line 1003
[Sat Feb 28 11:03:41 2015] [error] [client 46.229.164.xxx] PHP Notice: Trying to get property of non-object in /is/htdocs/wp...schnippX/www/meineshop/includes/filter_inc.php on line 2774
[Sat Feb 28 11:03:41 2015] [error] [client 46.229.164.xxx] PHP Notice: Undefined property: stdClass::$FilterLoesen in /is/htdocs/wp...schnippX/www/meineshop/includes/filter_inc.php on line 2776
[Sat Feb 28 11:03:41 2015] [error] [client 46.229.164.xxx] PHP Notice: Undefined property: Preise::$Sonderpreis_aktiv in /is/htdocs/wp...schnippX/www/meineshop/templates_c/JTL-Shop3-Tiny/%%70^70A^70A67D97%%suche_liste_custom.tpl.php on line 355
[Sat Feb 28 11:06:54 2015] [error] [client 46.229.164.xxx] PHP Notice: Trying to get property of non-object in /is/htdocs/wp...schnippX/www/meineshop/includes/filter_inc.php on line 2774
Unter PHP 5.3.29 habe ich das Log nicht aktiv gehabt, kann daher auch nicht sagen, ob es diese Meldungen früher schon gab.
Was ist davon zu halten?