Re: [Catalyst] PageCache and white labelling?

2008-08-13 Thread Martin Ellison
I put up the patch several days ago; has anyone looked at it? 2008/8/9 Martin Ellison [EMAIL PROTECTED] OK, here is some corrected code with some POD: Index: PageCache.pm === --- PageCache.pm(revision 756) +++ PageCache.pm

[Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Dermot
Hi, I have an odd problem with my tiny app. Under server script (MyApp/script/myapp_server -d) it runs without error. However under fascgi I am encountering a problem with one of my controllers that uses a FormFU. There an abridged version of the controller is pasted below. sub edit : Local

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Robert Krimen
On Wed, Aug 13, 2008 at 3:08 AM, Dermot [EMAIL PROTECTED] wrote: Hi, I have an odd problem with my tiny app. Under server script (MyApp/script/myapp_server -d) it runs without error. However under fascgi I am encountering a problem with one of my controllers that uses a FormFU. There an

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Dermot
DBIx::Class::Row::update_or_insert(): DBI Exception: DBD::SQLite::st execute failed: unable to open database file(14) at dbdimp.c line 403 [for Statement UPDATE clipData SET audio = ? WHERE ( id = ? )] at /usr/lib/perl5/site_perl/5.8.8/HTML/FormFu/Model/DBIC.pm line 324, Server

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Matthias Zeichmann
On Wed, Aug 13, 2008 at 12:35, Dermot [EMAIL PROTECTED] wrote: -rwxrwxrwx 1 someuser root 793600 Aug 12 13:30 mydata.db better change permissions to something like 664 and chgrp www-data (or whatever your webserver runs as) and make sure that webserver user can traverse the path to db like i.e.

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Dermot
2008/8/13 Matthias Zeichmann [EMAIL PROTECTED]: On Wed, Aug 13, 2008 at 12:35, Dermot [EMAIL PROTECTED] wrote: -rwxrwxrwx 1 someuser root 793600 Aug 12 13:30 mydata.db better change permissions to something like 664 and chgrp www-data (or whatever your webserver runs as) and make sure that

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Carl Franks
2008/8/13 Dermot [EMAIL PROTECTED]: 2008/8/13 Matthias Zeichmann [EMAIL PROTECTED]: On Wed, Aug 13, 2008 at 12:35, Dermot [EMAIL PROTECTED] wrote: -rwxrwxrwx 1 someuser root 793600 Aug 12 13:30 mydata.db better change permissions to something like 664 and chgrp www-data (or whatever your

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Iain Hubbard
On Wed, 2008-08-13 at 11:35 +0100, Dermot wrote: I am not sure but I would have expected a permission denied message if the permissions were incorrect. This reads more like file not found. A quick google turned up a similar problem http://www.perlmonks.org/?node_id=695467 This turned out to be

Re: [Catalyst] Troubleshooting FastCGI error

2008-08-13 Thread Dermot
2008/8/13 Iain Hubbard [EMAIL PROTECTED]: On Wed, 2008-08-13 at 11:35 +0100, Dermot wrote: I am not sure but I would have expected a permission denied message if the permissions were incorrect. This reads more like file not found. A quick google turned up a similar problem

[Catalyst] Patch for Catalyst-Action-REST-0.63 distro

2008-08-13 Thread Oleg Kostyuk
Hello! I just experienced problems with upgrading Catalyst::Action::REST to 0.63: ... *** Module::AutoInstall configuration finished. ERROR: perl: Version 5.008008 is installed, but we need version = 5.8 at inc/Module/Install/Makefile.pm line 172. Following patch fixes this error: tux#

Re: [Catalyst] Patch for Catalyst-Action-REST-0.63 distro

2008-08-13 Thread Oleg Kostyuk
Created ticket in RT for Module::Install distro: http://rt.cpan.org/Ticket/Display.html?id=38443 -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] [SOT] cat webmail app?

2008-08-13 Thread Roderick A. Anderson
Matt S Trout wrote: On Fri, Aug 08, 2008 at 09:39:01AM +0200, Jose Luis Martinez wrote: Matt S Trout wrote: We'll happily host a list and svn for this alongside the main catalyst stuff; I can also help you set up an IRC channel on irc.perl.org if you want to at some point. Please do so, Matt.

[Catalyst] list of perl-*.rpm files for a basic Cat install

2008-08-13 Thread Roderick A. Anderson
And here comes my first lame question. Anyone built a list of the modules for a cat installation that can be installed with yum? I run CentOS 5, have rpmforge as a repository and prefer to use 'binary' versions of the modules to building them via cpan, Makefile.PL or Build.PL. This is what

[Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-13 Thread kakimoto
hi, guys, I think Ajax is cool. With Jemplate, it sounds good that Javascript templating is possible. I tried to go chapter 7 of Jon Rockway's book. Looks good. For my system, I just needed something very basic. === 1) Load up a data input form 2) user

Re: [Catalyst] Jemplate and AJAX woes... [Bump -anyone??]

2008-08-13 Thread Robert Krimen
On Wed, Aug 13, 2008 at 2:39 PM, [EMAIL PROTECTED] wrote: 2) I have been looking (googling) for Jemplates and got no luck really. Most of the AJAX tutes do not talk about Catalyst enough (what more of Jemplates)... Any good tutorials for Jemplates especially in terms of what I want to

Re: [Catalyst] [SOT] cat webmail app?

2008-08-13 Thread Kenny Gatdula
On Aug 13, 2008, at 3:47 PM, Roderick A. Anderson wrote: Where are /we/ on this? Name: Catmail? List: exist? Repo: exist? irc:exist? Needed: Me? (for more than being an agitator.) Jose. I think I saw a message that you had got some code donated(?). I sent him a prototype that was