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
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