Edwin Martin writes:
We have a website running with Zope. We tried to install a package, but somehow, we installed string.py and split2.py in /usr/lib/zope and in a products directory.
They are both registered in the root of Zope management as external methods. How is this possible? External methods live only in "Extensions" subfolders.
Probable due to these string.py and split2.py, we are unable to submit HTML-forms. Not in the Zope management pages and not in our own forms. We cannot change our website anymore! What does it look like that you can not submit forms?
Do you get an error message? With a traceback? Tell us about it!
How do we get rid of the external methods? How can we solve this problem? We still cannot change our website. Almost surely, the external methods are not your problem.
Dieter