Hello, At our site, someone installed the Python functions split2 and string in the Zope root. Due to some error, we cannot post anything now: we can't add articles and we cannot use the Zope content management page. We tried removing removing split2 and string. We can remove is from the harddisk, but it's still in the Zope management page. The management functions (rename, delete) still won't work. Please: how can I delete something from the Zope database with defunct Zope management forms?? Thanks, Edwin. --- Surf Edwin Martin's brainwaves: http://www.bitstorm.org/edwin/
On Tue, Feb 06, 2001 at 05:32:22PM +0100, Edwin Martin wrote:
Please: how can I delete something from the Zope database with defunct Zope management forms??
Have you tried to shutdown Zope thru the Medusa monitor service? I've never tried this route, but perhaps it will work. -- Roberto Lupi
Roberto Lupi suggested:
Please: how can I delete something from the Zope database with defunct Zope management forms??
Have you tried to shutdown Zope thru the Medusa monitor service?
I did stop en restart Zope, without success. Here is the problem again, refrased: 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. 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! We deleted string.py and split2.py from the harddisk, but they are still registered in Zope as external methods. We also upgraded from 2.1.6 to 2.2.4 (under Debian), to no avail. How do we get rid of the external methods? How can we solve this problem? We still cannot change our website. Any help is greatly appreciated. Edwin Martin.
Edwin, Have you tried something like: http://yourserver/manage_delObjects?ids=string and http://yourserver/manage_delObjects?ids=split2 might work, you never know. Phil ----- Original Message ----- From: "Edwin Martin" <e.j.martin@chello.nl> To: <zope@zope.org> Sent: Wednesday, February 07, 2001 4:18 PM Subject: Re: [Zope] Zope messed up
Roberto Lupi suggested:
Please: how can I delete something from the Zope database with defunct Zope management forms??
Have you tried to shutdown Zope thru the Medusa monitor service?
I did stop en restart Zope, without success.
Here is the problem again, refrased:
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.
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!
We deleted string.py and split2.py from the harddisk, but they are still registered in Zope as external methods.
We also upgraded from 2.1.6 to 2.2.4 (under Debian), to no avail.
How do we get rid of the external methods? How can we solve this problem? We still cannot change our website.
Any help is greatly appreciated.
Edwin Martin.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Edwin Martin -
Phil Harris -
Roberto Lupi