Archive for February, 2012

Hotfix for 0.1.4RC3 available

Saturday, February 11th, 2012

We would like to announce the immediate availability of a Hotfix for the issue CN-434.
This fix resolves an issue related to the process of receiving new email messages which suddenly quits with the error message

Problem with value for date "" - Zend_Date threw an exception with the following message: No date part in '' found..

This issue is in consequence of email messages that do not provide a date field in their header. The fix will fall back to add a date field by using the local time the message was received. The fix was applied in r1386 and will be part of the upcoming 0.1.4RC4 release.

Installation Instructions

  • Download and install conjoon 0.1.4RC3, if not already done
  • Download the file hotfix-CN-434.zip
  • unzip the file and copy
    Conjoon/Modules/Groupware/Email/Letterman.php
    to the
    {conjoon_library}/conjoon_libs/Conjoon/Modules/Groupware/Email/-directory.
    Overwrite the existing file.
    The value for {conjoon_library} can be found by opening installation.info.php from the Document Root of your conjoon installation, then look up the last occurrence of $INSTALLATION_INFO and it’s property lib_path
  • clear any opcode cache, if needed.