The error has not cleared up in a few days, so it may not be a known issue.
Quote:
error: Column 'id' in field list is ambiguous at /home/lucy/htdocs/_maketable line 67.
context:
...
63: $prevstr = $pagenum > 1 ? "<a href=$prevpage> <<< </a>" : "";
64: }
65: }
66: $sth = $dbh->prepare($query) || die $dbh->errstr;
67: $sth->execute(@$args) || die $dbh->errstr;
68:
69: $matches = $sth->rows unless($countstr);
70:
71: my @rows;
...
code stack: /home/lucy/htdocs/_maketable:67
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135
/home/lucy/htdocs/itemlist.html:8
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135
/home/lucy/htdocs/autohandler:9
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135
context:
...
63: $prevstr = $pagenum > 1 ? "<a href=$prevpage> <<< </a>" : "";
64: }
65: }
66: $sth = $dbh->prepare($query) || die $dbh->errstr;
67: $sth->execute(@$args) || die $dbh->errstr;
68:
69: $matches = $sth->rows unless($countstr);
70:
71: my @rows;
...
code stack: /home/lucy/htdocs/_maketable:67
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135
/home/lucy/htdocs/itemlist.html:8
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135
/home/lucy/htdocs/autohandler:9
/usr/local/share/perl/5.30.0/HTML/Mason/Component.pm:135