Discussion:
[Tickets #12888] Re: No timezone data in exported ICS file
(too old to reply)
n***@bugs.horde.org
2014-01-02 12:46:36 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | Jan Schneider <***@horde.org>
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
-State | Unconfirmed
+State | Not A Bug
-Priority | 3. High
+Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


Jan Schneider <***@horde.org> (2014-01-02 13:46) wrote:

Your server cannot access the timezone database URL and you didn't
configure an alternative location in Horde's (or Kronolith's)
configuration.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2014-01-03 12:40:08 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | ***@deffayet.com
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


***@deffayet.com (2014-01-03 12:40) wrote:

Hello,

/home/www/horde/config# cat conf.php | grep tz
$conf['timezone']['location'] = 'file:///home/www/horde/tzdata/tzdata.tar.gz';

/home/www/horde/config# ls -la /home/www/horde/tzdata/tzdata.tar.gz
-rw-r--r-- 1 root root 218866 Dec 19 04:04
/home/www/horde/tzdata/tzdata.tar.gz

/home/www/horde/config# tar -tzf /home/www/horde/tzdata/tzdata.tar.gz
Makefile
README
africa
antarctica
asia
australasia
europe
northamerica
southamerica
pacificnew
etcetera
backward
systemv
factory
iso3166.tab
zone.tab
leapseconds
leapseconds.awk
leap-seconds.list
yearistype.sh

I have put the tzdata locally on the server as according some people
on mailing-list, there is some issue on ftp.iana.org.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2014-01-03 12:49:37 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | Jan Schneider <***@horde.org>
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


Jan Schneider <***@horde.org> (2014-01-03 13:49) wrote:

Are you saying this fixed it? Or does it not work even though you have
the local tz db?
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2014-01-03 12:53:52 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | ***@deffayet.com
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Post by n***@bugs.horde.org
Are you saying this fixed it? Or does it not work even though you
have the local tz db?
I have configured Horde since the begin for use local database and it
doesn't work with local database configured.
I have also tried by using FTP but i get the same result.

The issue is not fixed.

Just let me know what test i can do for help you to locate the root cause.

Thanks
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2014-01-03 14:04:53 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | ***@deffayet.com
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Post by n***@bugs.horde.org
I have configured Horde since the begin for use local database and
it doesn't work with local database configured.
I have also tried by using FTP but i get the same result.
Update:

It seem ftp.iana.org is slow and using local ftp work fine:
$conf['timezone']['location'] = 'ftp://localhost/tz/tzdata-latest.tar.gz';
=> Work

$conf['timezone']['location'] = 'file:///home/www/horde/tzdata/tzdata.tar.gz';
=> Doesn't work.

Of course file exist and the tarball is the same as on ftp server:
-rw-r--r-- 1 root root 218866 Dec 19 04:04
/home/www/horde/tzdata/tzdata.tar.gz
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2014-01-03 16:59:02 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12888
------------------------------------------------------------------------------
Ticket | 12888
Updated By | ***@deffayet.com
Summary | No timezone data in exported ICS file
Queue | Kronolith
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------


***@deffayet.com (2014-01-03 16:59) wrote:

And the http method doesn't work also:
$conf['timezone']['location'] =
'http://www.iana.org/time-zones/repository/tzdata-latest.tar.gz';
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
Loading...