[Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread kakimoto
This is what I did: 1) Updated from Catalyst 5.7012 to 5.7014 2) Got the message below when I tried to save a new entry into the db Caught exception in gozila::Controller::Books-create Can't locate object method new via package HTML::FormFu::Model::DBIC at

Re: [Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread kakimoto
Dear all, I found that 1) i had also updated HTML::FormFu 2) this had caused the problem By reverting to version 0.02004 of HTML::FormFu, the problem was solved. I believe it's to do with the deprecation of HTML::FormFu-model(). Quoting [EMAIL PROTECTED]: This is what I did: 1)

Re: [Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread Carl Franks
2008/7/1 [EMAIL PROTECTED]: Dear all, I found that 1) i had also updated HTML::FormFu 2) this had caused the problem By reverting to version 0.02004 of HTML::FormFu, the problem was solved. I believe it's to do with the deprecation of HTML::FormFu-model(). Although it's deprecated, the

Re: [Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread kakimoto
Hello, Carl, Spot on.. HTML-FormFu-Model-DBIC is the culprit. Thank you for your help. Rock on. If you have more tutorial pages on making more advanced forms it would be good. I have your cAtalyst book but have not found anything close to that. Would be interested in learning how to produce

Re: [Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread Carl Franks
2008/7/1 [EMAIL PROTECTED]: Hello, Carl, Spot on.. HTML-FormFu-Model-DBIC is the culprit. Thank you for your help. Rock on. If you have more tutorial pages on making more advanced forms it would be good. I have your cAtalyst book but have not found anything close to that. Would be

Re: [Catalyst] Updated from Catalyst 5.7012 to 5.7014 - got problems with HTML::FormFu-model()

2008-07-01 Thread kakimoto
Hello, Carl, Now, we're cookin'. Going to look at 'em links you gave. Ta :) Quoting Carl Franks [EMAIL PROTECTED]: 2008/7/1 [EMAIL PROTECTED]: Hello, Carl, Spot on.. HTML-FormFu-Model-DBIC is the culprit. Thank you for your help. Rock on. If you have more tutorial