I replicated a Perl catalyst web application on a new server, making sure catalyst, MySQL, and all required Perl modules have the same versions across both servers. But I keep getting a strange DBIx error message when I try to login on one server.
This is the error.
[error] DBIx::Class::ResultSet::search(): No such relationship committee_members on Committee at /mnt/data/www/apps/org/script/../lib/org/Controller/Users.pm line 57 [debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: 204782
The relationship clearly exists in the database. Has any one else had this issue?
Any help is appreciated.