[kronolith] cannot add event
    Anton Kornexl 
    Anton.Kornexl at uni-passau.de
       
    Sun Feb 22 22:47:56 PST 2004
    
    
  
Antoine Jacoutot wrote:
> On Sunday 22 February 2004 14:27, Thierry Thomas wrote:
> 
>>OK. I would say to increase the level of debug ($conf['log']['priority']
>>in horde.php) and see if you can catch some error messages in the log
>>file.
> 
> 
> Well, I already did that but I got no errors, just regular debug output.
> I do have one strange thing in my httpd-error log:
> 
> File does not exist: /usr/local/www/horde/kronolith/width=
> 
> This is all I could find...
To get rid of these errors you have to make the following changes:
in /horde/kronolith/templates/day/row.inc and row_half.inc
the line
  <td width="1%" class="<?php echo $style ?>"><?php Horde::pimg('clear.gif', '',
'width="5" height="10"'); ?></td>
has wrong parameter sequence for Horde::pimg
correct:
<td width="1%" class="<?php echo $style ?>"><?php Horde::pimg('clear.gif',
'width="5" height="10"',''); ?></td>
-- 
kind regards
Anton Kornexl
    
    
More information about the kronolith
mailing list