IMP 2.3.7: No folders selectable/shown

Alexander Skwar ASkwar@DigitalProjects.com
Mon, 10 Sep 2001 23:30:14 +0200


Hi.

I'm having some trouble configuring the current CVS IMP and Horde.  In
imp/config/conf.php I've set:

	$conf['user']['allow_folders'] = true;
	$conf['server']['server_list'] = false;
	$conf['server']['change_server'] = true;
	$conf['server']['change_port'] = true;
	$conf['server']['change_protocol'] = true;

Now, I can login fine using to localhost using IMAP (running uw-imapd
imap-2000c).  However, when I go to the folder management screen, I only
see the INBOX, saved-messages and sent-mail folders.  None of the other
folders are visible.

I've created the horde_prefs table in the horde database per the
horde/docs/INSTALL file:

    mysql> create table horde_prefs (pref_uid varchar(32) not null,
        pref_scope varchar(16) not null default '',
        pref_name varchar(32) not null, pref_value text null,
        primary key (pref_uid, pref_scope, pref_name));
			    

I've also modified the horde/config/horde.php file, like so:

/**
 ** Preference System Settings
 **/
  $conf['prefs']['driver'] = 'sql';
  $conf['prefs']['params'] = array();
  $conf['prefs']['params']['phptype'] = 'mysql';
  $conf['prefs']['params']['hostspec'] = 'localhost';
  $conf['prefs']['params']['username'] = 'user';
  $conf['prefs']['params']['password'] = 'pass';
  $conf['prefs']['params']['database'] = 'horde';
  $conf['prefs']['params']['table'] = 'horde_prefs';

(Well, kinda - I used the correct username, password and database
entries).

Before I did this, I copied all the .php.dist files to .php, like so:

for file in `find /var/www/html/horde -name "*.php.dist"`; do
	cp $file `dirname $file`/`basename $file .dist`
done

horde/test.php only lists this as No:

MCAL Support: No 
Mcrypt Support: No 
PostgreSQL Support: No

See: http://dp.ath.cx/horde/test.php

Finally, I edited my Apache's /etc/httpd/conf/httpd.conf, to include
this:

<Directory /var/www/html/horde>
    Options Indexes FollowSymLinks
    AllowOverride None
    order allow,deny
    allow from all
    <IfModule mod_php3.c>
        php3_magic_quotes_gpc Off
        php3_track_vars On
    </IfModule>
    <IfModule mod_php4.c>
        php_value include_path '/usr/local/cvs/php/pear:.'
        php_flag magic_quotes_gpc Off
        php_flag track_vars On
    </IfModule>
</Directory>

/usr/local/cvs/php contains php4-200109101335 from
http://snaps.php.net/php4-200109101335.tar.bz2

I'm using php 4.0.6 otherwise.  This is on a Mandrake Cooker (~8.1 Beta
3) machine.

In IMP 2.2.4 and in other IMAP capable MUAs (like mutt, mozilla,
evolution...) they are visible.

What may I have done wrong and/or forgotten?

Thanks a lot for this great program!  

Alexander Skwar
-- 
How to quote:	http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:	http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
		Uptime: 15 hours 55 minutes