Re: [Catalyst] Hats off and some Clarifications.

2007-04-19 Thread Marcello Romani
Yuval Kogman ha scritto: [snip] On a side note, I suggest you avoid Class::DBI. Catalyst::Model::DBIC::Schema is a very modern approach to both managing the tables in SQL (look into the schema deployment things), for specifying the schema in high level terms very accurately, and for getting

[Catalyst] oe1.orf.at now running on Catalyst

2007-04-19 Thread Thomas Klausner
I'd like to officially announce another website powered by Catalyst http://oe1.orf.at/ which is the website of the Austrian radio station Oe1: Oesterreich 1: Free from commercial advertising and with an emphasis on cultural subjects and information, this program stands out in terms of

[Catalyst] Team needed for Catalyst project work in Eastern Europe?

2007-04-19 Thread Ian Docherty
We are looking for a small team of Catalyst programmers, based in Eastern Europe, who may be interested in a project. The project is to replace an existing PHP/MySql transaction processing web application with a new application written in Catalyst/DBIC Some analysis of the current

[Catalyst] MySQL server has gone away

2007-04-19 Thread Adeola Awoyemi
Hi all, I have problem that when I run my app via fastcgi I get an error where one of my models can't connect to the database with the message MySQL server has gone away. When I start it using 'script/ myapp_server.pl' it works fine. Has anyone come across this before? Any hints to fixing

Re: [Catalyst] MySQL server has gone away

2007-04-19 Thread Chisel Wright
On Thu, Apr 19, 2007 at 01:54:52PM +0100, Adeola Awoyemi wrote: Hi all, I have problem that when I run my app via fastcgi I get an error where one of my models can't connect to the database with the message MySQL server has gone away. When I start it using 'script/ myapp_server.pl' it

Re: [Catalyst] MySQL server has gone away

2007-04-19 Thread Jon
On Thu, 2007-04-19 at 13:54 +0100, Adeola Awoyemi wrote: Hi all, I have problem that when I run my app via fastcgi I get an error where one of my models can't connect to the database with the message MySQL server has gone away. When I start it using 'script/ myapp_server.pl' it works

Re: [Catalyst] MySQL server has gone away

2007-04-19 Thread Adeola Awoyemi
On 19 Apr 2007, at 14:31, Jon wrote: On Thu, 2007-04-19 at 13:54 +0100, Adeola Awoyemi wrote: Hi all, I have problem that when I run my app via fastcgi I get an error where one of my models can't connect to the database with the message MySQL server has gone away. When I start it using

RE: [Catalyst] oe1.orf.at now running on Catalyst

2007-04-19 Thread Hartmaier Alexander
Hello Thomas! Great to hear that a site I know uses Catalyst! Greetings, Alex -Original Message- From: Thomas Klausner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 9:56 AM To: catalyst@lists.rawmode.org Subject: [Catalyst] oe1.orf.at now running on Catalyst I'd like

Re: [Catalyst] oe1.orf.at now running on Catalyst

2007-04-19 Thread Josef Chladek
Am 19.04.2007 um 09:56 schrieb Thomas Klausner: I'd like to officially announce another website powered by Catalyst http://oe1.orf.at/ which is the website of the Austrian radio station Oe1: may I present another austrian website running catalyst: http://www.be24.at/ both the frontend and

[Catalyst] Installing vs. In-Place running: Part Deux

2007-04-19 Thread Christopher H. Laco
The same old story is that Cat apps are unique that you can run them in place and install nothing. For those who don't mind that using source control to merge new app updates with local changes, that's ok. For those who want to upgrade the app and not have their stuff overwritten, and not spend

[Catalyst] FYI on issue with Test::WWW::Mechanize and WWW::Mechanize

2007-04-19 Thread hkclark
In case other people run into this, 'make test' for Test::WWW::Mechanize fails on my boxes if I'm using v1.22 of WWW::Mechanize. I get this error: 500 Can't connect to localhost:13432 (connect: Connection refused) Once I dropped WWW::Mechanize back to v1.20 Test::WWW::Mechanize would install