Re: [SM-USERS] important!! (postgresql & config.php issue) Fatal error with Webcalendar plugin

2003-07-15 Thread troutb
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

Re: [SM-USERS] Fatal error with Webcalendar plugin

2003-07-08 Thread troutb
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

Re: [SM-USERS] Fatal error with Webcalendar plugin

2003-06-30 Thread troutb
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