Uncaught TYPO3 Exception
#1365429656: TYPO3 Fatal Error: Extension key "realurl" is NOT loaded! (More information)

BadFunctionCallException thrown in file
/path/to/typo3/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php in line 118.

7 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath("realurl")

/path/to/typo3/typo3temp/Cache/Code/cache_core/ext_tables_fd96a0719f78a4147cd7d5b9be2824e29636aa02.php:
04305:   'web_info',
04306:   'tx_realurl_modfunc1',
04307:   t3lib_extMgm::extPath($_EXTKEY) . 'modfunc1/class.tx_realurl_modfunc1.php',
04308:   'LLL:EXT:realurl/locallang_db.xml:moduleFunction.tx_realurl_modfunc1',
04309:   'function',

6 require_once("/Applications/MAMP/htdocs/Netcreators/coda-apeldooables_fd96a0719f78a4147cd7d5b9be2824e29636aa02.php")

/path/to/typo3/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: 

5 TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend::requireOnce("ext_tables_fd96a0719f78a4147cd7d5b9be2824e29636aa02")

/path/to/typo3/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00080:   */
00081:  public function requireOnce($entryIdentifier) {
00082:   return $this->backend->requireOnce($entryIdentifier);
00083:  }
00084: 

4 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::requireOnce("ext_tables_fd96a0719f78a4147cd7d5b9be2824e29636aa02")

/path/to/typo3/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php:
01663:    $codeCache = self::getCacheManager()->getCache('cache_core');
01664:    if ($codeCache->has($cacheIdentifier)) {
01665:     $codeCache->requireOnce($cacheIdentifier);
01666:    } else {
01667:     self::loadSingleExtTablesFiles();

3 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadExtTables(boolean)

/path/to/typo3/typo3/sysext/core/Classes/Core/Bootstrap.php:
00915:  public function loadExtensionTables($allowCaching = TRUE) {
00916:   Utility\ExtensionManagementUtility::loadBaseTca($allowCaching);
00917:   Utility\ExtensionManagementUtility::loadExtTables($allowCaching);
00918:   $this->executeExtTablesAdditionalFile();
00919:   $this->runExtTablesPostProcessingHooks();

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

/path/to/typo3/typo3/init.php:
00067:  ->checkSslBackendAndRedirectIfNeeded()
00068:  ->checkValidBrowserOrDie()
00069:  ->loadExtensionTables(TRUE)
00070:  ->initializeSpriteManager()
00071:  ->initializeBackendUser()

1 require("/path/to/typo3/typo3/init.php")

/path/to/typo3/typo3/ajax.php:
00055: }
00056: 
00057: require __DIR__ . '/init.php';
00058: 
00059: // Finding the script path from the registry