On Fri, Jan 28, 2011 at 8:59 AM, Tobias Kremer <[email protected]> wrote: > After upgrading Catalyst and most of the plugins to their latest > versions, everything seemed to work fine at first. But after returning > to my dev system after lunch, out of nowhere our app threw the > following error: > "Failed to load user data. You passed [ARRAY(0x798e540)] to > authenticate() but your user source (Schema::User) only has these > columns: [id, ..... ]"
Forget this! Turned out that some legacy code unintentionally screwed with the session data. Move along! :) --Toby _______________________________________________ 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/
