On 03 Sep 2001 10:35:09 +0200, Amodiovalerio Verde wrote:
> Hmmm...
>=20
> 1=B0 there's an error in sql/setup-postgres.pl
>=20
> it's asking for UserLoginInit.pm
>=20
Arr. I should have un-tarred the dist. It's included (and tested) now.
> 2=B0 avoid strftime in autohandler ( i've no such function so other peopl=
e
> could have problem to figure it out )
>=20
strftime is in POSIX ... I've added "use POSIX" in the autohandler. Try
that and let me know if it works for you. It should come standard with
Perl.
> 3=B0 It doesn't work :( ... There's the error file attached.
>=20
Fixed. Though I have no idea why it worked for me, ever.
I also found and fixed a much larger problem that your stacktrace
indicated--thanks. It was trying to cache the entire system object, not
just the sessions in use.
You will need to delete your Mason cache files (/var/www/mason/cache/*
for me).
> Have you seen that module I told you ?
>=20
Yep. It looks like it's mainly authentication from the docs on the site
... one possible way we could work with modules like this is to split
our authentication off from the user/session data. I am not entirely
sure whether this buys us anything great, though.
> I'll look further in UserLogin later today.
>=20
Attached is 0.6.1. Thanks so much for your help!
--John
|