> Hey I having the same problem.
>
> Did you every get this working?
>
> I read the INSTALL but I guess I just don't see it.
>
> I:
> reinstalled php with PEAR
> created the db (in postgresql)
> modified ./includes/config.php
>
> #--------------------- db info
> $db_type = "postgresql";
> $db_host = "localhost";
> $db_login = "<user>";
> $db_password = "";
> $db_database = "webcalendar";
>
> This works great from a psql command. ? pg_hda.conf is set to allow
> <user> to login from localhost
> ( DB user shouldn't matter ) if psql connects webcalendar should.

Sorry for the delayed response,

Per INSTALL:

4. Do anything extra that the INSTALL.html says or the README.html
   THAT MEANS EDIT THE webcalendar/includes/config.php
   if you get "getOne" errors on pages that means you
   either edited that file wrong or not at all.

It looks like you did a pretty thorough job editing the config file, but
to the best of my knowledge, this is an error that Pear throws when it has
a problem with the DSN that it constructed using those settings you gave
it in the config file.  I've only seen it when that was misconfigured, so
all I can suggest is to play with the user and the user's login
permissions (and password) in pgsql.

  - paul







-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to