[kronolith] Problems installing kronolith

barjunk barjunk@attglobal.net
01 Jul 2002 08:43:57 -0800


Hans,

If I remember right, an empty page means that kronolith cannot connect
to the SQL backend.  Have you configured that yet?

Mike

On Mon, 2002-07-01 at 07:27, Hans-Jürgen Schwarz wrote:
> Hello List,
> I installed kronolith with mysql, but it won t work. When I go to "Calend=
ar" 
> the page stays white and emty. I could not find anything about kronolith =
in 
> the registry.php, so I searched about it in the web and was adding this:
> 
> 
>  * Application registry
> 
> $this->applications['kronolith'] = array(
>     'fileroot' => dirname(__FILE__) . '/../kronolith',
>     'webroot' => $this->applications['horde']['webroot'] . '/kronolith'=
,
>     'icon' => $this->applications['horde']['webroot'] . 
> '/kronolith/graphics/kronolith.gif',
>     'name' => _("Calendar"),
>     'allow_guests' => false,
>     'show' => true
> );
> 
>  * Service registry
> $this->services['kronolith']['horde']['summary'] = array(
>     'file' => '%application%/lib/api.php',
>     'function' => 'kronolithSummary',
>     'args' => array(),
>     'type' => 'string'
> );
> 
> Am I something missing, or what else could be the problem?
> I off course added the tables and stuff as root. In  the conf.php I was 
> uncommenting everything about mcal.
> Thank you very much for help.
> 
> Hans-Juergen 
> 
> 
> 
> 
> -- 
> Kronolith mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org