Re: [Zope] Zope, Apache/NT, Reliability issues

2000-06-09 Thread J. Michael Mc Kay
Can I jump in? What is the process involved for pcgi or Zope to pass authentication? I am not running Apache, but good old dependable Website Pro. When I attempt to run Zope via pcgi it works fine unless I want to manage or allow a client to log into a products administration screens. I am

Re: [Zope] Wrong mime type sent by Zope on every page

2000-06-09 Thread Jerome Alet
On Thu, 8 Jun 2000, Andrew Diller wrote: Server: Zope/Zope 2.1.6 (source release, python 1.5.2, linux2) ZServer/1.1b1 Why does Server: return linux2? This is an Compaq Alpha running Tru64!?! No. That's what you are told it is. In fact it's an i386 under GNU/Linux ;-)) bye, Jerome ALET -

Re: [Zope] Zope, Apache/NT, Reliability issues

2000-06-09 Thread R. David Murray
On Fri, 9 Jun 2000, J. Michael Mc Kay wrote: The conversation below suggests that pcgi passes requests to Zope. I am confused about this because I am told this is a Website issue, but when explained in it's simplest terms (below) it appears to be a pcgi or Zope issue. The error I am

Re: [Zope] Zope, Apache/NT, Reliability issues

2000-06-09 Thread Martijn Pieters
On Fri, Jun 09, 2000 at 02:50:26AM -0400, J. Michael Mc Kay wrote: Can I jump in? What is the process involved for pcgi or Zope to pass authentication? I am not running Apache, but good old dependable Website Pro. When I attempt to run Zope via pcgi it works fine unless I want to manage or

[Zope] unsubscribcription

2000-06-09 Thread raphaël zamochnikoff
hello ! i would like to unsuscribe the zope mailing list as soon as possible, because the end of my training course comes near. thanks in advance ! raphael zamochnikoff Get Your Private, Free E-mail from MSN Hotmail at

[Zope] Re: FSSession newbie problem

2000-06-09 Thread Marcello Lupo
Well... the statements are not in the same file but in two different files. This are the statements, the dtml-call FSSession is in the standard_html_header. Method list_products: dtml-var standard_html_header dtml-unless "FSSession.has_key('carrello')" dtml-call "FSSession.set('carrello',{})"

Re: [Zope] What is favicon.ico and why is it an error?

2000-06-09 Thread Toby Dickenson
On Wed, 07 Jun 2000 13:58:42 -0400, "J. Atwood" [EMAIL PROTECTED] wrote: So, does the user get an error page or is the server just sending me an error cause it is requesting a file that does not exist. I will try testing with IT (it is not effecting my Mac IE 4.5/5.0) The user wont see error;

RE: [Zope] Q: Accessing ZSQL methods from Python

2000-06-09 Thread a . wacknitz
-Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 10:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Q: Accessing ZSQL methods from Python [EMAIL PROTECTED] writes: my question is what type or value is

Re: [Zope] Urgent Help Required- Installation

2000-06-09 Thread System Administrator
Hi Daryl this did not work. it gave a conflict with the exisiting installed packages. On Fri, 9 Jun 2000, Daryl Tester wrote: python-devel is an RPMism (which means you won't find it on python.org). On my RedHat 6.1 box, it's python-devel-1.5.2-7.rpm . chkconfig, according to "rpm -qf

Re: [Zope] Zope.org Hidden Stats

2000-06-09 Thread ethan mindlace fremen
Tony McDonald wrote: If you're running Zope from behind Apache/PCGI then you *have* to run Zope single threaded. Am I correct? I think Martijn Pieters answers this question in the Zope, Apache/NT, Reliability Issues thread. ethan mindlace fremen Zopatista Community Liason

[Zope] zodbc performance question

2000-06-09 Thread julio dinis
Hi all, Using zodbc, supose we have the following situation. One zodbc_database_connection and lots of zsql methods. Can we say that creating more zodbc_database_connection(with a system dsn for each one, but all pointing to the same database) and thus distribute the zsql methods avoiding to

Re: [Zope] mssql system dsn hangs causing zope to be no more

2000-06-09 Thread julio dinis
I'm using 2.1.6. Regards, Julio From: "Harald Ragger" [EMAIL PROTECTED] To: "julio dinis" [EMAIL PROTECTED] CC: "Zope List" [EMAIL PROTECTED] Subject: Re: [Zope] mssql system dsn hangs causing zope to be no more Date: Thu, 8 Jun 2000 18:02:33 +0200 Julio: what version of zope do you run?

Re: [Zope] What is favicon.ico and why is it an error?

2000-06-09 Thread J. Atwood
At 9:43 AM +0100 6/9/2000, Toby Dickenson wrote: The user wont see error; just the default icon in the favorites menu. You are correct. They don't see the error but it still produces a Zope error. Add this to the many reasons that I hate MIE! do you have a robots.txt, or are webcrawlers evil

Re: [Zope] Secure storage of credit card info

2000-06-09 Thread Cary O'Brien
OK, any of you out there who have thought about ecommerce, cryptography, and zope, I've got a design question for you. Actually, this question is independent of zope, but I need to solve it in a zope context. You have a ZCommerce site. You accept credit cards, and securely communicate

[Zope] Announce: Squishdot 0.4.1 Released

2000-06-09 Thread Chris Withers
Squishdot 0.4.1 is now available from http://www.zope.org/Members/chrisw/Squishdot/ The following major changes were made: - You can now use things like 'site_header' and 'site_footer' in 'showMessage' and 'showError'. - Security has been tightened and a new set of roles introduced. -

Re: [Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-09 Thread Cary O'Brien
- You have a ZCommerce site. You accept credit cards, and securely - communicate with a CC processor to verify the transacton. Now, Besides Bill's suggestion, keep all your servers behind a good firewall. One option is to use Linux IP Masquerading, having your webserver *and*

Re: [Zope] How do you call the string?

2000-06-09 Thread Ian Sparks
Martin, I'm no Zope expert but if you have a property with an ID of "prop1" of type string with a value "first_value" set on a DTML Document then inside the document you can say : dtml-var prop1 and "first_value" will be substituted into your code at this point, replacing the "dtml-var prop1"

[Zope] xmlrpc problem

2000-06-09 Thread Andy Dawkins
Hi I am having a small probelm with xmlrpc. I am simply trying to create a new object within Zope. For now the object will be a DTMLDocument. I have a DTML Method with the id of createDocument and it reads: dtml-call "manage_addDTMLDocument('new_document','New Doc',contents)" Done I also

Re: [Zope] zodbc performance question

2000-06-09 Thread Tino Wildenhain
Hi Julio, we tested exactly this approach but run into some deadlock-situations. Since it did not improve performance we now use only one connection-object per database. Regards Tino Wildenhain julio dinis wrote: Hi all, Using zodbc, supose we have the following situation. One

Re: [Zope] Extended characterset

2000-06-09 Thread Tino Wildenhain
Hi Ivan, you may want to try out the modifier url_quote eg: dtml-var arbitrary_greek_text url_quote HTH Tino Wildenhain Ivan Mackintosh wrote: Hi, What I want to do is to allow users to be able to enter greek/mathematical symbols into a textbox. I have managed to do this but get the

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Marcello Lupo wrote: dtml-var "FSSession('carrello')"br It prints out "None" I supose you mean ...FSSession['carrello'] .. The FSSession is in the same folder of my two methods, may be this a problem? No it should not one. Probably the second method point to

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Jim Sanford
The onlyway I can think off, (which doesn't mean its the only way), is to launch a new window and send a HTML document whose content is JavaScript. It would either rewrite the original frame or the entire window depending on you original input and then close itself. - Original Message

Re: [Zope] zodbc performance question

2000-06-09 Thread Francisco José Esteban Risueño
I think Zope creates itself a pool of connections to the database, extending it when he need more performance. In our installation, we see initially seven connection to Oracle (trough ODBC) generated by only one zodbc database conection object Tino Wildenhain escribió: Hi Julio, we tested

Re: [Zope] Secure storage of credit card info

2000-06-09 Thread Jim Sanford
I use the int value of the datetime of the last transaction multiplied by a random number generated for each day as the key to encrypt the CC data in my RDBMS. Once the customer has identified themselves via a cookie or by entering a customer id I can retrieve the last transaction datetime and

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Rik Hoekstra
The onlyway I can think off, (which doesn't mean its the only way), is to launch a new window and send a HTML document whose content is JavaScript. It would either rewrite the original frame or the entire window depending on you original input and then close itself. [rh] Hm, even for

[Zope] Zope logging with multilog (daemontools)

2000-06-09 Thread Frank Tegtmeyer
I provided a document that describes a setup for logging that uses the external logger program multilog. multilog prevents filling the disk, provides filtering by patterns and exact TAI64N timestamps. It is designed to never loose any log data. multilog is part of Daniel J. Bernsteins

Re: [Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-09 Thread Steve Spicklemire
"RDM" == R David Murray [EMAIL PROTECTED] writes: RDM On Thu, 8 Jun 2000, Bill Anderson wrote: Personally, I would store the actual data on a seperate server, not accessible to the public. RDM Mmm. Yes, that makes it more secure. Still leaves the RDM question of

[Zope] How to init the body of a ZClass herited of DTML Method Class?

2000-06-09 Thread Frédéric Quin
Hi all, I created a ZClass which herite of the DTML Method Class. Now, I want to init the body of all my objects of ZClass with the same script. How can I acess to this body ? Thanks Fred ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Marcello Lupo wrote: 1) Is necessary to call FSSession in every document of the site or is sufficient on the first page (home page of the e-com for example)? Becouse i noticed (obviously) that every time it open a file the HD. And i think this is a problem because

Re: [Zope] generic user folder 1.2.4

2000-06-09 Thread Dan L. Pierson
Stuart 'Zen' Bishop writes: Error type:KeyError Error Value:Parent_url You will need to post the traceback. Parent_url isn't used in GUF anywhere, so I'm guessing it is another product that is barfing. Oops, I got bitten by this with LoginManager. If it's the same bug, it's a

Re: [Zope] zodbc performance question

2000-06-09 Thread Tino Wildenhain
Francisco José Esteban Risueño wrote: I think Zope creates itself a pool of connections to the database, extending it when he need more performance. In our installation, we see initially seven connection to Oracle (trough ODBC) generated by only one zodbc database conection object Yes,

[Zope] Random line of Products

2000-06-09 Thread Oleg Broytmann
Hello! I created and published three demo toy Products I named them "Random" Products, because each of them displays text, randomly selected from a list prepared by webmaster. These Products differ in how they store the text items. I learned a good deal of Zope internals while wrote it, and I

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Hung Jung Lu
From: Pavlos Christoforou [EMAIL PROTECTED] On Fri, 9 Jun 2000, Marcello Lupo wrote: 1) Is necessary to call FSSession in every document of the site Yes it is neccessary beacuse HTTP is stateless. It will only start a new session if FSSession cannot find a valid UID either through a cookie or

RE: [Zope] Getting a specific user role

2000-06-09 Thread Mabe, Brad
That did the trick. Someday I'm going to get the hang of this stuff. Thanks, Jason. -=Brad=- -Original Message- From: Jason Spisak To: Mabe, Brad Cc: '[EMAIL PROTECTED]' Sent: 6/8/00 7:48 PM Subject: Re: [Zope] Getting a specific user role Mabe, Brad writes: Forgive me

Re: [Zope] Re: FSSession newbie problem

2000-06-09 Thread Pavlos Christoforou
On Fri, 9 Jun 2000, Hung Jung Lu wrote: Pavlos: this is the part that is confusing to newbies. FSSession can be made in such a way that this initial call can be avoided. HappySession works that You are right. There is no real need for the initial call. It was initially designed like this

Re: [Zope] Getting a specific user role

2000-06-09 Thread Jason Spisak
Mabe, Brad writes: That did the trick. Someday I'm going to get the hang of this stuff. I have the hang of some stuff but get hung by the rest ;) Thanks, Jason. -=Brad=- -Original Message- From: Jason Spisak To: Mabe, Brad Cc: '[EMAIL PROTECTED]' Sent: 6/8/00

Re: [Zope] ZSQL method broken on 2.1.6

2000-06-09 Thread Phill Hugo
Umesh Soni wrote: (using zope 2.1.6 with ZMySQLDA-2.0.0a1 and MySQLdb-0.2.1) Hi there, I had this ZSQL method (simplified for clarity) working on 2.1.4 select id, nickname from bboard where id=50 order by id desc limit 30 Remove either the limit 30 or the LIMIT 1000 Advanced

[Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-09 Thread Ng Pheng Siong
On Thu, Jun 08, 2000 at 08:57:17PM -0400, R. David Murray wrote: You have a ZCommerce site. You accept credit cards, and securely communicate with a CC processor to verify the transacton. Now, you want to save the CC# and other info in case something needs to be done with it later Hi,

Re: [Zope] ZSQL method broken on 2.1.6

2000-06-09 Thread Umesh Soni
Umesh Soni wrote: (using zope 2.1.6 with ZMySQLDA-2.0.0a1 and MySQLdb-0.2.1) Hi there, I had this ZSQL method (simplified for clarity) working on 2.1.4 select id, nickname from bboard where id=50 order by id desc limit 30 Remove either the limit 30 or the LIMIT

[Zope] RE: [ZCommerce] Secure storage of credit card info

2000-06-09 Thread Meilicke, Scott
Hi there, I know your post indicates you've thought about this, but you may want to reconsider storing CC info at all. It's a trade off on convenience for the customer and security precautions on your site. If you don't have the numbers, that's one less thing an intruder could do with your

[Zope] Zope-Edu?

2000-06-09 Thread T.J. Mannos
What ever became of Zope-Edu? Have they disbanded? - T.J. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] ZCatalog and Search Results

2000-06-09 Thread Aaron Payne
Jason, I believe the ZCatalog is indexing the new instances because I can see them in the catalog in the management interface. -Aaron At 03:42 pm 6/9/00 +, Jason Spisak wrote: Just out of curiousity, what is making you think it's indexing it? All my best, Jason Spisak

Re: [Zope] ZDiscussions in classes?

2000-06-09 Thread Cary O'Brien
charset="iso-8859-1" Hi, I have a problem with getting ZDiscussion working the way I want it to. First a little background, so it becomes easier for me to explain what I want to do: On my site I have several users (called "artists") that I have built a ZClass for. This Artist-ZClass

Re: [Zope] Zope-Edu?

2000-06-09 Thread Rik Hoekstra
What ever became of Zope-Edu? Have they disbanded? No, on the contrary: revived. See http://www.zope.org/Wikis/zope-edu/FrontPage There is also a sourceforge site. Contributions more than welcome Rik ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Re: [ZCommerce] Secure storage of credit card info

2000-06-09 Thread Graham Chiu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In article [EMAIL PROTECTED], Ng Pheng Siong [EMAIL PROTECTED] writes Take a look at ZSmime, http://www.post1.com/home/ngps/zope/zsmime Hi, Any ETA on the Win32 binaries? - -- Regards, Graham Chiu gchiuatcompkarori.co.nz

Re: [Zope] ZDiscussions in classes?

2000-06-09 Thread Alexander Limi
Do you have anonymous access turned off? (I.E. do you need a password to view anything?) I can view the main artist page just fine. If you cancel the request, do you get a traceback pointing to something in the TreeTag file? If so, you may need to allow anonymous users to access content

Re: [Zope] Dynamically Picking which object to display

2000-06-09 Thread Tino Wildenhain
Hi Jason, Jason Lee wrote: I'm fairly new to Zope, so this may be a dumb question, and my vocabulary could be wrong, so please bear with me. I'm in the middle of building an e-commerce solution for my company, and we're evaluating Zope (and PHP and Servlets, but that's immaterial) as the

Re: [Zope] YA newbie question

2000-06-09 Thread Tino Wildenhain
Hi Randy, ... I figured this would be easy to do with Zope. I created a subdirectory called "modules" and put some modules into that; for example, "leftbuttons" is a dtml method containing a table data block which contains the standard left menu button HTML. I figured I could whip up a

Re: [Zope] Unless not quite the opposite of if?

2000-06-09 Thread Dieter Maurer
Curtis Maloney writes: On Fri, 09 Jun 2000, Dieter Maurer wrote: Curtis Maloney writes: ... dtml-unless does not work ... ... Seems that you make something wrong ... It doesn't. Really. I'm certain of this. The key was not there, and yet the unless was not rendered.

Re: [Zope] ZSQL method broken on 2.1.6

2000-06-09 Thread Andreas
Umesh Soni wrote: Umesh Soni wrote: (using zope 2.1.6 with ZMySQLDA-2.0.0a1 and MySQLdb-0.2.1) Hi there, I had this ZSQL method (simplified for clarity) working on 2.1.4 select id, nickname from bboard where id=50 order by id desc limit 30 Remove either

Re: [Zope] dtmll-in variables

2000-06-09 Thread ethan mindlace fremen
josh on wrote: great, thanks a lot! I think that this page should be updated with this info: http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.7.2.html unless I am wrong. It should. However, because the method used to generate the "old" guides is not the method that will be

Re: [Zope] WorldPilot - Attachments and quotes within the subject

2000-06-09 Thread Bryan Stillwell
On Fri, 9 Jun 2000, Paul Gresham wrote: Excellent, thanks Bryan. I have another question? Do you have problems with browsers not obtaining the correct filenames of attachments when they are downloaded, i.e. the file becomes ATT0002.DAT or similar? I have this problem and also if I choose to

[Zope] Multithreading in zope and python

2000-06-09 Thread sudhir
I am using Zope-2.1.6. I have python 1.5.2 with multithreading on. But my zope still runs in single thread. I have changed the start script, to have PYTHONHOME="/usr:$reldir" and taken out the -D flag. Any suggestions on how to turn on multithreading will be appreciated. Thank you, -- sudhir

[Zope] Re: user contributions to Zope.org (Mangled text)

2000-06-09 Thread Hung Jung Lu
Not to be picky, Ken, but since you are from Digicool... could you take a look at your own message at: http://www.egroups.com/message/zope/33350?start=33322 (I checked both IE and Netscape, from PC.) Lately there have been quite a few mangled messages at egroups. Could you find out what went

Re: [Zope] Problems with SybaseDA

2000-06-09 Thread Bill Anderson
A J Wilson wrote: I have experimented some more and I think I have isolated the problem by importing the module into python and playing with the code that uses it (eg db.py and DA.py). Firstly I found that I had to change some of the environment variables in the Makefile.pre.in to point

Re: [Zope] logout

2000-06-09 Thread Michel Pelletier
James Cummings wrote: Ok, since I haven't found this by searching the site or the mailing list archive, is it possible to logout as superuser? I would like to be able to login as a different user, but I haven't been able to find out how to do this. This question comes up every now and