Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229

Warning: Undefined global variable $BE_USER in /var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Error/ErrorHandler.php on line 229
TYPO3 Exception
Uncaught TYPO3 Exception
get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, string given

TypeError thrown in file
/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/extbase/Classes/Mvc/Request.php in line 352.

28 get_class_methods("Tx__Controller_StandardController")

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/extbase/Classes/Mvc/Request.php:
00350:         if ($controllerObjectName !== '' && $this->controllerActionName === strtolower($this->controllerActionName)) {
00351:             $actionMethodName = $this->controllerActionName . 'Action';
00352:             $classMethods = get_class_methods($controllerObjectName);
00353:             if (is_array($classMethods)) {
00354:                 foreach ($classMethods as $existingMethodName) {

27 TYPO3\CMS\Extbase\Mvc\Request::getControllerActionName()

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php:
00221:         $request = $controllerContext->getRequest();
00222:         $this->controllerContext = $controllerContext;
00223:         $this->setControllerAction($request->getControllerActionName());
00224:         // Check if Request is using a sub-package key; in which case we translate this
00225:         // for our RenderingContext as an emulated plain old sub-namespace controller.

26 TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::setControllerContext(TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext)

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/fluid/Classes/View/StandaloneView.php:
00069:         $controllerContext->setUriBuilder($uriBuilder);
00070:         $renderingContext = $this->objectManager->get(RenderingContext::class, $this);
00071:         $renderingContext->setControllerContext($controllerContext);
00072:         parent::__construct($renderingContext);
00073:     }

25 TYPO3\CMS\Fluid\View\StandaloneView::__construct()

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03973:         }
03974:         // Create new instance and call constructor with parameters
03975:         $instance = new $finalClassName(...$constructorArguments);
03976:         // Register new singleton instance
03977:         if ($instance instanceof SingletonInterface) {

24 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("TYPO3\CMS\Fluid\View\StandaloneView")

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00138:     protected function initializeStandaloneViewInstance()
00139:     {
00140:         $this->view = GeneralUtility::makeInstance(StandaloneView::class);
00141:     }
00142: 

23 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::initializeStandaloneViewInstance()

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00086:     {
00087:         $parentView = $this->view;
00088:         $this->initializeStandaloneViewInstance();
00089: 
00090:         if (!is_array($conf)) {

22 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::render(array)

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

21 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject, array)

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

20 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "lib.contentElement")

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

19 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "textmedia")

/var/www/perspektivforum/web/typo3_src-8.7.37/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.'])) {

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00716:                 // Getting the cObject
00717:                 $timeTracker->incStackPointer();
00718:                 $content .= $this->cObjGetSingle($name, $conf, $key);
00719:                 $timeTracker->decStackPointer();
00720:             } else {

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

/var/www/perspektivforum/web/typo3_src-8.7.37/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:                     }

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "10")

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];
00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:             }
00684:         }

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

/var/www/perspektivforum/web/typo3_src-8.7.37/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) {

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00818:         // Render content
00819:         try {
00820:             $content .= $contentObject->render($configuration);
00821:         } catch (ContentRenderingException $exception) {
00822:             // Content rendering Exceptions indicate a critical problem which should not be

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00734:                     $contentObject = $this->getContentObject($name);
00735:                     if ($contentObject) {
00736:                         $content .= $this->render($contentObject, $conf);
00737:                     } else {
00738:                         // Call hook functions for extra processing

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

/var/www/perspektivforum/web/typo3_src-8.7.37/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00680:             if ((int)$theKey && strpos($theKey, '.') === false) {
00681:                 $conf = $setup[$theKey . '.'];
00682:                 $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00683:             }
00684:         }

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

/var/www/perspektivforum/web/typo3_src-8.7.37/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()

/var/www/perspektivforum/web/typo3_src-8.7.37/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)

/var/www/perspektivforum/web/typo3_src-8.7.37/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)

/var/www/perspektivforum/web/typo3_src-8.7.37/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()

/var/www/perspektivforum/web/typo3_src-8.7.37/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}()

/var/www/perspektivforum/web/typo3_src-8.7.37/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("/var/www/perspektivforum/web/typo3_src-8.7.37/typosysext/frontend/Resources/Private/Php/frontend.php")

/var/www/perspektivforum/web/typo3_src-8.7.37/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';