Re: [Zope] How to get a name of uploaded file

2001-01-31 Thread Fred Yankowski
zope/1999-July/006591.html> -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA ___ Zope ma

[Zope] SiteAccess affects the Zope management interface

2001-01-31 Thread Fred Yankowski
d by ZServer on port 8080 but the right frame is displaying the contents of some object served by ZServer on port 9090. One outcome of this for me is that I will now test the staging server by running it this way (from bash): SUPPRESS_SITEROOT=1 ./start.bat so that SiteRoot translation

Re: [Zope] LoginManager dlpierson example

2001-01-31 Thread Fred Yankowski
h arguments; expected 3, got 2 > > so I'm wondering have you got LoginManager to work on the Zope 2.3.0 release? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc

Re: [Zope] LoginManager dlpierson example

2001-01-30 Thread Fred Yankowski
thod which I'm passing self,password. I think you should pass (self, password, request). -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Fred Yankowski
That patch helped me out. Thanks. Kind of unusual, though, for the patch file to _remove_ the fix. ;-) -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd

Re: [Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Fred Yankowski
come in broken, apparently because they depend on the PythonMethods product that I didn't carry over. So I guess I'll have to have to install PythonMethods and port over those methods manually to Python Scripts. Rats. I'm just glad I didn't have too much invested into PythonMethods.

[Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Fred Yankowski
t interface and restarting, but the same exception occurs. I do notice that, unlike prior Zope installs, there is no 'access' file in the Zope root. Oops, I just saw another message about LoginManager not yet working in Zope 2.3. If that's so, it's a show-stopper for

Re: [Zope] Did I miss some major change in Z SQL Methods ?

2001-01-28 Thread Fred Yankowski
method slicing the result for me. > > That being said, I have tried removing that, and going to the Z SQL method > directly, and it STILL doesn't work. -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Princip

[Zope] Python Methods can't "construct literal dictionaries"?

2001-01-28 Thread Fred Yankowski
What's up with that? I can't create dictionaries in Python Methods? I must be missing something. Is there some way around this? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc

Re: [Zope] "Acquisition Algebra"; interaction of containment and acquisition is confusing

2001-01-26 Thread Fred Yankowski
ncerned that it is hard to control or predict? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA ___

[Zope] SQL-based LoginManager and subtransactions

2001-01-26 Thread Fred Yankowski
use PostgreSQL with LoginManager on my sites. On Fri, Jan 26, 2001 at 06:23:57PM +0100, Oliver Bleutgen wrote: > As we use Loginmanager with postgres, I have know idea how to not > invoke Z SQL methods when upload. Has anybody an idea if and under > what circumstances the above snipped

Re: [Zope] LoginManager, can't get past login form

2001-01-26 Thread Fred Yankowski
mentions in his article. -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA ___ Zope maillist

[Zope] LoginManager, can't get past login form

2001-01-25 Thread Fred Yankowski
ager, but I don't understand it well enough to know where I could put in a breakpoint that would help me understand why login is not working. So, could someone suggest what I could try next to diagnose this problem? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312

[Zope] "Acquisition Algebra"; interaction of containment and acquisition is confusing

2001-01-25 Thread Fred Yankowski
"up through the containment heirarchy, then down through the remaining acquired path", but I'm not at all sure if that's a valid generalization. Can anyone shed some light on this for me? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312

Re: [Zope] SQL delimiter?

2001-01-17 Thread Fred Yankowski
st needed that yesterday, and I found it on p 28 of my printed (from PDF) copy of the Z SQL Methods User's Guide, in the "Query Templates" section (huh?). -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax:

Re: [Zope] broken products not indicated after Zope 2.2.5 install

2001-01-10 Thread Fred Yankowski
fact broken by virtue of being completely missing in the lib/python/Products directory. On Wed, Jan 10, 2001 at 07:53:02PM +0100, Dieter Maurer wrote: > Fred Yankowski writes: > > I just installed a full copy of Zope 2.2.5 onto my NT 4.0 SP 6 machine > > and then copied over my data.fs

[Zope] broken products not indicated after Zope 2.2.5 install

2001-01-09 Thread Fred Yankowski
so products that I had added onto Zope 2.2.3. Of course, other objects that depend on those products fail and some of those do display a "broken" icon and state. But why don't the incomplete products themselves get flagged as broken? -- Fred Yankowski [EMAIL PROT

Re: [Zope] Stupid File Upload Question

2000-12-16 Thread Fred Yankowski
le-upload handling: <http://classic.zope.org/pipermail/zope/1999-July/006591.html> -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia

Re: [Zope] Re:GoLive (or, redirecting to index.html)

2000-11-02 Thread Fred Yankowski
ot;http://fqdn.comsubsite" in this case. SNAFU. This problem stems from the quirky code generated by Web Studio, but it forced me to access the page via a redirect rather than incorporating it directly via dtml-var. -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 P

Re: [Zope] Zope Book Beta

2000-11-01 Thread Fred Yankowski
hat it's finally out. (I just hope that the book is printed on better paper than the "Extreme Programming Explained" book. Addison-Wesley sure cuts costs on their book paper -- I presume they pass that savings on to us.) -- Fred Yankowski [EMAIL PROTECTED]

Re: [Zope] Re:GoLive

2000-11-01 Thread Fred Yankowski
... I've done a lot of website programming in PHP, Java, Perl, and AOLserver/Tcl -- none of those seem to have Zope's complexity at the point of creating simple database-backed websites. Zope doesn't even have a decent self-registering user login system out of beta yet. Sheesh.

Re: [Zope] Re:GoLive

2000-11-01 Thread Fred Yankowski
ome configuration parameter that would allow this, but I haven't found it. Maybe newer versions of Dreamweaver are more accomodating? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSy

[Zope] incorporating generated sub-websites within a Zope site

2000-10-30 Thread Fred Yankowski
not keen about having to parse her pages (which are/should-be each a complete HTML document) in order to insert a footer line in the right place. What other schemes should I consider? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.O

Re: [Zope] OT: documentation systems.

2000-10-19 Thread Fred Yankowski
ocuments so > I get to have a full-featured outliner to organzie my thoughts and a > (sort of) universal file format to share with people. -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc

Re: [Zope] Help Debugging External Methods

2000-10-18 Thread Fred Yankowski
law, contrary to what the HowTo says: "There's actually nothing wrong with this method to debug". I would have replied directly to the author, 'michel', but his email address does not appear on that HowTo page or any of the pages that I scanned under http://www.zop

Re: [Zope] how to include Flash/SWF objects in Zope website?

2000-10-16 Thread Fred Yankowski
n > > J. Atwood wrote: > > > You could just upload them into Zope and point to them. > > > > http://www.gotschool.com (see flash demos). > > > > It uploads as a "application/octet-stream" > > > > I am sure you are talking about much more inte

[Zope] how to include Flash/SWF objects in Zope website?

2000-10-16 Thread Fred Yankowski
I want to include some Flash/SWF objects in a Zope website, but I don't see any built-in way to do this or any Product that would help. Any suggestions? If all else fails, I'm thinking about creating a simple product for this, modeled on ImageFile.py. -- Fred Yankowski

Re: [Zope] Using ProxyPass and SiteRoot

2000-10-12 Thread Fred Yankowski
rver and I would like to use > ProxyPass to pass a request for www.isd197.k12.mn.us through to this new > site. -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath

Re: [Zope] Black Magic

2000-10-10 Thread Fred Yankowski
th the keywords > on top, then the client, then REQUEST. ... -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA

[Zope] one external method calling another; what possibilities?

2000-10-06 Thread Fred Yankowski
ave implemented function2, rather than as an external method? Where is reference documentation on External Methods? I couldn't find anything other than a very cursory overview in one of the PDF'ed documents (I forget which). -- Fred Yankowski [EMAIL PROTECTED] tel:

[Zope] why does squishdot url_quote email address values?

2000-10-03 Thread Fred Yankowski
esn't work correctly, particularly when used as the value of a 'mailto:' URL. So what's the solution? Is Squishdot wrong to use url_quote this way? Why is url_quote hiding the "@" anyway -- I don't see any reason for escaping it this way. -- Fred Y

Re: [Zope] trouble with SiteAccess; can't manage subtree mapped to inaccessible domain name

2000-09-23 Thread Fred Yankowski
while. On Sat, Sep 23, 2000 at 12:01:11PM -0400, Evan Simpson wrote: > Yow! No need for such extreme measures. Put SiteAccess back, then open the > management interface for the subtree folder in your Zope, using: > > http://your.zope/the-subtree/_SUPPRESS_SITEROOT/manage_main > &g

[Zope] trouble with SiteAccess; can't manage subtree mapped to inaccessible domain name

2000-09-23 Thread Fred Yankowski
rom a higher point in the tree? -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA ___ Zope maill