Re: [Zope] Zope2 and XMLRPC methods

2009-02-21 Thread Dieter Maurer
Rowan Woodhouse wrote at 2009-2-17 21:36 +:
> ...
>I'm having some trouble getting XML-RPC methods going on Zope2/Five. 
>I've got the following in my configure.zcml:

The Zope 3 xmlrpc implementation may not work with Zope2.

Zope2' xmlrpc implementation is incredibly hard (and broken):
it intercepts every "POST" request with content type "text/xml"
and may interfere with the Zope 3 way to integrate xmlrpc.


Maybe, you disable the "xmlrpc" integration code in "ZPublisher.HTTPRequest"
and see whether than the Zope 3 integration works better.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Filesystem Directory View Child Folders

2009-02-21 Thread Dieter Maurer
Garito wrote at 2009-2-18 13:13 +0100:
>I have a filesystem directory view that has 2 child folders
>
>But when I switch to debug mode off the 2 folders disappears
>
>Is this the normal FDV behaviour or I have any kind of problem?

No.

There should only be a single difference between debug and no-debug
mode: in debug mode, modifications should be seen even when done
after Zope has started. In no-debug mode, usually a restart is
necessary to see modifications.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Help with my first steps

2009-02-21 Thread Dieter Maurer
deconya wrote at 2009-2-20 15:14 +0100:
>Im new in this list and I need help for my first steps. Im received a server
>with zope installed to administer 3 webs but one has the problem that fails
>the configuration to establish the initial page.

I fear you need some background reading to understand how Zope
works. The "Zope Book", 2.7 edition, on "http://plope.org";
may be a good starting point.

After you skimmed the book, come back if questions remain.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )