t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

Exception in ContentCacheSegmentAspect #6

Closed cvette closed 5 years ago

cvette commented 5 years ago
Exception in line 92 of /data/Data/Temporary/Development/SubContextDocker/Cache/Code/Flow_Object_Classes/t3n_Neos_Debug_Aspect_ContentCacheSegmentAspect.php: Argument 1 passed to t3n\Neos\Debug\Aspect\ContentCacheSegmentAspect_Original::renderCacheInfoIntoSegment() must be of the type string, null given, called in /data/Data/Temporary/Development/SubContextDocker/Cache/Code/Flow_Object_Classes/t3n_Neos_Debug_Aspect_ContentCacheSegmentAspect.php on line 92

38 t3n\Neos\Debug\Aspect\ContentCacheSegmentAspect_Original::renderCacheInfoIntoSegment(NULL, array|5|)
37 t3n\Neos\Debug\Aspect\ContentCacheSegmentAspect_Original::wrapEvaluateUncached(Neos\Flow\Aop\JoinPoint)
36 Neos\Flow\Aop\Advice\AroundAdvice::invoke(Neos\Flow\Aop\JoinPoint)
35 Neos\Flow\Aop\Advice\AdviceChain::proceed(Neos\Flow\Aop\JoinPoint)
34 Neos\Fusion\Core\Cache\RuntimeContentCache::evaluateUncached("root<Neos.Fusion:Case>/default<Neos.Fusion:Matcher…ent>/body<Neos.Fusion:Template>/chooseCountryPopup", array|3|)
33 Neos\Fusion\Core\Cache\RuntimeContentCache_Original::Neos\Fusion\Core\Cache\{closure}("eval=root<Neos.Fusion:Case>/default<Neos.Fusion:Ma…ent>/body<Neos.Fusion:Template>/chooseCountryPopup", array|1|, Neos\Cache\Frontend\StringFrontend)
32 Neos\Fusion\Core\Cache\ContentCache_Original::Neos\Fusion\Core\Cache\{closure}(array|5|)
31 preg_replace_callback("/CONTENT_CACHE(?P<command>[^]+)CONTENT_CACHE(?P<data>[^]+)CONTENT_CACHE/", Closure, "HTTP/1.1 200 OK

<!DOCTYPE html>
<!--[if lt IE 8…ime":0,"created":"13.05.2019 08:07:18"} --></html>", -1, 6)
30 Neos\Fusion\Core\Cache\ContentCache_Original::replaceUncachedPlaceholders(Closure, "HTTP/1.1 200 OK

<!DOCTYPE html>
<!--[if lt IE 8…ime":0,"created":"13.05.2019 08:07:18"} --></html>")
29 Neos\Fusion\Core\Cache\ContentCache_Original::getCachedSegment(Closure, "root", array|13|, false, NULL)
28 Neos\Fusion\Core\Cache\ContentCache::getCachedSegment(Closure, "root", array|13|, false, NULL)
27 call_user_func_array(array|2|, array|5|)
26 Neos\Fusion\Core\Cache\ContentCache::Flow_Aop_Proxy_invokeJoinPoint(Neos\Flow\Aop\JoinPoint)
25 Neos\Fusion\Core\Cache\ContentCache::getCachedSegment(Closure, "root", array|13|, false, NULL)
24 call_user_func_array(array|2|, array|5|)
23 Neos\Flow\ObjectManagement\DependencyInjection\DependencyProxy::__call("getCachedSegment", array|5|)
22 Neos\Fusion\Core\Cache\RuntimeContentCache_Original::preEvaluate(array|6|, Neos\Fusion\FusionObjects\CaseImplementation)
21 Neos\Fusion\Core\Runtime_Original::evaluateObjectOrRetrieveFromCache(Neos\Fusion\FusionObjects\CaseImplementation, "root", array|16|, array|6|)
20 Neos\Fusion\Core\Runtime_Original::evaluateInternal("root", "Exception")
19 Neos\Fusion\Core\Runtime_Original::render("root")
18 Neos\Neos\View\FusionView_Original::render()
17 Neos\Neos\View\FusionView::render()
16 call_user_func_array(array|2|, array|0|)
15 Neos\Neos\View\FusionView::Flow_Aop_Proxy_invokeJoinPoint(Neos\Flow\Aop\JoinPoint)
14 Neos\Flow\Aop\Advice\AdviceChain::proceed(Neos\Flow\Aop\JoinPoint)
13 t3n\Neos\Debug\Aspect\CollectDebugInformationAspect_Original::addDebugValues(Neos\Flow\Aop\JoinPoint)
12 Neos\Flow\Aop\Advice\AroundAdvice::invoke(Neos\Flow\Aop\JoinPoint)
11 Neos\Flow\Aop\Advice\AdviceChain::proceed(Neos\Flow\Aop\JoinPoint)
10 Neos\Neos\View\FusionView::render()
9 Neos\Flow\Mvc\Controller\ActionController_Original::callActionMethod()
8 Neos\Flow\Mvc\Controller\ActionController_Original::processRequest(Neos\Flow\Mvc\ActionRequest, Neos\Flow\Mvc\ActionResponse)
7 Neos\Flow\Mvc\Dispatcher_Original::initiateDispatchLoop(Neos\Flow\Mvc\ActionRequest, Neos\Flow\Mvc\ActionResponse)
6 Neos\Flow\Mvc\Dispatcher_Original::dispatch(Neos\Flow\Mvc\ActionRequest, Neos\Flow\Mvc\ActionResponse)
5 Neos\Flow\Mvc\DispatchComponent_Original::handle(Neos\Flow\Http\Component\ComponentContext)
4 Neos\Flow\Http\Component\ComponentChain_Original::handle(Neos\Flow\Http\Component\ComponentContext)
3 Neos\Flow\Http\Component\ComponentChain_Original::handle(Neos\Flow\Http\Component\ComponentContext)
2 Neos\Flow\Http\RequestHandler::handleRequest()
1 Neos\Flow\Core\Bootstrap::run()
johannessteu commented 5 years ago

@cvette do you have a stack trace for me?

cvette commented 5 years ago

@cvette do you have a stack trace for me?

Edited my original post.

johannessteu commented 5 years ago

@cvette can you check if the PR solves your issue?