For some reason, although the date and time display properly in PB, it shows that our users' last login was on November 30, 1999. Is there a way to fix that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm taking some extra precautions to make sure I'm backwards compatible. i'm sure one of them is screwing me up.
is there any way you can send me the output of the following sql statement?
select userID, lastLogin from pb_users
You can send it directly to my email address.
Thanks.
philip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(make a backup first)
you could just get the latest from CVS in a separate folder and copy everything over, save for the local config file...
that's how I upgrade all my PB servers :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All right, I went and cvs'ed the latest snapshot. Works like a charm, though I had to tweak the configuration file a bit.
We'll be doing some branding on it (we like the butterfly but it's not quite our style here).
How open are you to accepting code enhancements? We're a development shop for the distance learning campus of a major public university, and we have quite a bit of PHP development experience under our belt. As we make changes, do you want to know about them?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For some reason, although the date and time display properly in PB, it shows that our users' last login was on November 30, 1999. Is there a way to fix that?
i'm taking some extra precautions to make sure I'm backwards compatible. i'm sure one of them is screwing me up.
is there any way you can send me the output of the following sql statement?
select userID, lastLogin from pb_users
You can send it directly to my email address.
Thanks.
philip
I've sent the output of that query to your personal email address. In a nutshell, for every user, the value of lastLogin was 0000-00-00.
I got it. Thanks!
I'll look into it and provide you a patch ASAP.
quick question: are you running the 0.4 release or the current CVS version?
thanks.
philip
We're currently using the 0.4 release. We're not quite that bleeding edge. ;-)
0.4 is bleeding edge. the cvs version merely patches some of those wounds LOL
Oy! Well ain't that a kick in the pants.
I'll have to emerge cvs onto my staging server then get the latest snapshot.
(make a backup first)
you could just get the latest from CVS in a separate folder and copy everything over, save for the local config file...
that's how I upgrade all my PB servers :)
All right, I went and cvs'ed the latest snapshot. Works like a charm, though I had to tweak the configuration file a bit.
We'll be doing some branding on it (we like the butterfly but it's not quite our style here).
How open are you to accepting code enhancements? We're a development shop for the distance learning campus of a major public university, and we have quite a bit of PHP development experience under our belt. As we make changes, do you want to know about them?
Absolutely.
Even if they might not be changes I would incorporate directly, at least they would give me an idea of what and how people would modify.
So, if you'd like to contribute your improvements I would personally greatly appreciate that; I'm sure other people would enjoy them as well.
Thanks!
philip