Uncaught TYPO3 Exception
#1: PHP Runtime Deprecation Notice: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_base has a deprecated constructor in /mnt/web101/c0/86/5440986/htdocs/typo/typo3conf/ext/drk_adressen/Resources/PHP/NuSOAP/nusoap.php line 85 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

35 TYPO3\CMS\Core\Error\ErrorHandler::handleError(8192, "Methods with the same name as their class will notn of PHP; nusoap_base has a deprecated constructor", "/mnt/web101/c0/86/5440986/htdocs/typo/typo3conf/ext/drk_adressen/Resources/PHP/NuSOAP/nusoap.php", 85, array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3conf/ext/drk_adressen/Classes/Domain/Repository/OrganisationRepository.php:
00030: use TYPO3\CMS\Extbase\Object\ObjectManager;
00031: 
00032: require_once ExtensionManagementUtility::extPath('drk_adressen') . 'Resources/PHP/NuSOAP/nusoap.php';
00033: 
00034: class OrganisationRepository

34 require_once()

/mnt/web101/c0/86/5440986/htdocs/typo/typo3conf/ext/drk_adressen/Classes/Domain/Repository/OrganisationRepository.php:
00030: use TYPO3\CMS\Extbase\Object\ObjectManager;
00031: 
00032: require_once ExtensionManagementUtility::extPath('drk_adressen') . 'Resources/PHP/NuSOAP/nusoap.php';
00033: 
00034: class OrganisationRepository

33 include("/mnt/web101/c0/86/5440986/htdocs/typo/typo3conf/exasses/Domain/Repository/OrganisationRepository.php")

/mnt/web101/c0/86/5440986/htdocs/typo/vendor/composer/ClassLoader.php:
00442: function includeFile($file)
00443: {
00444:     include $file;
00445: }

32 Composer\Autoload\includeFile("/home/strato/http/premium/rid/09/86/5440986/htdocsasses/Domain/Repository/OrganisationRepository.php")

/mnt/web101/c0/86/5440986/htdocs/typo/vendor/composer/ClassLoader.php:
00320:     {
00321:         if ($file = $this->findFile($class)) {
00322:             includeFile($file);
00323: 
00324:             return true;

31 Composer\Autoload\ClassLoader::loadClass("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")

/mnt/web101/c0/86/5440986/htdocs/typo/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:
00128:      */
00129:     public function loadClass($className) {
00130:         $classFound = $this->composerClassLoader->loadClass($className);
00131:         if (!$classFound && !$this->caseSensitiveClassLoading) {
00132:             $classFound = $this->composerClassLoader->loadClass(strtolower($className));

30 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClass("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")

/mnt/web101/c0/86/5440986/htdocs/typo/vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:
00118:     {
00119:         $originalClassName = $this->getOriginalClassName($className);
00120:         return $originalClassName ? $this->loadOriginalClassAndSetAliases($originalClassName) : $this->loadClass($className);
00121:     }
00122: 

29 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClassWithAlias("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")
28 spl_autoload_call("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")
27 class_exists("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04610:     protected static function getClassName($className)
04611:     {
04612:         if (class_exists($className)) {
04613:             while (static::classHasImplementation($className)) {
04614:                 $className = static::getImplementationForClass($className);

26 TYPO3\CMS\Core\Utility\GeneralUtility::getClassName("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04530:             $finalClassName = static::$finalClassNameCache[$className];
04531:         } else {
04532:             $finalClassName = self::getClassName($className);
04533:             static::$finalClassNameCache[$className] = $finalClassName;
04534:         }

25 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("Frs\DrkAdressen\Domain\Repository\OrganisationRepository", NULL)
24 call_user_func_array(array, array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/Container/Container.php:
00207:         $constructorArguments = $this->getConstructorArguments($className, $classInfo, $givenConstructorArguments);
00208:         array_unshift($constructorArguments, $className);
00209:         $instance = call_user_func_array([\TYPO3\CMS\Core\Utility\GeneralUtility::class, 'makeInstance'], $constructorArguments);
00210:         if ($classIsSingleton) {
00211:             $this->singletonInstances[$className] = $instance;

23 TYPO3\CMS\Extbase\Object\Container\Container::instanciateObject(TYPO3\CMS\Extbase\Object\Container\ClassInfo, array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/Container/Container.php:
00179:             $this->prototypeObjectsWhichAreCurrentlyInstanciated[$className] = true;
00180:         }
00181:         $instance = $this->instanciateObject($classInfo, $givenConstructorArguments);
00182:         $this->injectDependencies($instance, $classInfo);
00183:         $this->initializeObject($instance, $classInfo);

22 TYPO3\CMS\Extbase\Object\Container\Container::getInstanceInternal("Frs\DrkAdressen\Domain\Repository\OrganisationRepository")

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/Container/Container.php:
00227:         }
00228:         foreach ($classInfo->getInjectMethods() as $injectMethodName => $classNameToInject) {
00229:             $instanceToInject = $this->getInstanceInternal($classNameToInject);
00230:             if (
00231:                 $classInfo->getIsSingleton() && !$instanceToInject instanceof \TYPO3\CMS\Core\SingletonInterface

21 TYPO3\CMS\Extbase\Object\Container\Container::injectDependencies(Frs\DrkAdressen\Controller\OrganisationController, TYPO3\CMS\Extbase\Object\Container\ClassInfo)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/Container/Container.php:
00180:         }
00181:         $instance = $this->instanciateObject($classInfo, $givenConstructorArguments);
00182:         $this->injectDependencies($instance, $classInfo);
00183:         $this->initializeObject($instance, $classInfo);
00184:         if (!$classIsSingleton) {

20 TYPO3\CMS\Extbase\Object\Container\Container::getInstanceInternal("Frs\DrkAdressen\Controller\OrganisationController", array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/Container/Container.php:
00124:     {
00125:         $this->prototypeObjectsWhichAreCurrentlyInstanciated = [];
00126:         return $this->getInstanceInternal($className, $givenConstructorArguments);
00127:     }
00128: 

19 TYPO3\CMS\Extbase\Object\Container\Container::getInstance("Frs\DrkAdressen\Controller\OrganisationController", array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Object/ObjectManager.php:
00097:             $instance = call_user_func_array([\TYPO3\CMS\Core\Utility\GeneralUtility::class, 'makeInstance'], $arguments);
00098:         } else {
00099:             $instance = $this->objectContainer->getInstance($objectName, $arguments);
00100:         }
00101:         return $instance;

18 TYPO3\CMS\Extbase\Object\ObjectManager::get("Frs\DrkAdressen\Controller\OrganisationController")

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00113:     {
00114:         $controllerObjectName = $request->getControllerObjectName();
00115:         $controller = $this->objectManager->get($controllerObjectName);
00116:         if (!$controller instanceof \TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface) {
00117:             throw new \TYPO3\CMS\Extbase\Mvc\Exception\InvalidControllerException('Invalid controller "' . $request->getControllerObjectName() . '". The controller must implement the TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ControllerInterface.', 1202921619);

17 TYPO3\CMS\Extbase\Mvc\Dispatcher::resolveController(TYPO3\CMS\Extbase\Mvc\Web\Request)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00082:                 throw new \TYPO3\CMS\Extbase\Mvc\Exception\InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @ignorevalidation annotation is missing on re-displaying a form with validation errors.', 1217839467);
00083:             }
00084:             $controller = $this->resolveController($request);
00085:             try {
00086:                 $controller->processRequest($request, $response);

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00067:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00068:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00069:         $this->dispatcher->dispatch($request, $response);
00070:         return $response;
00071:     }

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00204:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00205: 
00206:         $response = $requestHandler->handleRequest();
00207:         // If response is NULL after handling the request we need to stop
00208:         // This happens for instance, when a USER object was converted to a USER_INT

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

13 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
12 call_user_func_array(array, array)

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07320:                     ], [
07321:                         $content,
07322:                         $conf
07323:                     ]);
07324:                 } else {

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03577:                             break;
03578:                         case 'FUNC':
03579:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03580:                             break;
03581:                         case 'POSTUSERFUNC':

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03522:             $INTiS_config = $this->config['INTincScript'];
03523:             $this->INTincScript_includeLibs($INTiS_config);
03524:             $this->INTincScript_process($INTiS_config);
03525:             // Check if there were new items added to INTincScript during the previous execution:
03526:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03488:         }
03489: 
03490:         $this->recursivelyReplaceIntPlaceholdersInContent();
03491:         $this->getTimeTracker()->push('Substitute header section');
03492:         $this->INTincScript_loadJSCode();

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00230:         if ($this->controller->isINTincScript()) {
00231:             $this->timeTracker->push('Non-cached objects', '');
00232:             $this->controller->INTincScript();
00233:             $this->timeTracker->pull();
00234:         }

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

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

/mnt/web101/c0/86/5440986/htdocs/typo/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

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

/mnt/web101/c0/86/5440986/htdocs/typo/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/mnt/web101/c0/86/5440986/htdocs/typo/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });