[Zope] More ZFormulator

2000-10-27 Thread Spicklemire, Jerry

Hi Again,

It turns out that the problems I was seeing are related to the Proxy Layers
that are in place to keep our IntraNet safe. ZFormulator doesn't work at all
when I bypass the Proxy entirely, only works partially when the Proxy is
invited to play, and only works fully when the directories that the Proxy is
aware of are involved. This is OK, as long as the generated forms function
correctly when a user sees them with the Proxy completely in control. We'll
see . . .

Thanks again!

Jerry S.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] More ZFormulator

2000-10-27 Thread Spicklemire, Jerry

Steve asked:

>   What version of ZFormulator are you running (and in what version of
> Zope?) I just tried ZFormulator-0.2 with Zope-2.2.2 and it seemed to
> work OK. Maybe it doesn't work with older zopes?

Oops, I should know better by now, than to ask for help without including 
the details. Zope 2.1.6 on Solaris 2.6 for Sparc, and Zope 2.2.1 on Linux 
2.2 for Intel.

The installs seemed to go smoothly on both systems, and I am able to create 
Form objects. However neither will let me add any form elements. The user 
authentication dialog pops up, and of coures I'm already authenticated at 
the initial access to the management interface. I'm both owner and manager 
of everything, but the authentication rejects my input.

ZFormulator has been available since late 1999, so I would expect the older 
versions to be OK.

Thanks,
Jerry S.


JS> Re. the problems I mentioned in an earlier post, it may be
JS> related to an error that turned up when I tried to run the
JS> ZF_Demo module. It seems to be unable to locate:

JS> "ApplicationDefaultPermissions"

JS> Does that ring any bells?

JS> A Google Search of Zope.org turns up several references, and
JS> it seems to be a part of core Zope, but I have no idea how it
JS> could be unavailable. Might the way Zope is started have an
JS> impact on which pieces-parts are accessible?


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] More ZFormulator

2000-10-27 Thread Steve Spicklemire


Hi Jerry,

   What version of ZFormulator are you running (and in what version of
Zope?) I just tried ZFormulator-0.2 with Zope-2.2.2 and it seemed to
work OK. Maybe it doesn't work with older zopes?

-steve

> "JS" == Spicklemire, Jerry <[EMAIL PROTECTED]> writes:

JS> Hi Zope Fans,

JS> Re. the problems I mentioned in an earlier post, it may be
JS> related to an error that turned up when I tried to run the
JS> ZF_Demo module. It seems to be unable to locate:

JS> "ApplicationDefaultPermissions"

JS> Does that ring any bells?

JS> A Google Search of Zope.org turns up several references, and
JS> it seems to be a part of core Zope, but I have no idea how it
JS> could be unavailable. Might the way Zope is started have an
JS> impact on which pieces-parts are accessible?

JS> The error shows:

JS> Traceback (innermost last): File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
JS> line 214, in publish_module File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
JS> line 179, in publish File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/Zope/__init__.py,
JS> line 202, in zpublisher_exception_hook (Object:
JS> ApplicationDefaultPermissions) File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
JS> line 151, in publish File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/BaseRequest.py,
JS> line 304, in traverse File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/OFS/Application.py,
JS> line 249, in __bobo_traverse__ (Object:
JS> ApplicationDefaultPermissions) File
JS> /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/HTTPResponse.py,
JS> line 511, in notFoundError NotFound: (see above)

JS> Thanks, Jerry S.

JS> ___ Zope maillist
JS> - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **
JS> No cross posts or HTML encoding!  ** (Related lists -
JS> http://lists.zope.org/mailman/listinfo/zope-announce
JS> http://lists.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] More ZFormulator

2000-10-26 Thread Spicklemire, Jerry

Hi Zope Fans,

Re. the problems I mentioned in an earlier post, 
it may be related to an error that turned up when 
I tried to run the ZF_Demo module. It seems to be 
unable to locate:

"ApplicationDefaultPermissions"

Does that ring any bells?

A Google Search of Zope.org turns up several 
references, and it seems to be a part of core 
Zope, but I have no idea how it could be 
unavailable. Might the way Zope is started have 
an impact on which pieces-parts are accessible?

The error shows:

Traceback (innermost last):
  File /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
line 214, in publish_module
  File /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
line 179, in publish
  File /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/Zope/__init__.py, line
202, in zpublisher_exception_hook
(Object: ApplicationDefaultPermissions)
  File /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py,
line 151, in publish
  File
/i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/BaseRequest.py, line
304, in traverse
  File /i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/OFS/Application.py, line
249, in __bobo_traverse__
(Object: ApplicationDefaultPermissions)
  File
/i01/Zope-2.1.3-solaris-2.6-sparc/lib/python/ZPublisher/HTTPResponse.py,
line 511, in notFoundError
NotFound: (see above)

Thanks,
Jerry S.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )