Bug #56392
vidi ModuleMenuView breaks typo3 git master
Status: | Resolved | Start date: | 2014-02-27 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | |||
Target version: | 0.3.0 |
Description
When vidi is loaded, current typo3 git master does not work anymore - extension manager and other modules cannot be accessed anymore; you'll get an error "The requested URL /typo3/null was not found on this server."
Removing the xclass loading code in ext_localconf.php
makes the problem go away.
This is caused by #55509, commit 6e9e5455ba0c656e50ce94bc08d988bba9ec642e
Related issues
History
#1 Updated by Matthias Eberlein over 1 year ago
I can confirm this Issue
#2 Updated by Christian Weiske over 1 year ago
This does now happen with TYPO3 6.2beta6.
#3 Updated by Martin Hummer over 1 year ago
can confirm.
works in beta5
breaks beta6
#4 Updated by Marian Pollzien over 1 year ago
Quickfix: Remove ModuleMenuView
override in ext_localconf.php
.
#5 Updated by Steffen Müller over 1 year ago
Removing the ModuleMenuView override will break compatibility with TYPO3 <= 6.1.
I'd rather add a condition which to check the version:
if (version_compare(TYPO3_branch, '6.1', '<=')) { ... }
#6 Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch master of project TYPO3CMS/Extensions/vidi has been pushed to the review server.
It is available at https://review.typo3.org/28310
#7 Updated by Steffen Müller over 1 year ago
- Status changed from New to Under Review
please test the changeset in gerrit and give feedback.
#8 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project TYPO3CMS/Extensions/vidi has been pushed to the review server.
It is available at https://review.typo3.org/28310
#9 Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master of project TYPO3CMS/Extensions/vidi has been pushed to the review server.
It is available at https://review.typo3.org/28310
#10 Updated by Steffen Müller over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:b625e9ae1f0015c5338ff99a9a79a4284ab12efd.
#11 Updated by Fabien Udriot over 1 year ago
- Target version set to 0.3.0