Actions
Bug #25251
closedEdit of Usergroup not possible after upgrade from 4.3.9 to 4.5
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions