Actions
Bug #60860
closed"Add Media" button in tt_content-elements fails as user
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hello,
as a user with all possible access-rights I can no longer add media to a content-element after upgrading from 4.6 to 6.2.
way to reproduce:
- log in as user
- edit content
- open tab "images"
- click on button "Add Media"
no file browser opens (no popup-blocker or anything else)
console says:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.[DOMAIN]/typo3/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js Uncaught Error: Script error for: TYPO3/CMS/Backend/FormEngine http://requirejs.org/docs/errors.html#scripterror require-6856d9551a6895234d6cabdf739abd71.js.gzip:141 RTE[data_tt_content__452__bodytext_][HTMLArea.Editor::onFrameworkReady]: Editor ready. merged-193fb2ed2e75b7c82167917430627591-e00ebd74026b724d32151409f2eb7efa.js.gzip?1407133364:795 Uncaught ReferenceError: setFormValueOpenBrowser is not defined alt_doc.php?returnUrl=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D4&edit[tt_content][45…:567
While creating a new content element adding one file works as expected - if trying to add a second file -> same issue.
As administrator everything works fine and as expected.
URL for FormEngine.js above should be:
http://www.[DOMAIN]/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
(with only one /typo3 in path)
Quick Workaround:
- setting a redirect for that file
Files
Actions