Actions
Bug #78994
closedModule wizard_link_browser is not configured.
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2016-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Error by trying to add a media via icon at HTML 5 Additions using Typo 7.6.14.
Uncaught TYPO3 Exception #1289918325: Module wizard_link_browser is not configured. (More information) RuntimeException thrown in file /var/customers/webs/typo3_src-7.6.14/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php in line 262. 7 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::getModuleConfiguration("wizard_link_browser") /var/customers/webs/typo3_src-7.6.14/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php: 00173: protected function dispatchModule($moduleName) 00174: { 00175: $moduleConfiguration = $this->getModuleConfiguration($moduleName); 00176: 00177: /** @var Response $response */ 6 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::dispatchModule("wizard_link_browser") /var/customers/webs/typo3_src-7.6.14/typo3/sysext/backend/Classes/Http/BackendModuleRequestHandler.php: 00090: $moduleName = (string)$this->request->getQueryParams()['M']; 00091: if ($this->isDispatchedModule($moduleName)) { 00092: return $this->dispatchModule($moduleName); 00093: } else { 00094: // @deprecated: This else path is deprecated and throws deprecations logs at registration time. Can be removed with TYPO3 CMS 8. 5 TYPO3\CMS\Backend\Http\BackendModuleRequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest) /var/customers/webs/typo3_src-7.6.14/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: } 4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest) /var/customers/webs/typo3_src-7.6.14/typo3/sysext/backend/Classes/Http/Application.php: 00092: } 00093: 00094: $this->bootstrap->handleRequest($this->request); 00095: 00096: if ($execute !== null) { 3 TYPO3\CMS\Backend\Http\Application::run() /var/customers/webs/typo3_src-7.6.14/typo3/index.php: 00018: call_user_func(function () { 00019: $classLoader = require __DIR__ . '/../vendor/autoload.php'; 00020: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run(); 00021: }); 2 {closure}() 1 call_user_func(Closure) /var/customers/webs/typo3_src-7.6.14/typo3/index.php: 00019: $classLoader = require __DIR__ . '/../vendor/autoload.php'; 00020: (new \TYPO3\CMS\Backend\Http\Application($classLoader))->run(); 00021: });
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Needs Feedback
Thanks for creating this issue. can you please explain how this issue can be reproduced? thanks!
Updated by Marco Huber almost 8 years ago
This is how I could reproduce this issue:
- Use TYPO3 7.6
- Install EXT:mediace 7.6.3
- Create new content element "Media"
- Aktivate "HTML5 / accessible rendering"
- Try to use the link wizard in the tab "HTML5 Additions", field "Video sources for HTML5 <video> element", "Path or URL to captions file" or "audio description for videos"
I created a pull request to fix this issue: https://github.com/FriendsOfTYPO3/mediace/pull/25
Updated by Riccardo De Contardi almost 8 years ago
- Status changed from Needs Feedback to New
Updated by Leonie Philine over 7 years ago
- % Done changed from 0 to 100
Fixed with EXT:mediace 7.6.4.
Actions