[Catalyst] error running script/app_server.pl
Matt S Trout
dbix-class at trout.me.uk
Sun Mar 5 15:00:37 CET 2006
On Sun, Mar 05, 2006 at 11:27:18AM +0200, Octavian Rasnita wrote:
> Subroutine File::Slurp::O_RDWR redefined at E:/usr/site/lib/File/Slurp.pm
> line 7
> Subroutine File::Slurp::O_CREAT redefined at E:/usr/site/lib/File/Slurp.pm
> line 7
> Subroutine File::Slurp::O_EXCL redefined at E:/usr/site/lib/File/Slurp.pm
> line 7
>
> The page http://localhost:3000/ is displayed correctly, but if I try to see
> http://localhost:3000/users/greet nothing is displayed. No error, nothing
> printed on the screen.
>
> The greet.tt file is found, because if I move it in another location the
> program prints an error telling that the file was not found.
> So there might be a problem reading the template file correctly and this
> might have something to do with the File::Slurp module.
The File::Slurp warnings are from ConfigLoader; if you upgrade to the latest
version of that (or the latest Catalyst which should have it inline) that
should get rid of them - and it won't be related to the problem you're
seeing.
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list