[Catalyst] flash - Duplicate entries

2007-09-25 Thread Tobias Kremer
After deploying our new Catalyst application I'm receiving this error quite often per day: DBIx::Class::ResultSet::find_or_create(): DBI Exception: DBD::mysql::st execute failed: Duplicate entry 'flash:9b11b5354715b56c9395abdf21544e83db5b0814' for key 1 [...] at

[Catalyst] XML MIME types (was: Catalyst and chrome url (xul))

2007-09-25 Thread A. Pagaltzis
* Javier E. Perez P. [EMAIL PROTECTED] [2007-09-23 10:20]: i already change the http header content_type to text/xml Don’t use `text/xml`, it is broken for numerous esoteric reasons, mostly to do with encodings. The easiest completely correct thing you can do is to use `application/xml` without

Re: [Catalyst] XML MIME types

2007-09-25 Thread Ash Berlin
A. Pagaltzis wrote: * Javier E. Perez P. [EMAIL PROTECTED] [2007-09-23 10:20]: i already change the http header content_type to text/xml Don’t use `text/xml`, it is broken for numerous esoteric reasons, mostly to do with encodings. The easiest completely correct thing you can do is to use

Re: [catalyst] status 301 changed to 200 only when deployed with fastcgi/lighty

2007-09-25 Thread Daniel McBrearty
I resolved this by using the more usual $c-res-redirect( $r, 301 ); On 9/24/07, Daniel McBrearty [EMAIL PROTECTED] wrote: Hi I finally deployed engoi.com live last night, after some protracted bug fixing and stuff One of the things I have in the site is a module which takes URL's for

Re: [Catalyst] Re: XML MIME types

2007-09-25 Thread Ash Berlin
A. Pagaltzis wrote: * Ash Berlin [EMAIL PROTECTED] [2007-09-25 19:20]: Since its XUL and this is Firefox only, thats okay. But as a general point, ISTR application/xml is hideously broken with IE Do you remember anything about how that would be? I know of no such problem. Regards, Its

[Catalyst] Re: XML MIME types

2007-09-25 Thread A. Pagaltzis
* Ash Berlin [EMAIL PROTECTED] [2007-09-25 21:50]: A. Pagaltzis wrote: * Ash Berlin [EMAIL PROTECTED] [2007-09-25 19:20]: Since its XUL and this is Firefox only, thats okay. But as a general point, ISTR application/xml is hideously broken with IE Do you remember anything about how