Uncaught TYPO3 Exception
Product not defined

Exception thrown in file
/nfs/www/www.bsnmedical.com/web/typo3conf/ext/bsn_products/Classes/Controller/ProductController.php in line 230.

37 BSN\BsnProducts\Controller\ProductController::showAction(NULL, NULL)
36 call_user_func_array(array, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00314:         if (!$validationResult->hasErrors()) {
00315:             $this->emitBeforeCallActionMethodSignal($preparedArguments);
00316:             $actionResult = call_user_func_array([$this, $this->actionMethodName], $preparedArguments);
00317:         } else {
00318:             $methodTagsValues = $this->reflectionService->getMethodTagsValues(get_class($this), $this->actionMethodName);

35 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00174:             $this->initializeView($this->view);
00175:         }
00176:         $this->callActionMethod();
00177:         $this->renderAssetsForRequest($request);
00178:     }

34 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00083:             $controller = $this->resolveController($request);
00084:             try {
00085:                 $controller->processRequest($request, $response);
00086:             } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00087:             }

33 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00089:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00090:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00091:         $this->dispatcher->dispatch($request, $response);
00092:         return $response;
00093:     }

32 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00197:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00198: 
00199:         $response = $requestHandler->handleRequest();
00200:         // If response is NULL after handling the request we need to stop
00201:         // This happens for instance, when a USER object was converted to a USER_INT

31 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00184:     {
00185:         $this->initialize($configuration);
00186:         return $this->handleRequest();
00187:     }
00188: 

30 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
29 call_user_func_array(array, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06383:                     ], [
06384:                         $content,
06385:                         $conf
06386:                     ]);
06387:                 } else {

28 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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;

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

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

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

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

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

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00042:             $theValue = '';
00043:         } else {
00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00045:         }
00046:         if (isset($conf['stdWrap.'])) {

24 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

23 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\CaseContentObject, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

22 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:             if ((int)$theKey && strpos($theKey, '.') === false) {
00686:                 $conf = $setup[$theKey . '.'];
00687:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:             }
00689:         }

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00039:         }
00040: 
00041:         $content = $this->cObj->cObjGet($conf);
00042:         $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00043:         if ($wrap) {

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

19 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

18 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00042:             $theValue = '';
00043:         } else {
00044:             $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00045:         }
00046:         if (isset($conf['stdWrap.'])) {

17 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

16 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\CaseContentObject, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

15 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "tt_content")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00721:                 // Getting the cObject
00722:                 $timeTracker->incStackPointer();
00723:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00724:                 $timeTracker->decStackPointer();
00725:             } else {

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00094:                         $this->cObj->lastChanged($row['tstamp']);
00095:                         $cObj->start($row, $conf['table']);
00096:                         $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00097:                         $cobjValue .= $tmpValue;
00098:                     }

13 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\ContentContentObject, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "subparts.CONTENT")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00145:                     $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00146:                     // Get subpart cObject and substitute it!
00147:                     $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00148:                 }
00149:                 // Reset current to empty

10 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\TemplateContentObject, array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("TEMPLATE", array, "10")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:             if ((int)$theKey && strpos($theKey, '.') === false) {
00686:                 $conf = $setup[$theKey . '.'];
00687:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:             }
00689:         }

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00193:         $timeTracker->incStackPointer();
00194:         $timeTracker->push($tsfe->sPre, 'PAGE');
00195:         $pageContent = $tsfe->cObj->cObjGet($tsfe->pSetup);
00196:         if ($tsfe->pSetup['wrap']) {
00197:             $pageContent = $tsfe->cObj->wrap($pageContent, $tsfe->pSetup['wrap']);

6 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00209:                 $this->controller->preparePageContentGeneration();
00210:                 // Content generation
00211:                 PageGenerator::renderContent();
00212:                 $this->controller->setAbsRefPrefix();
00213:             }

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

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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)

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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}()

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/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("/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/tsysext/frontend/Resources/Private/Php/frontend.php")

/nfs/www/www.bsnmedical.com/web/typo3_src-8.7.51/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';