Re: [Maypole] Beginner's problem with has_a mappings

2006-04-08 Thread Dave Howorth
On Fri, 2006-04-07 at 16:01 -0400, David Golombek wrote: > I have the following Maypole app (shown here in simplified form): > When I try to access the versions page, I get: > > > undef error - DBD::Pg::st execute failed: ERROR: invalid input syntax for > > integer: "grub-doc" > > [for Stateme

[Maypole] Beginner's problem with has_a mappings

2006-04-07 Thread David Golombek
I have the following Maypole app (shown here in simplified form): PermaVat->setup('dbi:Pg:dbname=debian', scalar(getpwuid($>))); PermaVat->config->{rows_per_page} = 20; PermaVat->config->template_root("/var/www/debian/templates"); PermaVat->config->display_tables([qw[versions]]); PermaVat::Version