Bug #49918
closedPermissions backend module not accessible
100%
Description
When trying to open the permissions editor for a record (through the List view), I get the following errors in the Apache log:
PHP Notice: Undefined variable: LANG in /var/www/typo3/typo3_src-6.1.1/typo3/sysext/perm/mod1/index.php on line 35, referer: http://host/typo3/mod.php?&id=0&M=web_list&SET[bigControlPanel]=1 PHP Fatal error: Call to a member function includeLLFile() on a non-object in /var/www/typo3/typo3_src-6.1.1/typo3/sysext/perm/mod1/index.php on line 35, referer: http://host/typo3/mod.php?&id=0&M=web_list&SET[bigControlPanel]=1
I first noticed the blank BE page on http://bootstrap.typo3cms.demo.typo3.org/typo3/backend.php so I assume this isn't an issue specific to my installation.
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- TYPO3 Version changed from 6.1 to 6.0
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22226
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22228
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22229
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 94cef16ad3396a3e9d36d97c0f1b486a8eb1d3ac.
Updated by Oliver Salzburg over 11 years ago
Great work. Thanks for handling it so quickly :)