[Catalyst] problem deploying with apache: templates not found
    Marc Logghe 
    Marc.Logghe at DEVGEN.com
       
    Wed Oct 11 12:33:35 CEST 2006
    
    
  
________________________________
	From: catalyst-bounces at lists.rawmode.org
[mailto:catalyst-bounces at lists.rawmode.org] On Behalf Of Andreas
Marienborg
	Sent: Wednesday, October 11, 2006 12:05 PM
	To: The elegant MVC web framework
	Subject: Re: [Catalyst] problem deploying with apache: templates
not found
	
	
	Does the folder below your root/ have the Makefile.PL? 
	
	
	Its used to determine the home-folder of the application, so if
thats missing, you probably get the wrong home folder, and thus the
wrong paths to the templates.
	
	
	
	
	andreas
	
	
	 
	Ah, did not know that file was important. Anyways, it is still
there and apparently the home is set correctly:
	
	home   => "/home/marcl/catalyst/myapp",
	    name   => "myapp",
	    root   => bless({
	                dirs => ["", "home", "marcl", "catalyst",
"myapp", "root"],
	                file_spec_class => undef,
	                volume => "",
	              }, "Path::Class::Dir"),
	Thanks for the reply !
	Regards,
	Marc
	 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20061011/f9246902/attachment.htm 
    
    
More information about the Catalyst
mailing list