[Catalyst] test server unexpectedly closing connections

2006-07-15 Thread Paul Makepeace
I've just debugged my way through something quite fiddly. Test server working fine with Firefox, but not IE. It turned out that POSTing to a page which then redirects and sets a cookie (not sure which if either is critical factor, I suspect the Location: header) closes the connection right after

Re: [Catalyst] test server unexpectedly closing connections

2006-07-15 Thread Matt S Trout
Paul Makepeace wrote: I've just debugged my way through something quite fiddly. Test server working fine with Firefox, but not IE. It turned out that POSTing to a page which then redirects and sets a cookie (not sure which if either is critical factor, I suspect the Location: header) closes

[Catalyst] Update join was working, now getting Can't locate object method error

2006-07-15 Thread Dennis Daupert
G. I had this working, but changed code to use integer values that reference another table, now getting error msg:"Can't locate object method "add_to_user_quotes" via package "Catapult::Model::CatapultDB::Quotes" "../lib/Catapult/Controller/Text/Quote.pm line 233."I'm using HTML::Widget.

Re: [Catalyst] Update join was working, now getting Can't locate object method error

2006-07-15 Thread Matt S Trout
Dennis Daupert wrote: G. I had this working, but changed code to use integer values that reference another table, now getting error msg: Can't locate object method add_to_user_quotes via package Catapult::Model::CatapultDB::Quotes ../lib/Catapult/Controller/Text/Quote.pm line

Re: [Catalyst] ::Model::SomeTable-some_method() problem

2006-07-15 Thread Brian Cassidy
Chisel Wright wrote: I just hadn't had the tuits to slap the dev release on my laptop. It kinda sounds like I'm the only Pg/Model::DBIC user out there at the moment ... :) We've checked in a potential fix (+ tests) [1]. Please download it and test it :) -Brian [1]