[Catalyst] Taint mode -FormFu - Insecure dependency

2011-09-13 Thread Stefan
Hi, I'm using Catalyst with FormFu in Apach2 and have switched on the taint mode in Apache config: PerlTaintCheck on Pages without a form are working without problems. Now I have a simple contact form created with FormFu which works fine in Catalyst Development Server. But in

Re: [Catalyst] Taint mode -FormFu - Insecure dependency

2011-09-13 Thread Carl Franks
On 13 September 2011 13:25, Stefan catal...@s.profanter.me wrote: Hi, I’m using Catalyst with FormFu in Apach2 and have switched on the taint mode in Apache config: PerlTaintCheck on Pages without a form are working without problems. Now I have a simple contact form created with

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Did you have ssh server started in VM? Yes. If you have one check firewall on VM. Where do I check the firewall on VM? What changes do I need to make? Thank you, Chris ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Which network type or you using for the VM (bridged vs. NAT vs. host only)? I have it set up as bridged If you type netstat -tupan | grep 22 in the VM console, do you get anything?  (That should show if there is an SSH daemon on port 22.) tcp 0 0 0.0.0.0:22 0.0.0.0:*

RE: [Catalyst] RE: DBIC - JSON conversion for AJAX

2011-09-13 Thread Roland Philibert
Eden Then if you ask for a Content-Type of application/json you'll get JSON from that in your response. I would do that by adding to the REST controller: sub end :Private { my ($self, $c) = @_; $c-forward(View::JSON); } Is that correct? -Original Message- From:

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread hkclark
On Tue, Sep 13, 2011 at 11:45 AM, Chris Stinemetz chrisstinem...@gmail.comwrote: Which network type or you using for the VM (bridged vs. NAT vs. host only)? I have it set up as bridged If you type netstat -tupan | grep 22 in the VM console, do you get anything? (That should show if

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Simon Wilcox
On 13/09/2011 16:45, Chris Stinemetz wrote: If you type netstat -tupan | grep 22 in the VM console, do you get anything? (That should show if there is an SSH daemon on port 22.) tcp 0 0 0.0.0.0:22 0.0.0.0:*LISTEN 1153/sshd tcp6 0 0 :::22 :::*LISTEN

RE: [Catalyst] Simple tutorials

2011-09-13 Thread John Karr
I strongly recommend the Catalyst Tutorial. It is denser than I would have liked when figuring Catalyst out, and sometimes digresses about outdated versions of Catalyst, other than that my biggest gripe is that it completely ignores DBI Models, which means that if you don't know DBIx::Class

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread Chris Stinemetz
Thanks everyone that helped. I was able to get it to work, although I had to use VMware instead of Virtualbox to get bridged connection to work. I must have been configuring virtualbox incorrectly. At any rate, it works and I can start the tutorial! Thanks, Chris

Re: [Catalyst] Catalyst::Manual::Tutorial::01_Intro

2011-09-13 Thread hkclark
On Tue, Sep 13, 2011 at 5:03 PM, Chris Stinemetz chrisstinem...@gmail.comwrote: Thanks everyone that helped. I was able to get it to work, although I had to use VMware instead of Virtualbox to get bridged connection to work. I must have been configuring virtualbox incorrectly. At any rate,

[Catalyst] perldoc install on VM

2011-09-13 Thread Chris Stinemetz
I'm trying to install perldoc onto the VM as described in the tutorial. But I am not having any success. Bellow is the end result. Thanks in advance! root@catalyst:~# apt-get install perl-doc Reading package lists... Done Building dependency tree Reading state information... Done Package perl-doc

Re: [Catalyst] perldoc install on VM

2011-09-13 Thread Kamen Naydenov
On Wed, Sep 14, 2011 at 07:22, Chris Stinemetz chrisstinem...@gmail.com wrote: I'm trying to install perldoc onto the VM as described in the tutorial. But I am not having any success. Bellow is the end result. Thanks in advance! root@catalyst:~# apt-get install perl-doc Reading package