Summary | Cannot add new event in Calendar under Windows |
Queue | Kronolith |
Queue Version | 3.0.15 |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | |
Requester | almikhailov (at) parallels (dot) com |
Created | 04/10/2012 (4811 days ago) |
Due | |
Updated | 06/01/2012 (4759 days ago) |
Assigned | 04/12/2012 (4809 days ago) |
Resolved | 06/01/2012 (4759 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
But it does not have matter. You can just use the same workaround
which was in H3 based Calendar. Just provide separate fields for
year, month, day in Add Event form interface.
the dates or times.
New Attachment: h3-calendar.JPG
But it does not have matter. You can just use the same workaround
which was in H3 based Calendar. Just provide separate fields for year,
month, day in Add Event form interface.
Priority ⇒ 2. Medium
State ⇒ Feedback
Priority ⇒ 3. High
State ⇒ Unconfirmed
New Attachment: event.JPG
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Due ⇒ 04/10/2012
Summary ⇒ Cannot add new event in Calendar under Windows
Type ⇒ Bug
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.