Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GhitaB/6b346ba5aac8ecb38f6bc2ac112e7213 to your computer and use it in GitHub Desktop.
Save GhitaB/6b346ba5aac8ecb38f6bc2ac112e7213 to your computer and use it in GitHub Desktop.
Fix Plone Non-zero version length. Versions aren't supported
Errors:
ValueErrorZEO.zrpc.connection in call
Non-zero version length. Versions aren't supported
ReadConflictError: database read conflict error
Solution:
In plone container: execute shell
$ bin/instance debug
$ app._p_jar.root._root['zc.async']
$ del app._p_jar.root._root['zc.async']
$ import transaction
$ transaction.commit()
$ app._p_jar.root
<root: Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment