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

bugs at horde.org bugs at horde.org
Thu Apr 12 09:52:26 UTC 2012


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

Ticket URL: http://bugs.horde.org/ticket/11138
------------------------------------------------------------------------------
  Ticket             | 11138
  Updated By         | Jan Schneider <jan at horde.org>
  Summary            | Cannot add new event in Calendar under Windows
  Queue              | Kronolith
  Version            | 3.0.15
  Type               | Bug
-State              | Unconfirmed
+State              | Feedback
-Priority           | 3. High
+Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Jan Schneider <jan at horde.org> (2012-04-12 11: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.
> =======================

Is there some equivalent on Windows?





More information about the bugs mailing list