[Fri Aug 13 11:27:11 2004] [error] 815: ModPerl::Registry: Can't locate object method "table" via package "Doc::User" (perhaps you forgot to load "Doc::User"?) at /home/hive/25167/cgi-bin/Doc/User.pm line 4.\nCompilation failed in require at /home/hive/25167/cgi-bin/doc.pl line 21.\nBEGIN failed--compilation aborted at /home/hive/25167/cgi-bin/doc.pl line 21.\n #### package Doc::NodeVersion; use base 'Doc::DBI'; __PACKAGE__->table('nodeversions'); __PACKAGE__->columns(Primary => qw/vid/); __PACKAGE__->columns(Essential => qw/nid date author source mimetype extension/); __PACKAGE__->columns(Others => qw/content/); ### Make sure the content is not retrieved unneccessary __PACKAGE__->has_a(author => 'Doc::User'); __PACKAGE__->has_a(nid => 'Doc::Node'); __PACKAGE__->autoupdate(1); ... 1;