Hello
I'm looking for someone to give me a bid on fixing a problem I created. (See log file below)
this is Plone 6 classic installed via Docker on linux VPS server.. The issue is with the image "Plone6-backend". the other image is one i installed in a failed attempt to fix the problem. this second image isn't part of this problem
The problem was created when I tried installing Plone collective embed (collective.portlet.embed · PyPI) in Plone 6 classic. I had used this product in a previous setup and it solved a problem for me.
I didn't pay enough attention to the applicability to Plone 6. So, it installed properly (based on Docker logs); however, now I can't start either of my Plone instances (shit!).
I was wise enough to install on a test site; however, I was not wise enough to realize they share the same Zope instance - this caused both the test and the production site to be messed up
Basic question seems to be how to i undo the mistake and make my site happy again.
Anyone interested in looking into this issue and help fix, please contact me directly and I'll give the login credentials.
thanks
wayne glover
==============================================
Log file (there is more but I thought this might be enough)
File "/app/lib/python3.11/site-packages/zope/configuration/config.py", line 1077, in contained
return RootStackItem.contained(self, name, data, info)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/zope/configuration/config.py", line 897, in contained
factory = self.context.factory(self.context, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/zope/configuration/config.py", line 628, in factory
raise ConfigurationError("Unknown directive", ns, n)
zope.configuration.exceptions.ConfigurationError: ('Unknown directive', 'http://namespaces.zope.org/zope', 'includeDependencies')
File "/app/etc/site.zcml", line 14.2-14.23
File "/app/lib/python3.11/site-packages/Products/CMFPlone/configure.zcml", line 118.2-122.8
File "/app/lib/python3.11/site-packages/collective/portlet/embed/configure.zcml", line 9.2
[rileygirl@125 ~]$