[Tickets #11138] Cannot add new event in Calendar under Windows

bugs at horde.org bugs at horde.org
Tue Apr 10 07:52:47 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11138
------------------------------------------------------------------------------
  Ticket             | 11138
  Created By         | almikhailov at parallels.com
  Summary            | Cannot add new event in Calendar under Windows
  Queue              | Kronolith
  Version            | 3.0.15
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


almikhailov at parallels.com (2012-04-10 07:52) wrote:

PROBLEM DESCRIPTION

A new event cannot be added in Calendar under Windows platform because  
of date parsing error. See screenshot.

Also calendar buttons do not work on this form too.

ROOT CAUSE

PEAR\Horde\nls.php:
=======================
     static public function getLangInfo($item)
     {
         if (!function_exists('nl_langinfo')) {
             return false;
         }
...
=======================

OS-depended function nl_langinfo() is used here. This function is not  
implemented under Windows at all:
http://php.net/manual/en/function.nl-langinfo.php
=======================
Note: This function is not implemented on Windows platforms.
=======================

ADDITIONAL INFORMATION

There were not such problems in H3 based Calendar.



almikhailov at parallels.com (2012-04-10 07:52) uploaded: event.JPG

http://bugs.horde.org/h/services/download/?module=whups&actionID=download_file&file=event.JPG&ticket=11138&fn=%2Fevent.JPG





More information about the bugs mailing list