Uncaught TYPO3 Exception
#1: PHP Runtime Deprecation Notice: Non-static method tx_t3jquery::getConf() should not be called statically, assuming $this from incompatible context in /html/typo3/typo3conf/ext/t3jquery/class.tx_t3jquery.php line 29 (More information)

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

9 TYPO3\CMS\Core\Error\ErrorHandler::handleError(8192, "Non-static method tx_t3jquery::getConf() should noatically, assuming $this from incompatible context", "/html/typo3/typo3conf/ext/t3jquery/class.tx_t3jquery.php", 29, array)

/html/typo3/typo3conf/ext/t3jquery/class.tx_t3jquery.php:
00027:  ***************************************************************/
00028: 
00029: $confArr = tx_t3jquery::getConf();
00030: if ($_POST['data']['jQueryVersion']) {
00031:  $t3jqueryversion = $_POST['data']['jQueryVersion'];

8 require_once("/html/typo3/typo3conf/ext/t3jquery/class.tx_t3jquery.php")

/html/typo3/typo3temp/Cache/Code/cache_core/ext_localconf_4ea6f282426667794df78b6a499f15bb915bbe52.php:
01481:   $confArr = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['t3jquery']);
01482:   if ($confArr['alwaysIntegrate']) {
01483:    require_once(t3lib_extMgm::extPath('t3jquery').'class.tx_t3jquery.php');
01484:    tx_t3jquery::addJqJS();
01485:   }

7 require_once("/html/typo3/typo3temp/Cache/Code/cache_core/ext_lolconf_4ea6f282426667794df78b6a499f15bb915bbe52.php")

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Cache/Backend/SimpleFileBackend.php:
00362:    throw new \InvalidArgumentException('The specified entry identifier must not contain a path segment.', 1282073037);
00363:   }
00364:   return file_exists($pathAndFilename) ? require_once $pathAndFilename : FALSE;
00365:  }
00366: 

6 TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend::requireOnce("ext_localconf_4ea6f282426667794df78b6a499f15bb915bbe52")

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00070:   */
00071:  public function requireOnce($entryIdentifier) {
00072:   return $this->backend->requireOnce($entryIdentifier);
00073:  }
00074: 

5 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::requireOnce("ext_localconf_4ea6f282426667794df78b6a499f15bb915bbe52")

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php:
01534:    $codeCache = self::getCacheManager()->getCache('cache_core');
01535:    if ($codeCache->has($cacheIdentifier)) {
01536:     $codeCache->requireOnce($cacheIdentifier);
01537:    } else {
01538:     self::loadSingleExtLocalconfFiles();

4 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtLocalconf(boolean)

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Core/Bootstrap.php:
00696:   */
00697:  protected function loadAdditionalConfigurationFromExtensions($allowCaching = TRUE) {
00698:   Utility\ExtensionManagementUtility::loadExtLocalconf($allowCaching);
00699:   return $this;
00700:  }

3 TYPO3\CMS\Core\Core\Bootstrap::loadAdditionalConfigurationFromExtensions(boolean)

/html/typo3/typo3_src-6.2.57/typo3/sysext/core/Classes/Core/Bootstrap.php:
00365:   */
00366:  public function loadTypo3LoadedExtAndExtLocalconf($allowCaching = TRUE) {
00367:   $this->loadAdditionalConfigurationFromExtensions($allowCaching);
00368:   return $this;
00369:  }

2 TYPO3\CMS\Core\Core\Bootstrap::loadTypo3LoadedExtAndExtLocalconf(boolean)

/html/typo3/typo3_src-6.2.57/typo3/sysext/cms/tslib/index_ts.php:
00033:  ->startOutputBuffering()
00034:  ->loadConfigurationAndInitialize()
00035:  ->loadTypo3LoadedExtAndExtLocalconf(TRUE)
00036:  ->applyAdditionalConfigurationSettings();
00037: 

1 require("/html/typo3/typo3_src-6.2.57/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3/typo3_src-6.2.57/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');