|
From: Matthias F. <id...@fe...> - 2010-01-27 21:33:19
|
Hi Andrew, Am 27.01.2010 21:51, schrieb Andrew McMillan: > It's difficult for me to guess why not from this information. Is it > possible that your PHP does not have PDO and/or pdo_pgsql built in? > This is an additional requirement in 0.9.8 which some others have > discovered. I installed now the port: databases/php5-pdo_pgsql And now I get errormessages into the error log from apache: [Wed Jan 27 22:20:52 2010] [error] [client 192.168.0.151] rscds: LOG: always: Query: SQ: Took: 0.414886 for SELECT schema_major, schema_minor, schema_patch FROM awl_db_revision ORDER BY schema_id DESC LIMIT 1; [Wed Jan 27 22:20:52 2010] [error] [client 192.168.0.151] rscds: LOG: always: Query: SQ: Error in '/usr/local/www/davical-0.9.8/inc/always.php' on line 180 [Wed Jan 27 22:20:52 2010] [error] [client 192.168.0.151] rscds: LOG: always: Query: SQ: Took: 0.440168 for SELECT *, to_char(updated at time zone 'GMT','Dy, DD Mon IYYY HH24:MI:SS "GMT"') AS modified, principal.*, 0::BIT(24) AS privileges FROM usr LEFT JOIN principal USING(user_no) WHERE lower(username) = lower(E'idefix') It seems to repeat always this line (it seems to come from thunderbird). If I try to login via web I see now in the logfile: [Wed Jan 27 22:29:47 2010] [error] [client 192.168.0.151] rscds: WARN: Login ERR: Other than one session record matches. 2, referer: http://x/ [Wed Jan 27 22:29:47 2010] [error] [client 192.168.0.151] rscds: WARN: Login ERR: Other than one session record matches. 2, referer: http://x/ (I replaced the hostname with a x) > Thanks. There is already a FreeBSD port for DAViCal (or so I > understand) but it is perhaps a little out of date, and doesn't include > the dependency on PDO. It might be a good starting point though. oh you are right, could be new, I havn't seen it yet (is version 0.9.7.6). > Mind you, I haven't released 0.9.8 too widely because it is a > significant departure from the previous 0.9.7.x series and not > completely polished as a result. Much of that should be resolved with > 0.9.8.1 in a few days, which I intend to release much more widely. oh that are good news, I can test davical on FreeBSD if you like. Have as client iMail, Thunderbird and an iPhone. Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook |