Re: [Zope] Restricted Traverse

2006-11-11 Thread Nancy Donnelly
- Original Message From: Andrew Milton <[EMAIL PROTECTED]>> Try removing the 'anchor' (#quotes), since you dont have an object called> 'index_frame.pt#quotes', do you ?Well, ya know, I do, but I took that out and it worked!Thanks,Nancy___ Zope mai

Re: [Zope] Restricted Traverse

2006-11-11 Thread Paul Winkler
On Sun, Nov 12, 2006 at 12:57:21AM +1100, Andrew Milton wrote: > +---[ Nancy Donnelly ]-- > | Could someone tell me what's wrong with this code? > | > | | tal:define="global url python:here.absolute_url(relative=None) + '/ > | index_frame.pt#quotes'" > | /> > | |

Re: [Zope] Re: Can't Track Simple Bug

2006-11-11 Thread Paul Winkler
On Fri, Nov 10, 2006 at 11:01:26PM -0800, Nancy Donnelly wrote: > 75From: Tres Seaver <[EMAIL PROTECTED]> > > > The script you are using to start Zope with looks like it must be > > 'zctl', the ancient precursor to the current 'zopectl': it 'execed' its > > Python config file (which is what you h

Re: [Zope] Restricted Traverse

2006-11-11 Thread Andrew Milton
+---[ Nancy Donnelly ]-- | - Original Message | From: Andrew Milton <[EMAIL PROTECTED]> | | > absolute url returns a string prefixed with "http(s)://", unless the relative | > parameter evaluates to true None doesn't do that. | > | > Try using relative = True

[Zope] Mail Boxer on Qmail

2006-11-11 Thread Nancy Donnelly
Hi;I'm running into trouble getting Mail Boxer to play nicely with qMail. I've installed and tested Maildrop Host. It works ok, so that potential bug is eliminated. I was confused as to where to put smtp2zope.py, so I put it here:    /usr/bin/smtp2zope.py and symlinked it here:    /usr/local/sbin/s

[Zope] [Plone-Users] Killing the Postmaster

2006-11-11 Thread Nancy Donnelly
- Original Message From: Alexander Limi <[EMAIL PROTECTED]>> Plone 2.1.4 works fine on Zope 2.7.8.Will I run into all sorts of upgrade issues??TIA,Nancy___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross po

Re: [Zope] Restricted Traverse

2006-11-11 Thread Nancy Donnelly
- Original Message From: Andrew Milton <[EMAIL PROTECTED]>> absolute url returns a string prefixed with "http(s)://", unless the relative> parameter evaluates to true None doesn't do that.>> Try using relative = TrueYou mean like this?    tal:define="global url python:here.absolute_url(

Re: [Zope] Restricted Traverse

2006-11-11 Thread Andrew Milton
+---[ Nancy Donnelly ]-- | Could someone tell me what's wrong with this code? | | | | | --or-- | | | | | I'm trying to automate that restrictedTraverse. absolute url returns a string prefixed with "http(s)://", unless the relative parameter evaluates to true Non

[Zope] Restricted Traverse

2006-11-11 Thread Nancy Donnelly
Could someone tell me what's wrong with this code?    tal:define="global url python:here.absolute_url(relative=None) + '/index_frame.pt#quotes'"/>    tal:define="root python:container.restrictedTraverse(url)"    tal:replace="structure python:here.printSiteMap(root, 12)"/>--or--    tal:define="root