From: Chris W. <ch...@cw...> - 2002-01-10 02:58:31
|
On Wed, 2002-01-09 at 12:11, And...@Be... wrote: > .. a little different: > > - when testing I just forgot to set the active flag > - the file got uploaded OK and the record in the page table got written > - so I recalled the page manually with /Page/show/ bla location=/test > whatever and the record got retrieved OK > - when I tried to switch the active flag to on now, and pressed modify, the > handler told me, that the page was not active - which I already knew, since > I wanted to change that ;-) We actually do two active checks. The first is the 'is_active' flag. The second uses the 'active_on' and 'expires_on' dates. It might be that your database (mysql, right?) has set a default 'active_on' date to something like '0000-00-00 00:00:00', or that the dates are set so that you can't view the page. I'll stick some debugging items in the date check to help out with this... Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |