[Zope-dev] Zope Tests: 31 OK, 3 Failed

2010-06-23 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Jun 22 12:00:00 2010 UTC to Wed Jun 23 12:00:00 2010 UTC. There were 34 messages: 6 from Zope Tests, 11 from ccomb at free.fr, 1 from ct at gocept.com, 16 from jdriessen at thehealthagency.com. Test failures - Subject: FAILED:

[Zope-dev] zope.sendmail and critical transaction errors.

2010-06-23 Thread Laurence Rowe
With Zope2's MailHost now using zope.sendmail, we're seeing some critical errors when sending mail when the mail server domain name is misconfigured. http://dev.plone.org/plone/ticket/10675 (these are triggered by a password reset mail, the registration mail is sent immediately). This is because

Re: [Zope-dev] zope.sendmail and critical transaction errors.

2010-06-23 Thread Hanno Schlichting
Hi. On Wed, Jun 23, 2010 at 1:59 PM, Laurence Rowe l...@lrowe.co.uk wrote: I think the Before Commit Hook option is probably best here. DirectMailDelivery should only be used for testing anyway, or at least only on very small sites in production - QueuedMailDelivery will scale better. A

Re: [Zope-dev] zope.sendmail and critical transaction errors.

2010-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Laurence Rowe wrote: With Zope2's MailHost now using zope.sendmail, we're seeing some critical errors when sending mail when the mail server domain name is misconfigured. http://dev.plone.org/plone/ticket/10675 (these are triggered by a password

[Zope-dev] Problem with CMF trunk and Zope 2 trunk

2010-06-23 Thread Charlie Clark
Hi, I just wanted to test something with the CMF buildout and I'm getting the following error. As far as I can tell I have everything correctly up to date. What's going wrong? Charlie fuchsia:trunk charlieclark$ bin/instance fg Traceback (most recent call last): File bin/instance, line

Re: [Zope-dev] Problem with CMF trunk and Zope 2 trunk

2010-06-23 Thread Hanno Schlichting
Hi. On Wed, Jun 23, 2010 at 8:52 PM, Charlie Clark charlie.cl...@clark-consulting.eu wrote: I just wanted to test something with the CMF buildout and I'm getting the following error. As far as I can tell I have everything correctly up to date. What's going wrong? You have likely some old SVN

Re: [Zope-dev] Problem with CMF trunk and Zope 2 trunk

2010-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charlie Clark wrote: Hi, I just wanted to test something with the CMF buildout and I'm getting the following error. As far as I can tell I have everything correctly up to date. What's going wrong? Charlie fuchsia:trunk charlieclark$

Re: [Zope-dev] Problem with CMF trunk and Zope 2 trunk

2010-06-23 Thread Charlie Clark
Am 23.06.2010, 21:05 Uhr, schrieb Hanno Schlichting ha...@hannosch.eu: You have likely some old SVN remains. If you do an svn st on the Zope2 tree, you should see some orphaned directories - remove those. Alternatively remove the Zope2 checkout and start fresh. Thanks Hanno and Tres for the