[Webcalendar] webcal running but display is not correct

Larry Howe larry.howe a t comjet.com
Thu, 6 Oct 2005 19:48:52 -0400


Lucy,

It sounds like webcal doesn't know where the images directory is. If you view 
the source of the displayed web page, you'll see tags that look like this:

<img src="/cal/images/spacer.gif" width=16 height=1 border=0>

Make sure that the image files are actually located where webcal thinks they 
are. If not then you'll have to change the path where webcal is looking. The 
path is controlled by these lines in webcalConfig.pm, but I'm not sure if 
you're supposed to edit this directly, or use some other method.

'imgdir' => '/home/comjetco/public_html/cal/images',
'fimgdirurl' => 'http://www.comjet.com/cal/images',
'imgdirurl' => '/cal/images',

Larry

On Thursday 06 October 2005 15:13, Lucy Upchurch wrote:
> I have installed webcal on linux and it is now running.  I created a
> calendar but is is not being displayed correctly.  It is display boxes
> where the time should be displayed.  The Webcal icon is not being
> displayed.  The tabs with Calendar, Tasks, Contacts, etc. are not tabs.
> They are boxes.  Apparently, I have incorrect links to something but I
> can't figure out what it is and whether it is defined in the
> webcalConfig.pm or install.pl file.  Any assistance would be greatly
> appreciated.
>
> Thanks.
>
> Lucy