> Chisel wrote: > On Tue, Jan 02, 2007 at 07:42:41PM +0200, Octavian Rasnita wrote: > > It gave errors when using $c->user in a controller or a template. When not > > using $c->user, the program worked well.
> We're making progress. Now about these errors - what do they actually > say? The errors were all about not being able to serialize code refs. This was a pretty deep problem. It wasn't the user object, but it was the session stuff, and not so much the session, but a need to upgrade Tie::Refhash to fix the code ref thing. But, as he's said, and I can verify, Tie::Refhash makes ActiveState Perl die during the tests. Further, I was not equipped with the knowledge to debug these AS Perl deaths on my windows platform, else I would have tried. If there are some clues, pointers, etc. I'll give it a try. My end result, was not using sessions, and therefore incurring an additional DB query to get the user record on each request, but my site is VLT (very low traffic) so the overhead is not a factor, and I don't have need presently for anything else in session. Len. ----------------------------------------- This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
