turns out that those of us using postgres will find a big problem.
pear wants pgsql but the config.php and related files want postgresql ( as the db
type )
I hard coded the type to pgsql in login.php and it connects just fine
but as a whole webcalendar is still on working
Thought everyone wou
Well I copied login.com to pear.php and hack it up see below.
And the getOne function works get ..
I still looking into ... but any insight would help!
By the way ... why is the public access removed from the squirrel version of
webcalendar?
Won't want to still hare we people who don't have email
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