[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 lo

[Catalyst] Model Tutorial?

2007-05-29 Thread Ryan Detzel
The one thing I'm having a hard time with is understanding the whole model relationship setup. I'm used to writie SQL statements like "SELECT * FROM users, picture WHERE users.user_id=1 AND users.user_id = picture.user_id;" which I know is not the proper way but when I get into statements joining

[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: http://www.

[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 t

[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
I'm running this fine on two servers but I tried to run on my desktop(Fresh install) and I get this.  Could it be that everything is brand new(latest releases) and it was made with an older version?Base class package "Catalyst::View::TT" is empty.    (Perhaps you need to 'use' the module which def