[Zope-dev] Strange crash/startup error

2002-05-20 Thread Scott Burton
Hello, recently my Zope install of 2.5.1 had crashed and will not start back up. Everything was working while I was testing an external method. After I ran another test, Zope stopped responding. I looked on the server and the service was still running. I tried to restart and got this error.

[Zope-dev] Transaction error on Zopesite DB

2002-02-05 Thread Scott Burton
I keep getting a transaction error which renders my entire ODB unwritable on Zopesite.com just about everyday. I can go in and repair it with fsrecover fine. It comes back up just great and I can write to the DB again. A day later same transaction error. I have thousands and thousands of

Re: [Zope] Running Zope

2000-12-02 Thread scott Burton
-- Original Message -- From: Norm LaDuke [EMAIL PROTECTED] Date: Sat, 02 Dec 2000 19:17:50 -0600 Can anyone out there tell me why anyone would use a product whose tutorial won't even run. You guys are either INFINITELY more patient than I or you all

[Zope] more __len__ errors

2000-10-28 Thread Scott Burton
I am having a intermittent problem with ZCatalog(I think). I have a couple of products that are catalog-aware and have been working. Then, out of nowhere if I call dtml-in "Catalog(meta_type='object')" I get a __len__ error, when a few minutes before it worked. I looked at the undo list to see if

Re: [Zope] more __len__ errors

2000-10-28 Thread Scott Burton
from my server. Here are some server specs: Zope 2.1.6 on Caldera Open Linux 2.3 if that helps. From: Chris McDonough [EMAIL PROTECTED] Date: Sat, 28 Oct 2000 08:34:46 -0400 To: Scott Burton [EMAIL PROTECTED] Cc: Zope List [EMAIL PROTECTED] Subject: Re: [Zope] more __len__ errors Scott

Re: [Zope] more __len__ errors

2000-10-28 Thread Scott Burton
methods etc. . I also run another Zope server with 2.2 on it and have had over 1,500 Catalog-aware objects in the catalog with no problems. So I figured it was 2.1.6 Scott From: Chris McDonough [EMAIL PROTECTED] Date: Sat, 28 Oct 2000 14:34:53 -0400 To: Scott Burton [EMAIL PROTECTED] Cc

Re: [Zope] more __len__ errors

2000-10-28 Thread Scott Burton
.(hopefully) From: Chris McDonough [EMAIL PROTECTED] Date: Sat, 28 Oct 2000 14:34:53 -0400 To: Scott Burton [EMAIL PROTECTED] Cc: Zope List [EMAIL PROTECTED] Subject: Re: [Zope] more __len__ errors Hmmm... Zope 2.1.6 has known catalog issues. So does 2.2.X for that matter, but at least some

[Zope] deleting through iteration

2000-10-25 Thread Scott Burton
This seems as if it would work to delete all objects of a certain meta-type but it gives me an error. dtml-in "Catalog(meta_type='class_name')" dtml-call "manage_delObjects(id,[REQUEST])" /dtml-in The error is: Error Type: BadRequest Error Value: 971722944 does not exist Although, I know it

[Zope] sendmail tag strangeness

2000-10-01 Thread Scott Burton
Title: sendmail tag strangeness I have searched around about sendmail tag problems on the list and have found similar answers to my question. However none of them work. I have used this syntax dtml-sendmail mailhost=MailHost To: dtml-var recipient From: [EMAIL PROTECTED] Subject: Whatever

[Zope] Adding user to folder

2000-09-28 Thread Scott Burton
I would like to add a user to a folder that is being created via a form processing method with dtml-call "manage_addFolder(folderName,folderName,'createAUserFolder','createAPublicIn terface')" Now, since this folder does not exist yet except in the context of the script. How can I put a user in

[Zope] FW: [Zope-PTK] Date Question

2000-09-19 Thread Scott Burton
This is the correct list :) -- From: Scott Burton [EMAIL PROTECTED] Date: Tue, 19 Sep 2000 14:27:46 -0700 To: [EMAIL PROTECTED] Subject: [Zope-PTK] Date Question OK, I have searched everywhere for the answer to this. It is quite simple but I can't seem to figure it out. All I want to do

[Zope] Redhat 6.2 problems

2000-08-10 Thread Scott Burton
if I close that terminal window, Zope stops. Python 1.5.2_13 is the version installed by Redhat. Which is the correct version of Python, last I checked. Also, if I run a startup script to start Zope during the boot process, it hangs the boot process. Any suggestions? Scott Burton

[Zope] Catalog Aware ZClass

2000-06-15 Thread Scott Burton
Hello fellow Zopists, I want to create a catalog aware Zclass. I would like to include some specific indexable metadata when creating an instance of that object. So when I add an instance of that object it asks me for some information that gets indexed by ZCatalog to be searched later on. I have