Uncaught TYPO3 Exception
Argument 1 passed to WFP2\Wfp2Bob\Domain\Repository\AppointmentRepository::overrideEventWithRecordOverlay() must be of the type array, boolean given, called in /srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Domain/Repository/AppointmentRepository.php on line 101

TypeError thrown in file
/srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Domain/Repository/AppointmentRepository.php in line 182.

18 WFP2\Wfp2Bob\Domain\Repository\AppointmentRepository::overrideEventWithRecordOverlay(boolean)

/srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Domain/Repository/AppointmentRepository.php:
00099:             ->execute()
00100:             ->fetch();
00101:         return $this->overrideEventWithRecordOverlay($appointment);
00102:     }
00103: 

17 WFP2\Wfp2Bob\Domain\Repository\AppointmentRepository::getAppointmentByUid(NULL)

/srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Controller/FrontendController.php:
01957:     private function checkIfCurrentAppointmentIsValid($appointmentUid)
01958:     {
01959:         $appointment = $this->appointmentRepository->getAppointmentByUid($appointmentUid);
01960:         if (! $appointment) {
01961:             $this->resetSessionData('booking_step');

16 WFP2\Wfp2Bob\Controller\FrontendController::checkIfCurrentAppointmentIsValid(NULL)

/srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Controller/FrontendController.php:
00491:         // Check current data for validity
00492:         $this->checkIfRedirectIsNecessary(GeneralUtility::_GP('booking_step'));
00493:         $this->checkIfCurrentAppointmentIsValid($this->getSessionData('appointment_uid'));
00494:         $this->resetSessionData('bob_bookings');
00495: 

15 WFP2\Wfp2Bob\Controller\FrontendController::participantsAction()

/srv/www/htdocs/bob.duesseldorf.de/web/typo3conf/ext/wfp2_bob/Classes/Controller/FrontendController.php:
00214:         switch (true) {
00215:             case $bookingStep === '1':
00216:                 $content = $this->participantsAction();
00217:                 break;
00218:             case $bookingStep === '2':

14 WFP2\Wfp2Bob\Controller\FrontendController::main("", array)
13 call_user_func_array(array, array)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06383:                     ], [
06384:                         $content,
06385:                         $conf
06386:                     ]);
06387:                 } else {

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("WFP2\Wfp2Bob\Controller\FrontendController->main", array, "")

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:             $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
00040:         }
00041:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:         if ($this->cObj->doConvertToUserIntObject) {
00043:             $this->cObj->doConvertToUserIntObject = false;

11 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00823:         // Render content
00824:         try {
00825:             $content .= $contentObject->render($configuration);
00826:         } catch (ContentRenderingException $exception) {
00827:             // Content rendering Exceptions indicate a critical problem which should not be

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00739:                     $contentObject = $this->getContentObject($name);
00740:                     if ($contentObject) {
00741:                         $content .= $this->render($contentObject, $conf);
00742:                     } else {
00743:                         // Call hook functions for extra processing

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03462:                             break;
03463:                         case 'FUNC':
03464:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03465:                             break;
03466:                         case 'POSTUSERFUNC':

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03424:         do {
03425:             $INTiS_config = $this->config['INTincScript'];
03426:             $this->INTincScript_process($INTiS_config);
03427:             // Check if there were new items added to INTincScript during the previous execution:
03428:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03391:         }
03392: 
03393:         $this->recursivelyReplaceIntPlaceholdersInContent();
03394:         $this->getTimeTracker()->push('Substitute header section');
03395:         $this->INTincScript_loadJSCode();

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00224:             }
00225:             $this->timeTracker->push('Non-cached objects');
00226:             $this->controller->INTincScript();
00227:             $this->timeTracker->pull();
00228:         }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/core/Classes/Core/Bootstrap.php:
00317: 
00318:         // Execute the command which returns a Response object or NULL
00319:         $this->response = $requestHandler->handleRequest($request);
00320:         return $this;
00321:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cmsysext/frontend/Resources/Private/Php/frontend.php")

/srv/www/htdocs/bob.duesseldorf.de/vendor/typo3/cms/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';