[imp] Debugging help

Eric W. Bates ericx_lists at vineyard.net
Tue Aug 19 13:42:25 PDT 2003


Problem described below was fixed by deleting all preference records for user and allowing imp to recreate new ones. Are any of these known to be an issue?

mysql> select * from horde_prefs where pref_uid like '%blaport%';
+-----------------------+------------+----------------+------------+
| pref_uid              | pref_scope | pref_name      | pref_value |
+-----------------------+------------+----------------+------------+
| blaporte at vineyard.net | imp        | last_login     | 1061321383 |
| blaporte at vineyard.net | horde      | save_sent_mail |            |
| blaporte at vineyard.net | turba      | sortby         | 1          |
| blaporte at vineyard.net | turba      | sortdir        | 0          |
| blaporte at vineyard.net | imp        | sortby         | 161        |
| blaporte at vineyard.net | imp        | sortdir        | 1          |
+-----------------------+------------+----------------+------------+
6 rows in set (0.00 sec)

mysql> delete from horde_prefs where pref_uid like '%blaport%';
Query OK, 6 rows affected (0.02 sec)

mysql> select * from horde_prefs where pref_uid like '%blaport%';
+-----------------------+------------+----------------+------------+
| pref_uid              | pref_scope | pref_name      | pref_value |
+-----------------------+------------+----------------+------------+
| blaporte at vineyard.net | horde      | save_sent_mail |            |
| blaporte at vineyard.net | imp        | last_login     | 1061322754 |
+-----------------------+------------+----------------+------------+
2 rows in set (0.03 sec)

mysql>


> Date: Mon, 18 Aug 2003 17:41:33 -0400
> From: "Eric W. Bates" <ericx_lists at vineyard.net>
> Subject: [imp] Debugging help
> To: <imp at lists.horde.org>
> Message-ID: <00e801c365d1$7edb5720$68c311cc at fortiva>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> This is a bizarre problem which only involves a single user and I'm looking for suggestions about how to debug.
> 
> Right at login, Mozilla reports: "Page has no data".  (IE reports: "Host not found" which is utterly spurious...).  No other logins will work until the browser is closed and restarted.  But other authentications work fine (in both browsers).
> 
> There are no errors in the apache error log.
> 
> There is nothing wrong with the mail file.  POP and IMAP work fine.
> 
> Is there any way to get imp to spew some debugging info?
> 
> I'm running:
> 
> FreeBSD 4.7-RELEASE-p10
> apache 1.3.28
> horde 2.2.3
> imp 3.2.1
> 
> Thanks.


More information about the imp mailing list