Uncaught TYPO3 Exception
#1: PHP Warning: Declaration of TYPO3\CMS\IndexedSearch\Controller\SearchFormController::pi_list_browseresults($showResultCount = true, $addString = '', $addPart = '', $freeIndexUid = -1) should be compatible with TYPO3\CMS\Frontend\Plugin\AbstractPlugin::pi_list_browseresults($showResultCount = 1, $tableParams = '', $wrapArr = Array, $pointerName = 'pointer', $hscText = true, $forceOutput = false) in /html/typo3/typo3_src-7.6.2/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php line 2504 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/html/typo3/typo3_src-7.6.2/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.

20 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "Declaration of TYPO3\CMS\IndexedSearch\Controller\ 'pointer', $hscText = true, $forceOutput = false)", "/html/typo3/typo3_src-7.6.2/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php", 2504, array)

/html/typo3/typo3_src-7.6.2/vendor/composer/ClassLoader.php:
00410: function includeFile($file)
00411: {
00412:     include $file;
00413: }

19 include()

/html/typo3/typo3_src-7.6.2/vendor/composer/ClassLoader.php:
00410: function includeFile($file)
00411: {
00412:     include $file;
00413: }

18 Composer\Autoload\includeFile("/html/typo3/typo3_src-7.6.2/typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php")

/html/typo3/typo3_src-7.6.2/vendor/composer/ClassLoader.php:
00299:     {
00300:         if ($file = $this->findFile($class)) {
00301:             includeFile($file);
00302: 
00303:             return true;

17 Composer\Autoload\ClassLoader::loadClass("TYPO3\CMS\IndexedSearch\Controller\SearchFormController")

/html/typo3/typo3_src-7.6.2/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));

16 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClass("TYPO3\CMS\IndexedSearch\Controller\SearchFormController")

/html/typo3/typo3_src-7.6.2/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: 

15 TYPO3\ClassAliasLoader\ClassAliasLoader::loadClassWithAlias("TYPO3\CMS\IndexedSearch\Controller\SearchFormController")
14 spl_autoload_call("TYPO3\CMS\IndexedSearch\Controller\SearchFormController")
13 class_exists("TYPO3\CMS\IndexedSearch\Controller\SearchFormController")

/html/typo3/typo3_src-7.6.2/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07702:     protected function isClassAvailable($className, array $config = null)
07703:     {
07704:         if (class_exists($className)) {
07705:             return true;
07706:         }

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::isClassAvailable("TYPO3\CMS\IndexedSearch\Controller\SearchFormController", array)

/html/typo3/typo3_src-7.6.2/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07303:             // Class
07304:             // Check whether class is available and try to reload includeLibs if possible:
07305:             if ($this->isClassAvailable($parts[0], $conf)) {
07306:                 $classObj = GeneralUtility::makeInstance($parts[0]);
07307:                 if (is_object($classObj) && method_exists($classObj, $parts[1])) {

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\IndexedSearch\Controller\SearchFormController->main", array, "")

/html/typo3/typo3_src-7.6.2/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)

/html/typo3/typo3_src-7.6.2/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)

/html/typo3/typo3_src-7.6.2/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)

/html/typo3/typo3_src-7.6.2/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03564:                             break;
03565:                         case 'FUNC':
03566:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03567:                             break;
03568:                         case 'POSTUSERFUNC':

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

/html/typo3/typo3_src-7.6.2/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03509:             $INTiS_config = $this->config['INTincScript'];
03510:             $this->INTincScript_includeLibs($INTiS_config);
03511:             $this->INTincScript_process($INTiS_config);
03512:             // Check if there were new items added to INTincScript during the previous execution:
03513:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/html/typo3/typo3_src-7.6.2/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03475:         }
03476: 
03477:         $this->recursivelyReplaceIntPlaceholdersInContent();
03478:         $this->getTimeTracker()->push('Substitute header section');
03479:         $this->INTincScript_loadJSCode();

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

/html/typo3/typo3_src-7.6.2/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)

/html/typo3/typo3_src-7.6.2/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

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

/html/typo3/typo3_src-7.6.2/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()

/html/typo3/typo3_src-7.6.2/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}()

/html/typo3/typo3_src-7.6.2/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });