Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Kiki
Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under mod_perl I get the following:

[Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Richard Jones
Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under mod_perl I get the following: Couldn't render template

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Richard Jones
Kiki wrote: Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under mod_perl I get the

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Jason Kohles
On Jun 29, 2007, at 5:47 AM, Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Richard Jones
Jason Kohles wrote: On Jun 29, 2007, at 5:47 AM, Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Bill Moseley
On Fri, Jun 29, 2007 at 02:20:23PM +0100, Richard Jones wrote: I didn't actually 'install' it as such, just copied the MyApp directory under my /home folder, added the path/to/MyApp/lib to mod_perl's lib in startup.pl file so it can find MyApp.pm, and re-started the server. It looks like

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Richard Jones
Bill Moseley wrote: On Fri, Jun 29, 2007 at 02:20:23PM +0100, Richard Jones wrote: I didn't actually 'install' it as such, just copied the MyApp directory under my /home folder, added the path/to/MyApp/lib to mod_perl's lib in startup.pl file so it can find MyApp.pm, and re-started the

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Matt S Trout
On Fri, Jun 29, 2007 at 11:49:33AM +0100, Richard Jones wrote: Kiki wrote: Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Richard Jones
Richard Jones wrote: Kiki wrote: Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under

[Catalyst] Re: Form::Processor::Model::DBIx?

2007-06-29 Thread Dennis Daupert
* Dennis Daupert asketh: Is anyone working on a Form::Processor::Model::DBIx, perchance? * Aristotle Pagaltzis respondeth: That would be difficult. DBIx is a namespace for all manner of different modules; making an adapter that can deal with all of them would be quite a feat. Do you mean

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Matt S Trout
On Fri, Jun 29, 2007 at 04:33:46PM +0100, Richard Jones wrote: This is getting weirder - if I try to load a page normally available only after login, I get another path error in addition to the template error: Form (search): Can't find form config search.fb in:

[Catalyst] Re: Template rendering error under mod_perl

2007-06-29 Thread A. Pagaltzis
* Richard Jones [EMAIL PROTECTED] [2007-06-29 18:35]: OK, contrary to my previous post, it clearly is a file permissions issue (thanks KiKi), as chmod 777 * -R in MyApp fixed the problem at a stroke (it's not on a public server!). Changing all directories to 755 and files to 644 (or 666 if