Argument 1 passed to Neos\Neos\View\FusionExceptionView_Original::getFusionRuntime() must be an instance of Neos\ContentRepository\Domain\Model\NodeInterface, null given, called in /usr/www/users/premiuj/stage.premium-bike-rental.com/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php on line 129

Exception Code0
Exception TypeTypeError
Thrown in FileData/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php
Line181
Original FilePackages/Application/Neos.Neos/Classes/View/FusionExceptionView.php

  1. Neos\Neos\View\FusionExceptionView_Original::getFusionRuntime(NULL, Neos\Flow\Mvc\Controller\ControllerContext)
    Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php
    Original File: Packages/Application/Neos.Neos/Classes/View/FusionExceptionView.php
    00127:         $currentSiteNode = $contentContext->getCurrentSiteNode();
    
    00128: 
    
    00129:         $fusionRuntime = $this->getFusionRuntime($currentSiteNode, $controllerContext);
    
    00130: 
    
    00131:         $dimensions = $currentSiteNode->getContext()->getDimensions();
    
  2. Neos\Neos\View\FusionExceptionView_Original::render()
    Packages/Framework/Neos.Flow/Classes/Error/DebugExceptionHandler.php
    00071: 
    
    00072:         try {
    
    00073:             echo $this->buildView($exception, $this->renderingOptions)->render();
    
    00074:         } catch (\Throwable $throwable) {
    
    00075:             $this->renderStatically($statusCode, $throwable);
    
  3. Neos\Flow\Error\DebugExceptionHandler::echoExceptionWeb(Neos\Flow\Mvc\Controller\Exception\InvalidControllerException)
    Packages/Framework/Neos.Flow/Classes/Error/AbstractExceptionHandler.php
    00136:                 break;
    
    00137:             default:
    
    00138:                 $this->echoExceptionWeb($exception);
    
    00139:         }
    
    00140:     }
    
  4. Neos\Flow\Error\AbstractExceptionHandler::handleException(Neos\Flow\Mvc\Controller\Exception\InvalidControllerException)