[Zope-dev] Images and Products

2001-03-26 Thread Andre Schubert
Hi all, I have a little Problem on using Images in my Product. If i'am logged in as Manager i can View the Image, but if logged in as Anonymous i can't view the Image. The View permission is assigned to Anonymous Role and the Image Foo is assing to the View Permission, but i can't view the Image

Re: [Zope-dev] Images and Products

2001-03-26 Thread Chris Withers
Andre Schubert wrote: ('View', ('index_html','Foo'), ('Manager',)), ^^ What's that doing in there? cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

[Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
People I have found this small problem but I don't know where it is coming from or why. If you create a Python Script in a folder: --- print container.id return printed --- If fails with this error: Error Type: TypeError Error Value: call of non-function (type list) Traceback

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Phil Harris
Andy, Try print container.getId() return printed hth Phil - Original Message - From: "Andy Dawkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:29 AM Subject: [Zope-dev] Zope 2.3.1b3 problem People I have found this small problem but I don't

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
Phil Harris wrote: Andy, Try print container.getId() return printed hth Phil That doesn't work either. Prehaps I should have been more specific. Generally _any_ calls on the container result in this error. I used 'container.id' because this is the simplist one to

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Martijn Pieters
On Mon, Mar 26, 2001 at 10:49:47AM +0100, Andy Dawkins wrote: Phil Harris wrote: Andy, Try print container.getId() return printed hth Phil That doesn't work either. Prehaps I should have been more specific. Generally _any_ calls on the container result

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
I'd file this in the Collector, I have seen another problem with Python Scripts that seems related on the lists somewhere, I think something changed out from under Ethan's feet.. This has been collected: No. 2094 http://classic.zope.org:8080/Collector/2094/view Cheers -Andy

[Zope-dev] Core Session Tracking Problem?

2001-03-26 Thread Chris Withers
I've been noticing these sorts of messages in a number of our server logs: 2001-03-26T12:56:19 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\000\002\030\316' Traceback (innermost last): File /mnt/data/2/zope/2-2-4_base/lib/python/ZODB/Connection.py, line 443, in setstate

[Zope-dev] LoginManager

2001-03-26 Thread Srinath Mantripragada
Hi, I want to know howto use multiple usersSource in Login Manager, if it's possible. I have added 2 usersSoucers and created diferent methods for each usersSource, but it authenticates only within the first userSource Listed. -- Srinath Mantripragada [EMAIL PROTECTED]

[Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Chris Withers
Hi, The setup: -Zope 2.2.4 -Core Session Tracking 0.7 -Cookie session ID manager (path=/,lifetime=0) -Internal Session Data Manager (timeout set to 60 minutes) This seems to randomly (but sometimes very frequently) loose session data items :-( I've sprayed lots of log statements around

Re: [Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Christian Scholz
Hi! The setup: -Zope 2.2.4 -Core Session Tracking 0.7 -Cookie session ID manager (path=/,lifetime=0) -Internal Session Data Manager (timeout set to 60 minutes) This seems to randomly (but sometimes very frequently) loose session data items :-( FYI, you are not the only one.. I also

Re: [Zope-dev] Core Session Tracking: onStart and onEnd?

2001-03-26 Thread Chris Withers
Chris Withers wrote: This is an intermittent problem though, so it's probably going to be a bitch to track down :-( There's doesn't seem to be any correlation with the 'Can't Load State for x' problem I reported earlier, but I guess it could be the same thing. Hmmm... onStart and onEnd

Re: [Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Chris Withers
Christian Scholz wrote: FYI, you are not the only one.. I also experienced that. That's also the reason why I am back to using SQLSession again.. How hard was that to swap in? (actually I was too lazy to track it down..) Well, if it makes any difference, it doesn't _appear_ to happen in

Re: [Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Chris McDonough
Well, if it makes any difference, it doesn't _appear_ to happen in Zope 2.3.1b1, but there are other reasons (Catalog, buggy Python Scripts) why we can't currently move our production servers to 2.3.1b1-3... Hmmm... this sounds like a bug in expiration code. I sent Chris a prerelease

Re: [Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Christian Scholz
Hi! FYI, you are not the only one.. I also experienced that. That's also the reason why I am back to using SQLSession again.. How hard was that to swap in? depends. Of course the API is not the same.. So it depends if you've factored out the session stuff in some dtml or python method

Re: [Zope-dev] More Core Session Tracking Woes :-(

2001-03-26 Thread Chris Withers
Chris McDonough wrote: Hmmm... this sounds like a bug in expiration code. I sent Chris a prerelease CoreSessionTracking 0.8 which has new expiration code. Hopefully I can release soon. I know I've been saying that for a while now... ;-) I'm checking this out right now :-) Christian,

Re: [Zope-dev] Core Session Tracking: onStart and onEnd?

2001-03-26 Thread Chris McDonough
This is part of the new (as yet to be released) code that I sent to you earlier. - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; "Chris McDonough" [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:20 AM Subject: Re: [Zope-dev] Core Session Tracking:

Re: [Zope-dev] FastCGI question

2001-03-26 Thread Michael Olivier
Thanks, John. 3 followup questions: -- what is it skipping when you don't run pcgi/pcgi_publisher.py when you do this? -- can mod_pcgi be used for a ZPublisher-only application (not full-up zope)? -- If so, where can I find info/download on mod_pcgi? Also would still like to hear other

Re: [Zope-dev] 175 Million Email Addresses for $99 (4523)

2001-03-26 Thread Michael R. Bernstein
"[EMAIL PROTECTED]" wrote: A half-page ad in the Sunday New York Times can cost more than $50,000 and only reaches 4 million people. SpamCopped. http://spamcop.net/sc?id=z18008689zb12fa2894091c08b658348efed77122dz Michael Bernstein. P.S. Join in the fun! The more people report a

Re: [Zope-dev] 175 Million Email Addresses for $99 (4523)

2001-03-26 Thread Chris Withers
"Michael R. Bernstein" wrote: P.S. Join in the fun! The more people report a particular spammer, the better the chances that their ISP will shut them down! Here! Here! I spamcopped them this morning, too ;-) cheers, Chris ___ Zope-Dev maillist

Re: [Zope-dev] FTP interface being worked on?

2001-03-26 Thread Fred Wilson Horch
Steve Spicklemire wrote: I posted this to the Wiki... but it's not "in-your-face" like email, so I never know if anyone reads it. Thanks for sending this to e-mail. (I never read the Wikis -- I mean to, but never find the time.) I'm looking at all this from the perspective of someone who

RE: [Zope-dev] Compiling Zope from source on Windows

2001-03-26 Thread Brian Lloyd
FYI: I've finally had time to finish my present :) http://www.zope.org/Members/Brian/Misc/ExtensionBuilder/ Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com -Original Message- From: Andy McKay [mailto:[EMAIL

Re: [Zope-dev] Images and Products

2001-03-26 Thread Dieter Maurer
Andre Schubert writes: I have a little Problem on using Images in my Product. If i'am logged in as Manager i can View the Image, but if logged in as Anonymous i can't view the Image. The View permission is assigned to Anonymous Role and the Image Foo is assing to the View Permission,

Re: [Zope-dev] FTP interface being worked on?

2001-03-26 Thread Steve Spicklemire
Hi Fred, "Fred" == Fred Wilson Horch [EMAIL PROTECTED] writes: Fred Steve Spicklemire wrote: I'm looking at all this from the perspective of someone who is using the current xml/zexp code to manage objects in CVS today Fred Can you tell me how you do that? Our big problem

Re: [Zope-dev] FTP interface being worked on?

2001-03-26 Thread Karl Anderson
Chris McDonough [EMAIL PROTECTED] writes: I think the only good reasons we have right now for having filesystem-compatible serialization are to make Zope content editable via common tools in a way that makes sense to people not used to (or comfortable with) the object database, and to give

Re: [Zope-dev] FTP interface being worked on?

2001-03-26 Thread Chris McDonough
Are you thinking that we would build client-side tools to recognize an XML representation of a subpart of a site? Client-side tools, no. I'm thinking that exporting to XML would allow existing tools to recognize and manipulate a subpart of a site. Which ones? I'm basically agreeing

Re: [Zope-dev] FTP interface being worked on?

2001-03-26 Thread Fred Wilson Horch
Wanted to follow up on Steve's points. He wrote in part: [...] It seems to me that the current import/export mechanism is actually pretty close to what we need for serialization.[...] A) All objects are faithfully encoded and saved on the filesystem in a text format that any

Re: [Zope-dev] Images and Products

2001-03-26 Thread Andre Schubert
Hi, My Products Inherits Acquisition.Implicit. Anonymous Users have the View Permission and it's aquired into my Product. Is there a bugfix that i have forgot to fix ?? -as Dieter Maurer schrieb: Andre Schubert writes: I have a little Problem on using Images in my Product. If i'am