Bug #25835
Changing page permissions fails
| Status: | Resolved | Start date: | 2011-04-07 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When attempting to change the permissions of a page, BE ACL throws this error:
Fatal error: Call to undefined method t3lib_TCEforms::getHiddenTokenField() in /typo3conf/ext/be_acl/res/class.ux_sc_mod_web_perm_index.php on line 478
I'm running Typo3 4.4.6 with PHP 5.2.
Thanks.
~Chris
History
Updated by Chris Mueller about 2 years ago
Have you applied the patch from #13019? The security token was introduced in TYPO3 4.5, so of course you get an error on a TYPO3 4.4 installation. Just revert the patch and it should work.
Updated by Jan Bartels about 2 years ago
Please try svn-46550 (1.4.2-alpha)
Should work on 4.4 (tested) and 4.5 (not tested).
Updated by Jan Bartels about 2 years ago
- Status changed from New to Under Review
Updated by Chris Mueller about 2 years ago
Tested it with be_acl 1.4.2-alpha and TYPO3 4.5.2 and it works.
Updated by Jan Bartels about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Released 1.4.2 to TER