Re: [Catalyst] Announce. Catalyst::Plugin::I18N::DBIC 0.01

2006-11-13 Thread John Beppu
This looks promising. Thanks for coding this. :-) ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.cataly

Re: [Catalyst] log infor using FastCGI enigine in Apache

2006-11-13 Thread Jon
I found Catalyst::Log::Log4perl a good alternative. Unfortunately not compatible with Catalyst::Plugin::Dumper though. -- Jon On Tue, 2006-11-14 at 10:57 +0800, Mao DengFeng-e13751 wrote: > Hi, > I have made catalyst is runing in apache with FastCGI engine. > It's really very fast:) > But whe

[Catalyst] log infor using FastCGI enigine in Apache

2006-11-13 Thread Mao DengFeng-e13751
Hi, I have made catalyst is runing in apache with FastCGI engine. It's really very fast:) But when I check the log information form apache log file. The log from FastCGI  is not so beautiful  like the log from catalyst standalone server.  The log is hard to check. The log like this: ===

RE: [Catalyst] How to use FastCGI engien?

2006-11-13 Thread Mao DengFeng-e13751
Hi Thanks to all for the help This problem has been solved. The rootcause is the We should make the permission of "/home/user/Myapp" folder to writeable and excuteable for Apache user. I only have changed the permission of the content under "/home/user/Myapp" before. But I didn't change the pe

[Catalyst] Re: Catalyst Digest, Vol 21, Issue 25

2006-11-13 Thread Jarrell Dunson
Out of the Office reply: I'll be out of the office until Tuesday, Nov 14th. If an emergency, please contact the helpdesk, x2200 Thanks, Jarrell ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Search

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Bill Moseley
On Tue, Nov 14, 2006 at 09:38:04AM +1000, Ivan Wills wrote: > PS I do use [%- and -%] they make no difference, it is something that > Catalyst is adding the blank lines as the same templates processed > directly by Template Toolkit do not produce the initial blank lines. If you don't want to tr

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Ivan Wills
Krzysztof Krzyżaniak wrote: Ash Berlin <[EMAIL PROTECTED]> writes: Ivan Wills wrote: Hi, I'm using Catalyst::View::TT to display my pages. I'm having trouble removing excess blank lines appearing at the top of my files. I realise this is not normally a problem but I am playing with m

Re: [Catalyst] Announce. Catalyst::Plugin::I18N::DBIC 0.01

2006-11-13 Thread Ian Docherty
John I finally worked out what I was doing wrong in my upload to CPAN. It should be on the mirrors soon, but if you want a version prior to that or information on how to use it send me a personal email. Regards Ian John Napiorkowski wrote: I'll be using it in this application I wrote that stor

Re: [Catalyst] Authentication - Tutorial

2006-11-13 Thread Anthony Gardner
Cool! cheers, mate. Not sure what's happening as the LoadFile told me I was missing a newline at the end of the file. BUT, it seems to be an eclipse problem as I thought I did add a newline but the newline was atomatically indented. Anyway, sorted now.-AntsNathan Gray <[EMAIL PROTECTED]> wrote: On

Re: [Catalyst] Announce. Catalyst::Plugin::I18N::DBIC 0.01

2006-11-13 Thread John Napiorkowski
-- Ian Docherty <[EMAIL PROTECTED]> wrote: > Since I got no response to my request a few weeks > ago about I18N data > from a database I wrote my own :) > > This module has just been released to CPAN. > > It builds on Catalyst::Plugin::I18N and inherits all > methods from that > module. In add

[Catalyst] Announce. Catalyst::Plugin::I18N::DBIC 0.01

2006-11-13 Thread Ian Docherty
Since I got no response to my request a few weeks ago about I18N data from a database I wrote my own :) This module has just been released to CPAN. It builds on Catalyst::Plugin::I18N and inherits all methods from that module. In addition it provides a 'load_lexicon' method that loads data fr

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Jonathan Rockway
Ivan Wills wrote: > I realise this is not normally a problem but I am playing with mixing > SVG and XHTML (with content-type=text/xhtml) but Firefox considers the > extra blank lines to be an error when in XML rendering mode if they > appear before the deceleration. If you're mixing XHTML and SVG

[Catalyst] Environment variable confliction.

2006-11-13 Thread Yiyi Hu
export PATH_INFO= export SCRIPT_NAME= If you ever exported these 2 env. You'll get the problem while running the test server. ./script/project_server The problem would be like, the browser reached maximum redirection count. Thus, failed to open the page. eg. You used Static::Simple. and there is

Re: [Catalyst] Authentication - Tutorial

2006-11-13 Thread Nathan Gray
On Sat, Nov 11, 2006 at 06:55:52PM +, Anthony Gardner wrote: > So, to cut a long story short .. my .yml still isn't working at all. Do you have the 'ConfigLoader' plugin listed in your 'use Catalyst' line? > I've made sure everything is indented with spaces, too. > > Here it is

Re: [Catalyst] How to use FastCGI engien?

2006-11-13 Thread Sébastien Wagener
On Mon, 2006-11-13 at 21:55 +1030, Jon wrote: > Check that the user that runs apache (prob. apache or httpd, depending > on your linux distribution) has filesystem read/write/execute access to > the /etc/httpd/logs/fastcgi directory or the equivalent for your setup. > > Also check that your apache

Re: [Catalyst] How to use FastCGI engien?

2006-11-13 Thread Jon
Check that the user that runs apache (prob. apache or httpd, depending on your linux distribution) has filesystem read/write/execute access to the /etc/httpd/logs/fastcgi directory or the equivalent for your setup. Also check that your apache user has filesystem execute permission in /home/user/My

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Krzysztof Krzyżaniak
Ash Berlin <[EMAIL PROTECTED]> writes: > Ivan Wills wrote: >> Hi, >> >> I'm using Catalyst::View::TT to display my pages. I'm having trouble >> removing excess blank lines appearing at the top of my files. >> >> I realise this is not normally a problem but I am playing with mixing >> SVG and XHTML

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Ash Berlin
Ivan Wills wrote: Hi, I'm using Catalyst::View::TT to display my pages. I'm having trouble removing excess blank lines appearing at the top of my files. I realise this is not normally a problem but I am playing with mixing SVG and XHTML (with content-type=text/xhtml) but Firefox considers the e

Re: [Catalyst] Catalyst::View::TT

2006-11-13 Thread Chisel Wright
On Mon, Nov 13, 2006 at 08:46:27PM +1000, Ivan Wills wrote: > Any one know how to remove those blank lines? I think you are talking about the "[%- ... %] syntax; search for %- in Template::Manual::Syntax Chisel -- Chisel Wright e: [EMAIL PROTECTED] w: http://www.herlpacker.co.uk/ What do we w

[Catalyst] Catalyst::View::TT

2006-11-13 Thread Ivan Wills
Hi, I'm using Catalyst::View::TT to display my pages. I'm having trouble removing excess blank lines appearing at the top of my files. I realise this is not normally a problem but I am playing with mixing SVG and XHTML (with content-type=text/xhtml) but Firefox considers the extra blank lines to

[Catalyst] How to use FastCGI engien?

2006-11-13 Thread Mao DengFeng-e13751
Hi, I have installed mod_fastcgi into apache and I got this information: Apache/2.0.55 (Unix) PHP/4.4.2 mod_fastcgi/2.4.2 Server at apflex.pcs.mot.com Port 80   In httpd.conf,  I put below changes into 

Re: [Catalyst] regexes and auto actions

2006-11-13 Thread Carl Johnstone
Hi, I posted this a couple of weeks ago. The site is split into many areas (and subareas) defined by URL path, the same types of content appear in each area of the site. There's stuff that needs setting up that's specific to the area of the site, this appears around the main part of the cont