[horde] problems with horde from CVS

Craig White craigwhite at azapple.com
Mon Jan 5 19:01:53 PST 2004


On Mon, 2004-01-05 at 18:55, Michael M Slusarz wrote:
> Quoting Chad Beckman <cjboeckm at hotmail.com>:
> 
> | I had the EXACT same error message when I updated my HEAD version of Horde
> | and IMP back on December 23rd.  I have given up for the time being and
> | resulted to a RELENG install instead.  If anyone can figure out what changed
> | since the end of November that requires a Category backend I would like to
> | know.
> 
> Mail logging uses categories, but nothing has changed since December 23rd that
> would have caused IMP to start working unless something else on your system has
> changed.  I haven't touched my categories table in months, and i have
> absolutely no problem whatsoever.
> 
> You should probably make sure 1) all the framework modules are up-to-date, 2)
> make sure $conf['sql']['phptype'] is set correctly (this should *NOT* be 'sql')
> - in the e-mail link you provided it looked like the person having the problems
> didn't have this set).
---
I agree that it's me that is stupid and I am taking no solace in the
fact that I am at least one of three with this problem. I have made
RELENG 2/3 (horde/imp) work on at least 4 other systems and I thought I
pretty much understood the configuration...but now I am trying to set up
HEAD.

OK so...

1 - framework is up to date (assuming Dec 26, 2003 is up to date)

2 - where is this $conf['sql']['phptype'] to be set?

in horde/config/conf.php ?
$conf['sql']['phptype'] = 'mysql'; is what it is set to...

do I have php_mysql?
# rpm -qa|grep php
php-imap-4.3.2-8.ent
php-mysql-4.3.2-8.ent
php-4.3.2-8.ent
php-ldap-4.3.2-8.ent

can I log in to mysql? same user / password / localhost as in conf.php

# mysql horde -h localhost -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 117 to server version: 3.23.58
mysql> show tables;
+---------------------------+
| Tables_in_horde           |
+---------------------------+
| horde_categories          |
| horde_category_attributes |
| horde_prefs               |
| horde_users               |
+---------------------------+
4 rows in set (0.00 sec)

I have enclosed a copy of my conf.php - note that present state I have
commented out...
// $conf['auth']['driver'] = '';
// $conf['auth']['params']['app'] = '';

but in various efforts has set them to application/imp (suggested by imp
to not do that for initial setup) and sql / blank and ...

I have also obscured the password for the mysql log in for obvious
reasons. If anyone will take the time to parse it to find where I am
going wrong, I would greatly appreciate it. I'm not enclosing the
test.php output because it is fine, all pear modules have been
installed.

Craig

20K enclosure - my apologies to any/all who are offended

-------------- next part --------------
A non-text attachment was scrubbed...
Name: conf.php
Type: application/x-php
Size: 20378 bytes
Desc: not available
Url : http://lists.horde.org/archives/horde/attachments/20040105/7b40ae5c/conf-0002.bin


More information about the horde mailing list