[dev] Head version.

Edwin Culp eculp@encontacto.net
Sat, 19 Jan 2002 07:09:50 -0800


Quoting Jan Schneider <jan@horde.org>:

> Zitat von Edwin Culp <eculp@encontacto.net>:
>
> > I just pulled down the latest cvs head branch and did the same with
> > php4.
> > Both brand new:-(
> >
> > When logging in I get the following:
> >
> > Notice: Undefined index: protocol in /usr/local/lib/php/DB/mysql.php on
> > line 107
> >
> > Notice: Undefined index: port in /usr/local/lib/php/DB/mysql.php on line
> > 111

It seems to have become a bit happier with port '3306' but the empty protocol
didn't seem to be what it was looking for.

The new messages are:

Notice: Undefined index: protocol in /usr/local/lib/php/DB/mysql.php on line 107

Notice: Undefined index: socket in /usr/local/lib/php/DB/mysql.php on line 108
 
It isn't really causing a problem but it is annoying.

Thanks,

ed

>
> Looks like they throw a notice message now if you don't supply a protocol
> and port entry in the dsn hash.
> Try adding empty ('') entries for protocol and port in your preferences
> hash in horde.php.
>
> Jan.
>
> --
> ::::::::::::::::::::::::::::::::::::::::
> AMMMa AG - discover your knowledge
> :::::::::::::::::::::::::::
> Detmolder Str. 25-33 :: D-33604 Bielefeld
> fon +49.521.96878-0 :: fax  +49.521.96878-20
> http://www.ammma.de
> ::::::::::::::::::::::::::::::::::::::::::::::
>
> --
> Horde Developers mailing list: http://horde.org/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
>
>




---