[imp] Notice

Igor Stroh stroh@scan-plus.de
Sun Oct 20 16:35:54 PDT 2002


On Son, 2002-10-20 at 09:10, Peter Hornberger wrote:
> Hi,
> what does this mean?
> Notice: Undefined index: socket in /usr/share/php/DB/mysql.php on line 108

probably a configuration error. check your horde/config/conf.php, search
the part where you defined your DB params. There's a line saying
$conf['sql']['protocol'] = 'unix';
change it to
$conf['sql']['protocol'] = 'tcp';
or, if you want to use unix sockets instead of TCP then add a line like
$conf['sql']['socket'] = <your socket>;
to conf.php

HTH,
Igor


More information about the imp mailing list