[Catalyst] Apache not logging error logs for virtual hosts...

2007-06-25 Thread Ryan Detzel
I'm changing servers and this works on my old one but I can't get it working on the new one, any ideas? Currently I get all errors for all four sites in the general error.log file for anything running catalyst, normal websites have their own error files however. Here is a section of my apache

Re: [Catalyst] CPAN release of Alien::GvaScript and Pod::POM::Web

2007-03-09 Thread Ryan Lauterbach
Dami Laurent (PJ) wrote: Hi Catalysters, This is to announce two CPAN releases that might be of interest to some of you Web programmers. = _http://search.cpan.org/dist/Alien-GvaScript/_ . =

[Catalyst] Return multiple values from a forward?

2007-01-16 Thread Ryan Detzel
Can it be done, I keep getting weird results. I want to do my ($val1,$val2) = $c-forward('test'); sub test : Private { ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive:

[Catalyst] No default action defined.

2006-12-21 Thread Ryan Detzel
OK, been working on this App for probably six months and I've never had any issues. I turn on my computer, start it up and browse to the page and get the message No default action defined. Hmm...maybe I upgraded something? I have a default : Private in the Root controller but it does not seem to

[Catalyst] Setup multiple applications through apache without changing conf

2006-10-18 Thread Ryan Detzel
I was thinking of making a server that I can allow people to write/experiment with catalyst but since I have to add in the code to the conf file to get it to run it's a pain. Is there an easier/another way to do this? ___ List: Catalyst@lists.rawmode.org

[Catalyst] Catalyst::View::TT is empty.

2006-10-16 Thread Ryan Detzel
that package first.)at /home/ryan/IFAdmin/script/../lib/IFAdmin/View/TToolkit.pm line 4BEGIN failed--compilation aborted at /home/ryan/IFAdmin/script/../lib/IFAdmin/View/TToolkit.pm line 4. ___ List: Catalyst@lists.rawmode.org Listinfo: http

[Catalyst] Checking client browsers, best approach?

2006-09-20 Thread Ryan
OK, here is what I need to do. I'm writing a reservation system for a hotel and I have some cool features in mind for the process but they require javascript and newer browsers. What I was planning on doing is creating the bare-bones pages that work in any browser, no JS just all server calls

[Catalyst] Force server to send data to browser....

2006-08-29 Thread Ryan
I'm running a test script from a browser and I need it to provide feedback as it's running but right now if I run it through catalyst it wont send text until the process is done. Is there a way to send stuff as it's running, like forcing the server to send info every so often?

[Catalyst] c-forwad vs direct method call

2006-08-08 Thread Ryan
Anyone know if it's slower, I'm not sure of the nuts and bolts of the forward method but I was just curious, a co-working always does call_A($c); and I do $c-forward('call_A'); Is there a difference? ___ List: Catalyst@lists.rawmode.org Listinfo:

[Catalyst] Running php wiki with catalyst setup

2006-07-20 Thread Ryan
We have catalyst and php running fine but it was setup with catalyst in apache as PerlModule wwwDBA Location /admin SetHandler perl-script PerlHandler wwwDBA /Location So the root / still went to an index.html and the wiki directory. We've had some issues with the catalyst not being

Re: [Catalyst] How create a PDF report?

2006-06-09 Thread ryan lauterbach
[EMAIL PROTECTED] wrote on 06/09/2006 05:37:04 AM: Hi, I'm been using Catalyst recently to make a little application and I want to create a PDF report, I have it using TT, Is there a way to make it in PDF format?. I was reading the documentation but I didn't found (or maybe didn't see )