Hello
After upgrading an old Plone-Site from 4.1.x all the way over 4.2.x to 4.3.15 I want to do the latest step to version 5.0.7.
I can do buildout - and in my view it does not look so bad - and after do plonectl start
I can access the site via localhost:8080
but then it's getting weird:
I click on Upgrade, enter the credentials and then I get an error-page in the browser
Site Error
An error was encountered while publishing this resource.
Sorry, a site error occurred.
Traceback (innermost last):
Module ZPublisher.Publish, line 249, in publish_module_standard Module ZPublisher.Publish, line 197, in publish Module zope.event, line 31, in notify Module zope.component.event, line 24, in dispatch Module zope.component._api, line 136, in subscribers Module zope.component.registry, line 321, in subscribers Module ZODB.Connection, line 860, in setstate Module ZODB.Connection, line 914, in _setstate Module ZODB.serialize, line 613, in setGhostState Module zope.component.persistentregistry, line 40, in __setstate__ Module zope.interface.adapter, line 91, in _createLookup Module zope.interface.adapter, line 439, in __init__ Module zope.interface.adapter, line 476, in init_extendors Module zope.interface.adapter, line 480, in add_extendor
AttributeError: type object 'IFieldValueSetter' has no attribute 'iro'
Troubleshooting Suggestions
The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
After this I cannot enter the main url anymore - I get the error
Site Error
An error was encountered while publishing this resource.
Sorry, a site error occurred.
Traceback (innermost last):
Module ZPublisher.Publish, line 247, in publish_module_standard Module zope.publisher.skinnable, line 47, in setDefaultSkin Module ZODB.Connection, line 857, in setstate
ConnectionStateError: Shouldn't load state for 0x0651 when the connection is closed
Troubleshooting Suggestions
The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
To me, that is very strange. From what I have read in the documentation I have removed my subskins theme and disabled the add-on before doing upgrade to 5 - but still no success... I tried several times an upgrade to several versions of Plone: Always with the same sympthom...
At pastebin you can find the latest error messages from /work/plone/zinstance/var/log/instance.log:
https://pastebin.com/keCjQUEe
Due to one error I've seen I searched and looked into the topic Cleaning up a wicked mess but i didn't get, what I could do at what place in what state: quite lost at this stage...
Would be nice getting a hint, how to proceed - thank you very much!
Kind regards
David