Bug #71066
closedAccess denied to table tt_content for users
0%
Description
Non admin be-users can't edit any content.
They have this message :
Access to table tt_content for user 8 was denied by a makeEditForm_accessCheck hook 1437689705
The same non admin configuration worked in Typo3 7.4.
Anything new to configure ?
Updated by Morton Jonuschat about 9 years ago
- Status changed from New to Needs Feedback
There was a huge rewrite of the FormEngine in 7.5 where a lot of things changed. Please check the changelog for TYPO3 CMS 7.5 for all the details regarding important and breaking changes. From the error message it seems to happen within a hook, there is a good chance that the parameters passed to the hook have changed and an update is needed.
Updated by Antoine Bouet about 9 years ago
Thank you for your answer, I've uninstalled all the non-core extensions to find the solution.
The extension "DCE" was guilty.
We can close this ticket :)
Updated by Riccardo De Contardi about 9 years ago
- Status changed from Needs Feedback to Closed
Thank you for your findings.
Closed on request of the reporter.