Re: [html-formfu] load_config_file won't find .yml

2009-12-09 Thread Carl Franks
2009/12/9 Ascii King : > > The slashes aren't a problem. I tested that already.  Your suggestion of > updating Catalyst::Controller::HTML::FormFu was the answer that solved it. >  I had installed a new server and pulled the mods from the Perl Package > Manager. Don't know why I forgot all of the le

Re: [html-formfu] load_config_file won't find .yml

2009-12-09 Thread Ascii King
Carl Franks wrote: It looks like there's old files in your perl site_lib Catalyst::Controller::HTML::FormFu::Action::Config hasn't existed since Catalyst-Controller-HTML-FormFu 0.02000, and was removed in 0.03000 (19/06/08) I'd recommend deleting everything under Catalyst/Controller/HTML/FormFu

Re: [html-formfu] load_config_file won't find .yml

2009-12-09 Thread Carl Franks
2009/12/8 Ascii King : > > The config_file_path is empty as far as I can tell.  I think this has > something to do with my DBIx implementation because if I use a form that > doesn't have load_config_file, I get the following error: > > DBIx::Class::Row::get_column(): No such column 'role_id' at > C

Re: [html-formfu] load_config_file won't find .yml

2009-12-08 Thread Ascii King
Carl Franks wrote: Doh, I should have considered that! If you remove the FormConfig attribute, so the action runs, then dump $self (the controller), you should find the Catalyst-Controller-HTML-FormFu config in there. It should be under {_html_formfu_config}{constructor}{config_file_path} Carl

Re: [html-formfu] load_config_file won't find .yml

2009-12-08 Thread Carl Franks
2009/12/8 Ascii King : > Carl Franks wrote: >> >> Can you check the value of $form->config_file_path() >> for a form while it's running under Catalyst. >> It should be set to something like: >>    /path/to/app/root/forms >> >> Carl >> > > I use :FormConfig() to set the path.  I don't know how to ch

Re: [html-formfu] load_config_file won't find .yml

2009-12-08 Thread Ascii King
Carl Franks wrote: Can you check the value of $form->config_file_path() for a form while it's running under Catalyst. It should be set to something like: /path/to/app/root/forms Carl I use :FormConfig() to set the path. I don't know how to check the $form->config_file_path() while it's

Re: [html-formfu] load_config_file won't find .yml

2009-12-08 Thread Carl Franks
2009/12/8 Ascii King : > I've just updated a bunch of mods on my system and now I get errors when I > use the load_config_file command. > This used to work before my updates. > > config file not found Can you check the value of $form->config_file_path() for a form while it's running under Catalyst