[Zope] Zope messed up

Edwin Martin e.j.martin@chello.nl
Thu, 08 Feb 2001 22:39:48 +0100


Thank for your response.

Yesterday, Phil Harris gave me the solution:

>Have you tried something like:
>http://yourserver/manage_delObjects?ids=string
>and
>http://yourserver/manage_delObjects?ids=split2
>might work, you never know.

After this, I only had to restart Zope and my problems were gone :-)))

Bye,
Edwin Martin.

At 20:34 8-2-2001 +0100, Dieter Maurer wrote:
>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.