[Zope] SQLConnectionIds

Nicholas Wieland nicholas_wieland at yahoo.it
Mon Aug 22 05:47:18 EDT 2005


Again, this problem is making me mad :)
This is a simple TTW PageTemplate I'm using:
 
<html>
  <body>
  <ul tal:repeat="dba here/SQLConnectionIDs">
    <li tal:content="dba"> placeholder </li>
  </ul>
  <body>
</html>
 
This works without any problem, returning a list of tuples.
The same template in a FS based product raises a site error:
 
Unauthorized: You are not allowed to access 'SQLConnectionIDs' in this context (Also, an error occurred while attempting to render the standard error message.) 
 
that's not even logged.
 
A very similar DTML file on the FS, that cycles through SQLConnectionIds, works perfectly.
 
This is Zope 2.7 on Windows.
 
Is this a Zope bug ? 
 
TIA,
  ngw

		
---------------------------------
Yahoo! Messenger: chiamate gratuite in tutto il mondo 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20050822/fec99646/attachment.htm


More information about the Zope mailing list