Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't save modified layout in Plone 5 #651

Closed
hvelarde opened this issue Aug 18, 2016 · 0 comments · Fixed by #655
Closed

Can't save modified layout in Plone 5 #651

hvelarde opened this issue Aug 18, 2016 · 0 comments · Fixed by #655
Assignees
Labels

Comments

@hvelarde
Copy link
Member

Plone 5.0.5 with collective.cover installed from master branch (1.2b2, unreleased).

After creating a cover object with Layout A, access the Layout tab, make some modifications and try to save them; the following error is shown:

2016-08-18 12:17:07 ERROR plone.transformchain Unexpected error whilst trying to apply transform chain
Traceback (most recent call last):
  File "/home/hvelarde/.buildout/eggs/plone.transformchain-1.2.0-py2.7.egg/plone/transformchain/transformer.py", line 49, in __call__
    newResult = handler.transformIterable(result, encoding)
  File "/home/hvelarde/.buildout/eggs/plone.protect-3.0.18-py2.7.egg/plone/protect/auto.py", line 158, in transformIterable
    if not self.check():
  File "/home/hvelarde/.buildout/eggs/plone.protect-3.0.18-py2.7.egg/plone/protect/auto.py", line 177, in check
    return self._check()
  File "/home/hvelarde/.buildout/eggs/plone.protect-3.0.18-py2.7.egg/plone/protect/auto.py", line 201, in _check
    check(self.request, manager=self.key_manager)
  File "/home/hvelarde/.buildout/eggs/plone.protect-3.0.18-py2.7.egg/plone/protect/authenticator.py", line 113, in check
    raise Forbidden('Form authenticator is invalid.')
Forbidden: Form authenticator is invalid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants