Comments below...

On 9/16/06, Miles <[EMAIL PROTECTED]> wrote:
  The frontpage theme have a bug to serve the site directory page.
  If the page request with page name (the directory page is such case), the
PageServlet get the template from db table. If the user haven't customize
the theme, this operation will lead 404 error.
  Further more, if we change this behavior to normal template fetch method
(see attached patch file
http://www.nabble.com/user-files/236039/bugfix2.patch bugfix2.patch ), there
is still a problem. The directory.vm template is considered hidden ( All
pages from theme default are hidden ) and the access is still refused. May
be a better way to solve the problem is make all theme templates not start
with "_" accessible?

When Roller 3.0 loads a theme from disk, it marks each page as hidden=false.

So I wonder, could you be using a pre-RC1 version of Roller 3.0?
Because we used to mark all pages as hidden=true.

What database are you using?
Because on one test machine I had problems with booleans on MySQL 5.X
and to fix them, I had to switch over to the JConnector 3.1 driver and
use the Hibernate MySQL5 dialect.

- Dave

Reply via email to