Perhaps try looking in the AuthController (or wherever Zend_Auth has stored the "identity".) In most cases, an object of type Member was stored, and on each future request, that class must be loaded before the session data can be unserialized.

Eitehr that, or somewhere else, an object of type Member has made its way into the session data.

hope that helps,
ralph

lund.mikkel wrote:
It seems like it helped to add the Member.php file to the models directory,
but I still can't find a single call to a new Member. I'll have to dig my
way through the book to see if that will reveal anything.

And oh, I've made an echo inside the Member class' construct, but it doesn't
show up. So I guess that there isn't made any objects from the class at all.
But why is it needed then? I don't get it!

Reply via email to