v2.6.x ErrorMeldungen vom "JsonHttpControllerResponse"

Thema wurde von Manni_HB, 12. Januar 2016 erstellt.

  1. Manni_HB

    Manni_HB G-WARD 2012/13/14/15

    Registriert seit:
    26. April 2011
    Beiträge:
    9.098
    Danke erhalten:
    1.540
    Danke vergeben:
    909
    Ort:
    Bremen
    #1 Manni_HB, 12. Januar 2016
    Zuletzt bearbeitet: 12. Januar 2016
    Nur auf den localen Installationen ist das Logfile voll von diesen Einträgen, die sich kontinuierlich vermehren:

    Code:
    2016-01-12 09:30:49 (837ec5754f503cfaaee0929fd48974e7) RECOVERABLE ERROR(4096): "Argument 1 passed to JsonHttpControllerResponse::__construct() must be of the type array, null given, called in C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Controllers\DynamicShopMessagesController.php on line 59 and defined" in C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\ValueObjects\JsonHttpControllerResponse.inc.php:27
    
    #7    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\ValueObjects\JsonHttpControllerResponse.inc.php:27
    
        Code:
    │    line 25: {
    │    line 26: 
    ├─    line 27:     public function __construct(array $contentArray)
    │    line 28:     {
    │    line 29:         //$this->_utf8_encode_deep($contentArray);
    
    #6    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Controllers\DynamicShopMessagesController.php:59
    
        Code:
    │    line 57:         }
    │    line 58: 
    ├─    line 59:         return new JsonHttpControllerResponse($response);
    │    line 60:     }
    │    line 61: }
    #5
    
    
    #4    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\HttpViewController.inc.php:126
    
        Code:
    │    line 124:         }
    │    line 125: 
    ├─    line 126:         $response = call_user_func(array($this, $methodName));
    │    line 127: 
    │    line 128:         return $response;
    
    #3    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\HttpViewController.inc.php:89
    
        Code:
    │    line 87: 
    │    line 88:         $actionName = $this->httpContextReader->getActionName($httpContext);
    ├─    line 89:         $response   = $this->_callActionMethod($actionName);
    │    line 90: 
    │    line 91:         $this->httpResponseProcessor->proceed($response);
    
    #2    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\HttpDispatcher.inc.php:54
    
        Code:
    │    line 52: 
    │    line 53:         $controller = $this->httpViewControllerFactory->createController($controllerName);
    ├─    line 54:         $controller->proceed($httpContext);
    │    line 55:     }
    │    line 56: }
    
    #1    File: C:\xampp\htdocs\ZaWu_21\gx_25\GXEngine\Classes\SystemServices\Http\HttpService.inc.php:60
    
        Code:
    │    line 58:         try
    │    line 59:         {
    ├─    line 60:             $this->httpDispatcher->dispatch($httpContext);
    │    line 61:         } 
    │    line 62:         catch(MissingControllerNameException $e)
    
    #0    File: C:\xampp\htdocs\ZaWu_21\gx_25\admin\admin.php:15
    
        Code:
    │    line 13: $httpService = StaticGXCoreLoader::getService('Http');
    │    line 14: $httpContext = $httpService->getHttpContext();
    ├─    line 15: $httpService->handle($httpContext);
    Request: GET /ZaWu_21/gx_25/admin/admin.php?do=DynamicShopMessages
        - duration: ~1178ms
        - server: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9
        - server address: ::1
        - user agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0
        - remote address: 837ec5754f503cfaaee0929fd48974e7
    
    Was möchten mir das System sagen:confused: