in reply to error in DBIx::Class::Resultset

Most likely you're trying to use a Resultset object in a way that you shouldn't, or you failed to set it up correctly.

If you want more specific advise, show us the code (including the initialization of the various DBIx::Class classes).