[Catalyst] directory not allowed!? [SOLVED]

Emmanuel Quevillon tuco at pasteur.fr
Wed Feb 20 10:44:01 GMT 2008


Emmanuel Quevillon wrote:
> Hi,
> 
> I am starting writting a new application with Catalyst.
> I created app directory architecture and models.
> Now when I try to start the test server I get this error:
> 
> bash-3.00$ script/pascodb_server.pl
> Can't use string ("pAscoDB") as a HASH ref while "strict refs" in use at 
> /usr/local/lib/perl5/site_perl/5.8.8/Class/Accessor/Fast.pm line 39.
> Compilation failed in require at script/pascodb_server.pl line 53.
> 
> So I've quoted the module name passed to required.
> But now I am facing another problem:
> 
> bash-3.00$ script/pascodb_server.pl
> Directory 
> /export/home/tuco/src/perl/projects/Catalyst/pAscoDB/script/../lib/pAscoDB 
> not allowed in require at script/pascodb_server.pl line 53.
> 
> 
> Someone any clue?
> Cheers
Hi,
Problem solved, it was a call to a wrong plugin 
'Session::FastMmap' instead of 'Session::Store::FastMmap'

sorry for bothering you with my last email

Cheers

-- 
-------------------------
Emmanuel Quevillon
Biological Software and Databases Group
Institut Pasteur
+33 1 44 38 95 98
tuco at_ pasteur dot fr
-------------------------



More information about the Catalyst mailing list