Bug #51472
closedExtension Manager No ACCESS - Required argument "uri" was not supplied
0%
Description
after latest pull no access to extension manager:
Oops, an error occurred!
Required argument "uri" was not supplied.
- Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1237823699: Required argument "uri" was not supplied. | TYPO3\CMS\Fluid\Core\Parser\Exception thrown in file /var/www/virtual/domain/TYPO3.CMS/typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php in line 545. Requested URL: http://domain.tdl/typo3/mod.php?M=tools_ExtensionmanagerExtensionmanager
Same issue on two diff TYPO3 6.1.4dev installations.
1. PHP Version 5.4.16
2. PHP Version 5.5.2
Updated by Philipp Gampe about 11 years ago
- Status changed from New to Needs Feedback
- Target version changed from 2463 to next-patchlevel
Can you please specify the revision that cause the error? Does it happen in the TYPO3_6-1
branch head?
Is it that commit? https://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff/266e98a5228f99eb00b2784fc04fcecfda665734
Updated by Matthias Eberlein about 11 years ago
Hi Philipp,
Yes, branch head ist TYPO3_6-1.
When i go back to git checkout TYPO3_6-1-3 EM works fine.
I think that is this
https://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff/266e98a5228f99eb00b2784fc04fcecfda665734
commit.
greetings
Matthias
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to New
- Assignee set to Nicole Cordes
The backport of #50234 to 6.1 and 6.0 is faulty. https://review.typo3.org/#/c/23376/
Since TYPO3 CMS 6.2 the uri for <f:be.buttons.icon /> isn't required any more, but for 6.0 and 6.1 it is. In the backport an empty uri was forgotten.
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Closed
- Assignee deleted (
Nicole Cordes) - Target version deleted (
next-patchlevel)
Fixed in #51585