Wie der Titel oben besagt gibt es hier ein Problem mit dem Tracking bzw.SCRIPT_COUNTER Nachdem der Shop von v2.4.3.1 auf v3.0.1.0 als Reihen Update aufgestockt wurde. Erst nach dem Update von v2.6.0.0 auf v3.0.0.0 kam dieser Fehler an das Tageslicht. PHP: Fatal error: CounterApplicationBottomExtender::proceed(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "GMC" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /www/htdocs/w0137dfa/www.xxxxxxxxxx/system/overloads/ApplicationBottomExtenderComponent/CounterApplicationBottomExtender.inc.php on line 27FATAL ERROR(1): "CounterApplicationBottomExtender::proceed(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "GMC" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition
Ich kann mir gerade nur ein Szenario vorstellen, in dem dieser Fehler auftreten kann, und dafür müsste die Datei gm/classes/GMCounter.php bei dir auf einem Stand sein, der einer Shopsystemversion <2.3.1.0 entspricht. Anders ausgedrückt: Lade diese Datei mal aus einem aktuellen Vollversionspaket neu hoch und guck, ob das etwas am Auftreten des Fehlers ändert.