[Zope-dev] ZPatterns Project Help!

2000-11-18 Thread Ben Schochet
I am trying to create a ZPatterns based project and have a few question. I am trying to create an application that can consist of thousands of object without running into the ZODB size problems. * It seems that I need to have separate Racks for each Class that I want to store with ZPatterns. Is

[Zope] Stupid Installation Question

2000-11-18 Thread Ben Ocean
Hi; Okay, hope I did this right... Installed Zope in a directory at doc root (called zope) and untarred it. Now I have a directory called Zope-2.2.2-src with a bunch of stuff in it. What do I do from here? How do I see it working? TIA, BenO ___ Zope

Re: [Zope] Reasons for Apache?? SSL?? (was Running Mailman CGI under Zope ZServer)

2000-11-18 Thread Cees de Groot
Joachim Werner [EMAIL PROTECTED] said: Apache can then also be used to serve static parts of your web site, like large documents or images. Also, Apache can be used to cache Zope requests. I use Squid, not Apache as a reverse web proxy in front of Zope. I did a bit of testing, and you can very

Re: [Zope] expiring dtml documents

2000-11-18 Thread Cees de Groot
wade naveja [EMAIL PROTECTED] said: i maintain a zope server that collects several hundred dtml documents per day. there is a need to have dtml documents removed 2 weeks after they are created. any suggestions on how to go about doing this? I'd make a cron job that kicks off a bit of code

[Zope] (no subject)

2000-11-18 Thread George Osvald
Hello Everyone, I have been playing with ZOPE for some time and I absolutely love it. I have my own site running without a problem for about six months. Recently I was able to demonstrate ZOPE to a "VERY" major player in entertainment industry (music and video). I sold the idea to them and in

[Zope] Big Work Ahead - any advise ???

2000-11-18 Thread George Osvald
Hello Everyone, I have been playing with ZOPE for some time and I absolutely love it. I have my own site running without a problem for about six months. Recently I was able to demonstrate ZOPE to a "VERY" major player in entertainment industry (music and video). I sold the idea to them and in

[Zope] ZODB in a hosed state

2000-11-18 Thread Bak @ kedai
hi, i sometimes got this traceback from zope, and my site will be in a totally unusable state. i use zope2.2.2 with zeo0.4.1 and postgresql6.5 on RH linux. i'm not sure whre the bug lies. also, can anybody be so kind and point me to where i can check postgresql error the traceback --

[Zope] Problems with External Method

2000-11-18 Thread Oleg Broytmann
Hello! I've stucked with a problem with External Methods. I wrote an External Method and sterted to debug it. After some period of bugs fixing in the method Zope responded "Error. Cannot import default_render..." and oops - my Method removed from its folder... Not exactly "removed" - Zope

Re: [Zope] ZODB in a hosed state

2000-11-18 Thread Jens Vagelpohl
this error is coming out of the postgres database adapter. something happened while a database request was processed and database connection from the DA to postgres got disconnected. jens On 11/18/00 16:10, "Bak @ kedai" [EMAIL PROTECTED] wrote: hi, i sometimes got this traceback from zope,

Re: [Zope] Stupid Installation Question

2000-11-18 Thread seb bacon
* Ben Ocean [EMAIL PROTECTED] [001118 09:51]: Hi; Okay, hope I did this right... Installed Zope in a directory at doc root (called zope) and untarred it. Now I have a directory called Zope-2.2.2-src with a bunch of stuff in it. What do I do from here? How do I see it working? TIA, BenO

Re: [Zope] Stupid Installation Question

2000-11-18 Thread seb bacon
* Ben Ocean [EMAIL PROTECTED] [001118 09:51]: Hi; Okay, hope I did this right... Installed Zope in a directory at doc root (called zope) and untarred it. Now I have a directory called Zope-2.2.2-src with a bunch of stuff in it. What do I do from here? How do I see it working? TIA, BenO

Re: [Zope] expiring dtml documents

2000-11-18 Thread wade naveja
any insight as to how one might code something like that? On 18 Nov 2000, Cees de Groot wrote: wade naveja [EMAIL PROTECTED] said: i maintain a zope server that collects several hundred dtml documents per day. there is a need to have dtml documents removed 2 weeks after they are created.

Re: [Zope] Stupid Installation Question Remains Unanswered

2000-11-18 Thread Ben Ocean
Well, actually, the REAME.txt doesn't say ANYTHING about how to install it. It *does* refer to doc/INSTALL.txt, which, unfortunately, is nowhere to be found: there is no directory called *doc* nor any INSTALL.txt file that I can see. Here's what unzipped: drwxr-xr-x 11 webmaste users

Re: [Zope] Stupid Installation Question Remains Unanswered

2000-11-18 Thread Maik Roeder
Hi ! Ben Ocean wrote: Well, actually, the REAME.txt doesn't say ANYTHING about how to install it. It *does* refer to doc/INSTALL.txt, which, unfortunately, is nowhere to be found: there is no directory called *doc* nor any INSTALL.txt file that I can see. Here's what unzipped:

[Zope] len() of unsized object error

2000-11-18 Thread Peter Bengtsson
If found this TypeError description in many places in the mailing list archive, but no solution to my sendmail problem. Code: dtml-sendmail mailhost="MailHost" To: dtml-var email From: dtml-var webmaster_email Subject: Registration at dtml-var sitetitle dtml-var attached_email /dtml-sendmail

Re: [Zope] ZODB in a hosed state

2000-11-18 Thread Bak @ kedai
-Original Message- From: Evan Simpson [EMAIL PROTECTED] To: Bak @ kedai [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Sunday, November 19, 2000 12:18 AM Subject: Re: [Zope] ZODB in a hosed state From: "Bak @ kedai" [EMAIL PROTECTED] i'm not sure whre the bug lies.

[Zope] getitem problem

2000-11-18 Thread Matt
why does the first work and not the second ? staticProperties is a dtmlDocument and container_metatype is a property of it. 1) dtml-if "meta_type == staticProperties.container_metatype" this is a container dtml-elif "meta_type == 'Folder'" this is a folder dtml-else this is not a container

[Zope] Still More Problems On the Install...

2000-11-18 Thread Ben Ocean
Hi; Okay, I've untarred the distro. The instructions said to type in *python w_pcgi.py*. Did so and lots of stuff printed to screen, the last of which was *SystemError 512*. Should I worry about that? Then I thought I was supposed to type in *./start* but it didn't recognize that command. I'm