Re: [Zope] unexpected keyword argument 'error'

2006-09-24 Thread Andreas Jung



--On 24. September 2006 17:02:21 + Pupeno [EMAIL PROTECTED] wrote:


Hello,
I am trying to make a Data.fs file work on my local workstation. I've
download  it from my server. My server runs Debian with Python, Zope and
Plone  installed from sources. My workstation runs Gentoo with Python,
Zope and  Plone installed from ebuild but the same versions as on the
server: Python 2.4.3
Zope 2.9.4
Plone 2.5

I've put the Data.fs and started the local Zope. But no matter what I try
to  access I always get the error:

Error Value: _log() got an unexpected keyword argument 'error'




This is a known error that will be fixed in Zope 2.9.5.

-aj

pgplhVgRjdg4f.pgp
Description: PGP signature
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Pupeno
On Sunday 24 September 2006 17:12, Andreas Jung wrote:
 --On 24. September 2006 17:02:21 + Pupeno [EMAIL PROTECTED] wrote:
  Hello,
  I am trying to make a Data.fs file work on my local workstation. I've
  download  it from my server. My server runs Debian with Python, Zope and
  Plone  installed from sources. My workstation runs Gentoo with Python,
  Zope and  Plone installed from ebuild but the same versions as on the
  server: Python 2.4.3
  Zope 2.9.4
  Plone 2.5
 
  I've put the Data.fs and started the local Zope. But no matter what I try
  to  access I always get the error:
 
  Error Value: _log() got an unexpected keyword argument 'error'

 This is a known error that will be fixed in Zope 2.9.5.

Is there any workaround ?

-- 
Pupeno [EMAIL PROTECTED] (http://pupeno.com)


pgpESzuccvfO6.pgp
Description: PGP signature
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Andreas Jung



--On 24. September 2006 17:30:02 + Pupeno [EMAIL PROTECTED] wrote:


On Sunday 24 September 2006 17:12, Andreas Jung wrote:

--On 24. September 2006 17:02:21 + Pupeno [EMAIL PROTECTED] wrote:
 Hello,
 I am trying to make a Data.fs file work on my local workstation. I've
 download  it from my server. My server runs Debian with Python, Zope
 and Plone  installed from sources. My workstation runs Gentoo with
 Python, Zope and  Plone installed from ebuild but the same versions as
 on the server: Python 2.4.3
 Zope 2.9.4
 Plone 2.5

 I've put the Data.fs and started the local Zope. But no matter what I
 try to  access I always get the error:

 Error Value: _log() got an unexpected keyword argument 'error'

This is a known error that will be fixed in Zope 2.9.5.


Is there any workaround ?


Fetch the bugfix from the SVN.

-aj



pgpZOFwtK5XRV.pgp
Description: PGP signature
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Pupeno
On Sunday 24 September 2006 17:35, Andreas Jung wrote:
 --On 24. September 2006 17:30:02 + Pupeno [EMAIL PROTECTED] wrote:
  On Sunday 24 September 2006 17:12, Andreas Jung wrote:
   This is a known error that will be fixed in Zope 2.9.5.
 
  Is there any workaround ?

 Fetch the bugfix from the SVN.

I've searched the bug database for this bug and I couldn't find it. Can you 
give me any hints to help me find the fix on SVN ?

-- 
Pupeno [EMAIL PROTECTED] (http://pupeno.com)


pgpmBJ4GudAJk.pgp
Description: PGP signature
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Andreas Jung



--On 24. September 2006 17:52:03 + Pupeno [EMAIL PROTECTED] wrote:


On Sunday 24 September 2006 17:35, Andreas Jung wrote:

--On 24. September 2006 17:30:02 + Pupeno [EMAIL PROTECTED] wrote:
 On Sunday 24 September 2006 17:12, Andreas Jung wrote:
  This is a known error that will be fixed in Zope 2.9.5.

 Is there any workaround ?

Fetch the bugfix from the SVN.


I've searched the bug database for this bug and I couldn't find it. Can
you  give me any hints to help me find the fix on SVN ?


Well, the traceback tells you clearly that the error occurs in 
BeforeTraverse.py.


-aj



pgpmr8ywaxmEA.pgp
Description: PGP signature
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Ferhat Ayaz
Hi,

It's not so difficult to fix it by yourself. Here is
the answer:

http://mail.zope.org/pipermail/zope-collector-monitor/2006-July/006905.html

Greets,
Ferhat




--- Pupeno [EMAIL PROTECTED] wrote:

 Hello,
 I am trying to make a Data.fs file work on my local
 workstation. I've download 
 it from my server. My server runs Debian with
 Python, Zope and Plone 
 installed from sources. My workstation runs Gentoo
 with Python, Zope and 
 Plone installed from ebuild but the same versions as
 on the server:
 Python 2.4.3
 Zope 2.9.4
 Plone 2.5
 
 I've put the Data.fs and started the local Zope. But
 no matter what I try to 
 access I always get the error:
 
 Error Value: _log() got an unexpected keyword
 argument 'error'
 
 The whole error is:
 
 Site Error
 An error was encountered while publishing this
 resource. 
 Error Type: TypeError
  Error Value: _log() got an unexpected keyword
 argument 'error'
  
 Troubleshooting Suggestions
 The URL may be incorrect.
 The parameters passed to this resource may be
 incorrect.
 A resource that this resource relies on may be
 encountering an error.
 For more detailed information about the error,
 please refer to the error log. 
 If the error persists please contact the site
 maintainer. Thank you for your 
 patience. 
 
 and the error.log reveals:
 
 --
 2006-09-24T16:34:06 ERROR Zope.SiteErrorLog
 http://phoenix.pupeno.com:8080
 Traceback (innermost last):
   Module ZPublisher.Publish, line 106, in publish
   Module ZPublisher.BaseRequest, line 275, in
 traverse
   Module ZPublisher.BeforeTraverse, line 108, in
 __call__
   Module logging, line 999, in error
 TypeError: _log() got an unexpected keyword argument
 'error'
 
 I can't find any other useful information. Any ideas
 what the problem might 
 be ?
 
 Thank you.
 -- 
 Pupeno [EMAIL PROTECTED] (http://pupeno.com)
  ___
 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 )
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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] unexpected keyword argument 'error'

2006-09-24 Thread Pupeno
On Sunday 24 September 2006 18:50, Ferhat Ayaz wrote:
 Hi,

 It's not so difficult to fix it by yourself. Here is
 the answer:

 http://mail.zope.org/pipermail/zope-collector-monitor/2006-July/006905.html

Thank you. That was useful!

But I still can't access this Data.fs, but I'll put that in another thread.

Thank you.
-- 
Pupeno [EMAIL PROTECTED] (http://pupeno.com)


pgpzdsogrSOcz.pgp
Description: PGP signature
___
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 )