[Catalyst] DBIC custom SQL hack stopped working after upgrading Catalyst

Tomas Doran bobtfish at bobtfish.net
Fri Aug 6 15:42:19 GMT 2010


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




More information about the Catalyst mailing list