Good afternoon,

I setup an installation of our app for a new developer last night and keep getting the 'Caught exception in engine "Wide character in syswrite at...' error when making POST requests. Reading through the archives I expect this is a Unicode encoding problem. But I can't figure out where I'm going wrong with the new setup. (Note, the app works fine on 4 other workstations/servers, so I'm guessing it's a problem specific to this one setup.)

There was a test error when installing Catalyst::Plugin::Unicode::Encoding. I downgraded Encode to v2.39 and then Catalyst::Plugin::Unicode::Encoding installed cleanly.

The plugin list is:

__PACKAGE__->setup(qw/
    ConfigLoader
    AutoCRUD
    Static::Simple
    Params::Nested
    I18N
    Unicode::Encoding
    Cache::HTTP

    Session
    Session::Store::DBIC
    Session::State::Cookie
    Session::State::URI

    Authentication
    Authorization::Roles
    Authorization::ACL
    RequireSSL
    Cache
/);

What else can I try to resolve this problem?

Thanks,
Charlie

--
   Ꮚ Charlie Garrison ♊ <[email protected]>

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠  http://www.ietf.org/rfc/rfc1855.txt

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to