[Zope-dev] SQL compare to form value -HELP-

2002-03-09 Thread Sean Kelley
I am trying to test whether or not 3 SQL fields are equal to a form field. I am doing this within an SQL method. (I am trying to learn zope and Mysql at the sam time) How does one do this? Here is where I am going with this so far: I have these listed as arguments: Breeds Breed1 Breed2 Breed3

Re: SV: [Zope-dev] Small Alert - Temp Solution - more...

2002-03-09 Thread Dieter Maurer
Jean-Paul Smets writes: > ... TCPWatch dumps demonstrating cookie problem for "__ac" cookie ... When I read the dumps correct then *ALL* Apache + "__ac" dumps lack the "__ac" cookie whether or nor VHM is used. Thus, I would say, VHM is out of suspicion. Now, Apache + Zope via "mod_proxy" is Zope

Re: [Zope-dev] Unauthorized users can writelock helpfiles in /Control_Panel/Products

2002-03-09 Thread Chris McDonough
Note that I volunteered to rewrite the help system in the Zope 2.6 plan. Chris McDonough wrote: >> There is no way to fix this? What other problems are there with the >> help system? > > > Not that I can think of. Other problems with the help system are > presentation, mostly. > >> Would it

Re: [Zope-dev] Unauthorized users can writelock helpfiles in /Control_Panel/Products

2002-03-09 Thread Chris McDonough
> There is no way to fix this? What other problems are there with the > help system? Not that I can think of. Other problems with the help system are presentation, mostly. > Would it somehow be possible to make the helpsystem ignore versions? No, unfortunately. It uses the Catalog, which is

Re: [Zope-dev] Trapping Interbase Error Codes

2002-03-09 Thread Brad Clements
On 8 Mar 2002 at 20:58, Dieter Maurer wrote: > Beverly Dolor writes: > > I'm currently doing a program on Zope 2.5 using gvibDa > > as my database. I would like my program to trap > > Interbase error codes such as (isc_deadlock, > > isc_lock_conflict), the problem is I'm still at a lost > >

SV: SV: [Zope-dev] Small Alert - Temp Solution - more...

2002-03-09 Thread Magnus Heino
> > You will see that the Set-Cookie is different in the 5 cases > > My conclusion for now is that something could be wrong with the Apache > rewriting process. Nope, cause I'm running Roxen.. and have the same behaviour. /Magnus ___ Zope-Dev mail

Re: SV: [Zope-dev] Small Alert - Probably Apache / mod-rewrite

2002-03-09 Thread Jean-Paul Smets
Hi, I did a few more tests. Apparently, this cookie issue - happens in proxy mode - does not happen in CGI mode Of course, it is required to delete all cookies stored in the browser once the __ac cookie has been successfully set in CGI mode I have enclose an excerpt of my Apac

Re: [Zope-dev] Manual object-to-relational persistency framework

2002-03-09 Thread Steve Spicklemire
Thanks Dieter, I think ZPatterns is certainly worth a look. It allows you to slice-and-dice what you want to store in ZODB or RDBMS. The best part is you can develop totally in ZODB, then migrate to RDB a bit at a time (if you like) without changing your app, or your data classes. We have mul

Re: SV: [Zope-dev] Small Alert - Temp Solution - more...

2002-03-09 Thread Jean-Paul Smets
Le Mercredi 6 Mars 2002 22:35, Dieter Maurer a écrit : > Jean-Paul Smets writes: > > I could find out that certain cookie names work, some others do not > > > > Works > > > > Really strange. > > Could you use "tcpwatch" (or another TCP logger) to see whether > the Zope response contains

Re: [Zope-dev] Trapping Interbase Error Codes

2002-03-09 Thread Beverly Dolor
--- Dieter Maurer <[EMAIL PROTECTED]> wrote: > Beverly Dolor writes: > > I'm currently doing a program on Zope 2.5 using > gvibDa > > as my database. I would like my program to trap > > Interbase error codes such as (isc_deadlock, > > isc_lock_conflict), the problem is I'm still at a > lost