looks like this is the final test run before also updating my live site to Python 3.
When I run zodbupate work/zope3/bin/zodbupdate --pack --convert-py3 --encoding utf-8 --file work/zeo3/db-bliss/Data.fs
I get the following warning: Warning: Missing factory for App.Product ProductFolder
The script runs and shows no errors, though.
Is this something I should care about? What exactly does this mean and why do I get this message?
Thank you!
P.S.: zodbverify does not show any problems for the converted db
This is likely due to the removed App.Product module in Zope >= 4.x ... AFAIK this is the "Product Management" link in the Control_Panel which doesn't exist anymore.