Bug #25251
closedEdit of Usergroup not possible after upgrade from 4.3.9 to 4.5
0%
Description
It is not possible to edit an already existing usergroup after an Update from 4.3.9 to 4.5. If I try to safe the form, the following message appears:
"Validating the security token of this form has failed. Please reload the form and submit it again."
I do have a nearly similar installation. I also updated from 4.3.9 and I did not have these problems.
I manupulated
t3lib/formprotection/class.t3lib_formprotection_abstract.php
I just set in validateToken() the variable
$isValid to "TRUE"
The problem disappeared, but I guess this is not realy a promissing solution... ;-)
(issue imported from #M17859)
Updated by Chris topher over 13 years ago
Hi Christian,
can you please update to TYPO3 4.5.2 and test, if the issue is still present there?
There were some fixes inbetween and it might already be fixed...
Updated by Christian Obermann over 13 years ago
Hi Christopher,
I updated to 4.5.2, unfortunatly the problem still occures.
Updated by Helmut Hummel over 13 years ago
Hi Christian,
please check for extensions not compatible with 4.5. Known extensions causing troubles are kb_nescefe, be_acl. But also other extensions (especially when using XCLASS) can cause troubles.
Updated by Helmut Hummel over 13 years ago
Is this still an issue? Can you confirm it in a base installation, with no extensions?
Updated by Christian Nilsson over 13 years ago
I had this issue after updating from 4.3 to 4.4 and then on to 4.5.
Removing be_acl solved the problem, it also made BE more pretty smile.
Updated by Steffen Gebert over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0)
Please ask the author of be_acl to provide an updated version of the extension.
Updated by Ernesto Baschny over 13 years ago
Check out http://bugs.typo3.org/view.php?id=17533. This has been solved in be_acl 1.4.2.
This is a duplicate of #24922