Re: [Catalyst] Catalyst-plugin-prototype supports UTF8?

2006-11-02 Thread Pedro Melo
Hi, On Nov 1, 2006, at 6:54 PM, Diego Kuperman wrote: Hi!, I was having same problems with Spanish chars :( The main problem is that DBD::mysql didn't mark Unicode. I think there are some test version that solve this, but in the meantime you can try DBIx::Class::UTF8Columns or hand mark

RE: [Catalyst] Newbie needs help with tutorial

2006-11-02 Thread Richard Wolfe
Thanks JT, I finally got it going. I still never figured out exactly where the problem was. I just started over again, but this time tried starting the server after each step so I could see exactly where I was getting hung up. And of course, this time it worked just fine. I also took your advice

Re: [Catalyst] Newbie needs help with tutorial

2006-11-02 Thread JT Justman
Richard Wolfe wrote: Thanks JT, I finally got it going. I still never figured out exactly where the problem was. I just started over again, but this time tried starting the server after each step so I could see exactly where I was getting hung up. And of course, this time it worked just fine.

[Catalyst] Anyone using Catalyst::Plugin::Authentication::Credential::HTTP?

2006-11-02 Thread John Napiorkowski
Hi, I've been trying to get this http-basic style authentication plugin to work but for the life of me I just can't figure it out from the instructions or the test examples. When I set it up as in the instructions I can get the browser to prompt me but if I click cancel a few times I get right

Re: [Catalyst] Newbie needs help with tutorial

2006-11-02 Thread Alejandro Imass
The error says near the require. He may be missing a simple ; or he may not even have DBIx::Class On 11/3/06, John Napiorkowski [EMAIL PROTECTED] wrote: --- [EMAIL PROTECTED] wrote: I'm also returning to Perl programming after (joyfully) finding an MVC that's based on a language I've