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
-------------------------

_______________________________________________
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/

Reply via email to