[Catalyst] DBIx::Class::Schema issues

Brandon Black blblack at gmail.com
Sun Mar 26 08:30:55 CEST 2006


On 3/25/06, Nilson Santos Figueiredo Junior <acid06 at gmail.com> wrote:
> Hi,
>
> I've been trying to set up at NFSHost the photo gallery application
> I've previously mentioned, just for a showcase. However, I can't seem
> to figure out why something is happening (actually... not happening).
>
> The application runs perfectly here in my machine, using the built-in
> server. However, at the server, when I try to run it, I get the
> following error message:
>
> Caught exception in Photolyst::Controller::Gallery->list "Can't locate
> object method "search" via package
> "Photolyst::Model::Persistent::Gallery" at
> /home/htdocs/Photolyst/script/../lib/Photolyst/Controller/Gallery.pm
> line 42."
>
> My machine is running the same DBIx::Class version as the server (0.05007).
> However, I'm using Catalyst 5.66 while the server is still running
> 5.63. Is it likely to be a version problem (i.e. any specific changes
> between 5.63 and 5.66 which would trigger this error)?
>
> Do you have any other suggestions and/or possible solutions?
>

Catalyst::Model::DBIC::Schema should probably require Catalyst 5.66,
as I'm pretty sure there was a bugfix in 5.66 that it relies on (the
ACCEPT_CONTEXT stuff for the resultsets).

-- Brandon



More information about the Catalyst mailing list