[imp] [kronolith] no output

djtech at djtech.org djtech at djtech.org
Thu Feb 27 16:31:22 PST 2003


Your configuration looks fine to me.  Have you tried manually logging into the 
mysql database?  Make sure horde user and password are correct and the tables 
work by doing this:

[root at osiris]: mysql -uhorde -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 784 to server version: 3.23.55

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use horde;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+----------------------+
| Tables_in_horde      |
+----------------------+
| horde_categories     |
| horde_prefs          |
| horde_sessionhandler |
| horde_users          |
| kronolith_events     |
| turba_objects        |
+----------------------+
6 rows in set (0.01 sec)

mysql> describe kronolith_events;
+---------------------+--------------+------+-----+---------+-------+
| Field               | Type         | Null | Key | Default | Extra |
+---------------------+--------------+------+-----+---------+-------+
| event_id            | bigint(20)   |      | PRI | 0       |       |
| calendar_id         | varchar(255) |      |     |         |       |
| event_description   | text         | YES  |     | NULL    |       |
| event_location      | text         | YES  |     | NULL    |       |
| event_keywords      | text         | YES  |     | NULL    |       |
| event_exceptions    | text         | YES  |     | NULL    |       |
| event_title         | varchar(80)  | YES  |     | NULL    |       |
| event_category      | varchar(80)  | YES  |     | NULL    |       |
| event_recurtype     | varchar(11)  | YES  |     | 0       |       |
| event_recurinterval | varchar(11)  | YES  |     | NULL    |       |
| event_recurdays     | varchar(11)  | YES  |     | NULL    |       |
| event_recurenddate  | datetime     | YES  |     | NULL    |       |
| event_start         | datetime     | YES  |     | NULL    |       |
| event_end           | datetime     | YES  |     | NULL    |       |
| event_alarm         | int(11)      | YES  |     | 0       |       |
| event_modified      | int(11)      |      |     | 0       |       |
+---------------------+--------------+------+-----+---------+-------+
16 rows in set (0.00 sec)

mysql> 



Quoting Sasa STUPAR <sasa at stupar.homelinux.net>:

> OK, my kronolith config:
> --------------------
> // What calendar backend is being used? Right now, the only options are
> // 'mcal' and 'sql', but others may appear at some point in the future.
> $conf['calendar']['driver'] = 'sql';
> 
> // What MCAL driver is being used? 'mstore' is the local file driver,
> // and is the only one with extensive testing. There is also an ICAP
> // driver, and theoretically an ICAP server, but Kronolith has not
> // been tested with them.
> //$conf['calendar']['params']['driver'] = 'mstore';
> 
> // The mstore driver requires a username and a password that is in
> // /etc/mpasswd in order to access local calendars.
> //$conf['calendar']['params']['username'] = '';
> //$conf['calendar']['params']['password'] = '';
> 
> 
> 
> $conf['calendar']['params']['phptype'] = 'mysql';
> $conf['calendar']['params']['hostspec'] = 'localhost';
> $conf['calendar']['params']['username'] = 'horde';
> $conf['calendar']['params']['password'] = 'horde';
> $conf['calendar']['params']['database'] = 'horde';
> $conf['calendar']['params']['table'] = 'kronolith_events';
> $conf['calendar']['params']['charset'] = 'iso-8859-1';
> -------------------------
> In the logs there is nothing, no error entry or whatsoever.
> 
> Any idea?
> 
> Sasa
> 
> 
> 
> On 2/27/2003 4:44 PM, Chuck Hagenbuch a écrit:
> > Quoting Sasa STUPAR <sasa at stupar.homelinux.net>:
> > 
> >> I have just downloaded from CVS RELENG_3 version of kronolith and again
> >> when I want to go to the calendar I get blanc screen. This is
> >> frustrating. I am using Horde 2.2, IMP 3.2, Nag 1.1, Mnemo 1.1, Turba
> >> 1.1. Everything works fine except kronolith.
> >> 
> >> Please somebody respond !!!
> > 
> > Blank screens usually mean a segfault or something. You haven't really
> told
> > us anything about your kronolith config, you haven't given us log entries
> > (Apache or Horde), etc. So there isn't much we can do for you.
> > 
> > -chuck
> > 
> > --
> > Charles Hagenbuch, <chuck at horde.org>
> > must ... find ... acorns ... *thud*
> > 
> 
> 
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> 
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



More information about the imp mailing list