[Bug 873] New - Bug in Kronolith 0.0.3

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 12 Feb 2002 05:50:57 -0400


http://bugs.horde.org/show_bug.cgi?id=873

*** shadow/873	Tue Feb 12 05:50:57 2002
--- shadow/873.tmp.22076	Tue Feb 12 05:50:57 2002
***************
*** 0 ****
--- 1,73 ----
+ Bug#: 873
+ Product: Horde
+ Version: 2.0 Stable
+ Platform: MSIE 5
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: juergen.barth@barth-partner.ch               
+ URL: 
+ Summary: Bug in Kronolith 0.0.3
+ 
+ Hi,
+ 
+ sorry that I put this message on the Horde component but there is no 
+ possibility to enter a bug report for Kronolith...
+ 
+ I am currently testing Kronolith 0.0.3 and each time I try to create a calendar 
+ entry I get the following errors. Can you please help me?
+ 
+ Thanks and best regards
+ Jürgen
+ 
+ ---
+ URL: http://myhost/horde/kronolith/addeventaction.php
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 244
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 247
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 250
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 253
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 292
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 335
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 348
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 363
+ 
+ Warning: Unable to find stream pointer 
+ in /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php on line 64
+ 
+ Warning: Cannot add header information - headers already sent by (output 
+ started at /usr/local/apache/htdocs/horde/kronolith/lib/Driver/mcal.php:244) 
+ in /usr/local/apache/htdocs/horde/kronolith/addeventaction.php on line 22
+ 
+ 
+ The correspinding code looks like:
+ 
+ function readFormData($eventData)
+     {
+         global $prefs;
+ 
+         // basic fields
+         if (isset($eventData['title'])) {
+             mcal_event_set_title($this->driver->stream, Horde::dispelMagicQuotes
+ ($eventData['title']));
+         }