Question
Whenever someone creates a new user in my TWiki site, (we are using pubcookie and not TWiki's authentication), their default 'new user' page created for them, from the new user page template, has a last modified date of Jan 01, 1970 (the unix birthdate) and not the date they signed up. Every other page; however, has correct datestamps.
I have set the TWiki to use the server date, though I don't suspect this is a problem. Needless to say, I have tried looking for an answer with no luck...
Environment
--
JamesMalone - 18 Jan 2005
Answer
Well, it seems that I resolved the issue. I am using AIX (ick) and the
RCS binaries were not installed. I decided to ditch RCSLite (quite a bit of overhead from what I could tell). Now, for AIX 4.2, the rcsdiff app will not take a -B argument (takes -b) instead. When I fixed this problem, which was mentioned on a HP-UX page, everything suddenly started to work...
--
JamesMalone - 26 Jan 2005