On 6 Aug 2010, at 16:44, Tobias Kremer wrote:
Hey folks, our app is using the following old and rather obscure hack which injects some custom SQL to perform a UNION. This works perfectly with the latest DBIC 0.08123 and Catalyst::Runtime 5.80007. However, after upgrading to the latest Catalyst::Runtime 5.80025 the app doesn't start anymore giving this error: Couldn't load class (MyApp) because: DBIx::Class::Row::throw_exception(): Can't locate object method "register_source" via package "MyApp::Schema" at xxx/MyApp/Schema/User.pm line 357 (see line below).
Can you load Devel::SimpleTrace and get a full stack trace of the failure?
Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
