Re: [Catalyst] Error in Accessing Database model

2011-03-18 Thread sushant kumar
It wasn'n there!! I created the tmp direcoty n It worked! Thank you veru much! On Thu, Mar 17, 2011 at 7:09 PM, Octavian Rasnita orasn...@gmail.comwrote: *From:* sushant kumar sushantms...@gmail.com I'm using SQLite3 and catalyst to develop an application. When I try to access the database

Re: [Catalyst] Quick question on forward porting versus retaining existing code

2011-03-18 Thread Christiaan Kras
Op 17-3-2011 21:27, Joe Landman schreef: On 03/17/2011 04:27 PM, Andrew Rodland wrote: On Thursday, March 17, 2011 02:51:59 PM Joe Landman wrote: Hi folks We have a Catalyst app we've developed since about 2005 or so. We put it aside in late 2008, and haven't touched it until now. I

Re: [Catalyst] Where are my modules?

2011-03-18 Thread John M. Dlugosz
On 3/17/2011 4:24 AM, Carl Franks fireartist-at-gmail.com |Catalyst/Allow to home| wrote: It looks like cpan installed it, though its dependancies didn't install cleanly. Makefile.PL fails to require() it, so thinks its not installed. Try installing Data::Visitor - and check cpan's output for

[Catalyst] How to use fastcgi

2011-03-18 Thread John M. Dlugosz
I've set up my app on an Apache server using fastcgi. Following the instructions in the cookbook and a few other places, The Virtual Server block looks something like this: ServerName www.ClientsDomainName.com ServerAlias CLientID.dlugosz.com ServerAlias ClientID.LocalCloneOfServer