Re: [Zope] Problem with proxy role...

2000-08-06 Thread Aleksander Salwa
On Sun, 6 Aug 2000, Magnus Lie Hetland wrote: > I'm trying to set up a site with user registration (similar to that on the > zope site), and have been using the JobBoard HOWTO as an example > of how to let anonymous users add objects. The code works just like This how-to was written before Zope

Re: [Zope] sybase - hmmm

2000-08-06 Thread Andrew Kenneth Milton
+[ Dr. Ross Lazarus ]- | I know that zope runs on everything else, but how do we reconcile the | DC/Sybase partnership announced late last year [ snip... ] | We're becoming a sybase/zope/linux dependent outfit; to whom should I | email my concerns

[Zope] sybase - hmmm

2000-08-06 Thread Dr. Ross Lazarus
I know that zope runs on everything else, but how do we reconcile the DC/Sybase partnership announced late last year "Sybase is committed to delivering best of breed products supporting open platform development. We are pleased to partner with Digital Creations, and by supporting the Zope applica

Re: [Zope] server instability: ZODB corruption?

2000-08-06 Thread Dieter Maurer
Guido A.J. Stevens writes: > Main suspect is a corrupted Data.fs.in file. How can I audit and > repair it? "Data.fs.in" is only used during installation. Probably, you mean "Data.fs". > problem A: access denied vs. KeyError > > ... > => Question: which parts o

[Zope] cc:Mail Link to SMTP Undeliverable Message: Unknown user: Gustin Kiffney

2000-08-06 Thread Administrator
Send Zope maillist submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the web, visit http://lists.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at

[Zope] cc:Mail Link to SMTP Undeliverable Message: Unknown user: Gustin Kiffney

2000-08-06 Thread Administrator
Send Zope maillist submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the web, visit http://lists.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at

[Zope] cc:Mail Link to SMTP Undeliverable Message: Unknown user: Gustin Kiffney

2000-08-06 Thread Administrator
Send Zope maillist submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the web, visit http://lists.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at

[Zope] POPMail sort

2000-08-06 Thread kai festersen
Hi, is there a way to sort the eMails in POPMail in reverse_Order_of_date (means: the latest at top?) thanks -- http://www.theaterportal.de - das onlinemagazin fon 0179-290072fax 030-69088664 ___ Zope maillist - [EMAIL PROTECTED] ht

[Zope] (no subject)

2000-08-06 Thread Herring, William O.
I am new to using Zope, but have been succesfull at using a psql input wizard to generate forms to dump data to a postgresql table. However, I have a dilema. I would like to generate a form that can dump multiple inserts to a variable, say x1 into a table. However, there is an additional variab

[Zope] RESPONSE.write()

2000-08-06 Thread Pedro Vega
Hi all. I am using RESPONSE.write() for stream oriented output in a python function, but I don´t know the length of the data so I can´t set Content-Length and the browser don´t display anything if the Content-Length header is not set. This is my little problem, any suggestion ? Pedro Vega

Re: [Zope] Problem with proxy role...

2000-08-06 Thread LinuxFreedom
Magnus: In setting up the JobBoard from the HOWTO, what worked for me was setting the proxy role for both the method in the JobBoard product that processes the form to "Manager" (Product at/Control_Panel/Products/JobBoard/job_board_entry_add); as well as the regular method that processes the form

[Zope] Sequence problem

2000-08-06 Thread peter be
This little DTML code is supposed to be generic for alla folder is the profil folder. What I want to do is a to have a next folder and previous folder in evey one. /profil/ /folder_XHJSD /folder_GIEHG /folder_OWKD /and_many_more / /folders_here document_html Doc

RE: [Zope] XMLRPC returns error sometimes

2000-08-06 Thread Chris McDonough
Only strings, integers, floats, "booleans", dictionaries, tuples, lists, and special "datetime", base64, and fault objects can be passed via XML-RPC. Anything else is too complex. The spec at http://www.xml-rpc.com/spec is useful. > -Original Message- > From: Gijs Reulen [mailto:[EMAIL

Re: [Zope] Precondition

2000-08-06 Thread R. David Murray
On Sun, 6 Aug 2000, Martijn Pieters wrote: > Precondition > > Allows you to specify a precondition for the File. A precondition is a > method or document which is executed before the File is viewed or > downloaded. If the precondition raises an exception then the File cannot >

[Zope] Problem with proxy role...

2000-08-06 Thread Magnus Lie Hetland
Hi! I'm trying to set up a site with user registration (similar to that on the zope site), and have been using the JobBoard HOWTO as an example of how to let anonymous users add objects. The code works just like it should when I'm logged in as Manager, and I *have* set the proxy role of the metho

[Zope] Installation error?

2000-08-06 Thread Jake Biernacki
I am having trouble running zope on my machine I have installed it but keep getting the following error when I try to start it "socket error host not found".   Jake

Re: [Zope] File upload failure. Help needed.

2000-08-06 Thread Monty Taylor
What version of Zope are you using? Urvashi Singh wrote: > > Hi, > > I am a new user of Zope. I have Zope--linux2-x86.tar.gz bundle installed > on my Linux machine, up and working. While I was trying to create a simple > page using dtml files, I wanted to upload a few files from my hard drive >

[Zope] XMLRPC returns error sometimes

2000-08-06 Thread Gijs Reulen
I am experimenting with xml-rpc and Zope. Some Methods from the API work ok, but others return an error. A common error is: Error Value: cannot marshal objects I receive this error for example when for Zope 2.1.6 I execute: ObjectManager.objectValues Where as the next Method works ok: ObjectMan

[Zope] RE: riddle me this Batman, coded copy/paste syntax?

2000-08-06 Thread Dr. Ross Lazarus
This code worked fine in 2.1.6 but is broken (http://classic.zope.org:8080/Collector/1371/view) for me when moving zclass instances in 2.2.0 However...YMMV, so here it is for what it's worth. Note that thingstocopyidlist is just a list containing the object ids you want cloned from sourcefolder