<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi<br>
<br>
I have found the issue with Calendar entries. It seems that the
timezone is not being set correctly. I have added the the following
hardcoded timezone setting into
/usr/share/roundcubemail/plugins/calendar/drivers/kolab/kolab_calendar.php
(line 205) and now all the calendar entries are showing up.<br>
<br>
<b>date_default_timezone_set('Australia/Perth');</b><br>
$start = new DateTime('@'.$start);<br>
$end = new DateTime('@'.$end);<br>
<br>
I am still getting tons of warning about "date(): It is not safe to
rely on the system's timezone settings.." which implies there is
some issue with timezone settings. <br>
<br>
I have checked to ensure my timezone is correct in php.ini through
phpinfo() so need to delve deeper into the reason for these errors
and warnings.<br>
<br>
Regards<br>
O <br>
<br>
<br>
<div class="moz-cite-prefix">On 01/05/13 02:47, Thomas Spuhler
wrote:<br>
</div>
<blockquote cite="mid:201304301147.34790.thomas@btspuhler.com"
type="cite">
<pre wrap="">On Tuesday, April 30, 2013 06:27:13 AM ocset wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi
I have installed Kolab 3.0 on CentOS 6.4 which seems to have installed
successfully. There seems to be an issue with Roundcube and I am trying
to debug the problem but need some help regarding the Kolab architecture.
</pre>
</blockquote>
<pre wrap="">What Apache version are you using?
</pre>
<blockquote type="cite">
<pre wrap="">
With Roundcube, when I create a Calendar entry,
</pre>
</blockquote>
<pre wrap="">I get a "Server Error (Internal Server Error) The entry shows in read.
</pre>
<blockquote type="cite">
<pre wrap="">and change the focus to
Email and back to Calendar, the entry disappears.
</pre>
</blockquote>
<pre wrap="">Same here
</pre>
<blockquote type="cite">
<pre wrap="">If I create an entry
and then try to move it, I get an "Internal Server Error" message and
the calendar entry becomes translucent and I can no longer access it.
If, as before, I go to email and back to Calendar, the entry disappears.
I have installed Kontact 4.10.2 and everything there seems to be
working. If I create a new appointment in Kontact, I can see the
Calendar entries appearing on the file system (file names 1. 2. 3. etc),
but Roundcube does not see these.
</pre>
</blockquote>
<pre wrap="">Same here, well it creates the entries folders and files, but it doesn't change anything when
entering an event
</pre>
<blockquote type="cite">
<pre wrap="">The other strange thing is that
Roundcube does create the calendar entries on the file system but they
are not displayed in the Kontact client or Roundcube.
"Address Book"/Contacts and Tasks work in Roundcube
</pre>
</blockquote>
<pre wrap="">Not here. It reports "Internal Server Error:
</pre>
<blockquote type="cite">
<pre wrap="">and Kontact. If I
only create a new contact in Roundcube, then both client can see the new
contact. If I create a new entry using Kontact, Rouncude then throws the
"Server Error" message and no longer displays any contacts.
Eventually
the Roundcube client shows a blank screen when I try to view "Address
Book".
This seems to be a message format issue because I can 't seem to find
any errors in the log files but I probably don't know what to look for
or where.
</pre>
</blockquote>
<pre wrap="">I just turned on to log the error messages in /etc/php.ini
Hmm... and I got this when trying to read e-mails:
[Tue Apr 30 11:36:37.898030 2013] [:error] [pid 8349] [client
127.0.0.1:57549] PHP Fatal error: Call to undefined function dl() in
/usr/share/php/kolabobject.php on line 22, referer:
<a class="moz-txt-link-freetext" href="http://localhost/roundcubemail/?_task=mail">http://localhost/roundcubemail/?_task=mail</a>
And guess what?
127.0.0.1:57549] PHP Fatal error: Call to undefined function dl() in
/usr/share/php/kolabobject.php on line 22, referer:
<a class="moz-txt-link-freetext" href="http://localhost/roundcubemail/?_task=task">http://localhost/roundcubemail/?_task=task</a>
in the access log, I find the error code 500 from the same component
</pre>
<blockquote type="cite">
<pre wrap="">
Please help me debug this.
Thanks in advance
_______________________________________________
Kolab-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kolab-devel@kolab.org">Kolab-devel@kolab.org</a>
<a class="moz-txt-link-freetext" href="https://www.intevation.de/mailman/listinfo/kolab-devel">https://www.intevation.de/mailman/listinfo/kolab-devel</a>
</pre>
</blockquote>
<pre wrap="">
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Kolab-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kolab-devel@kolab.org">Kolab-devel@kolab.org</a>
<a class="moz-txt-link-freetext" href="https://www.intevation.de/mailman/listinfo/kolab-devel">https://www.intevation.de/mailman/listinfo/kolab-devel</a></pre>
</blockquote>
<br>
</body>
</html>