tfk wrote: > > Do you have a class called Member? And the autoloader is trying to > load it and can't find it? >
I've had absolutely no idea what Member.php was, until I wrote this answer! I've searched for it in my code, but couldn't find any reference what so ever... Then I thought, it might be something with the include paths. So I started to dig my way though that. The standard include path was set to "C:\php5\pear" which doesn't exist. I then searched my wamp installing folder to see if it was a native file inside my PHP-installation or something like that. In my www-folder an answer appeared. Member.php is from the book "Guide to Programming with ZEND FRAMEWORK". I've added the exercise files to my models directory and everything has now seemed to resolve itself. I'm still not sure, why this helped, since I don't recall using any code from that book. But I'll dig deeper into the matter tomorrow and see if I find anything... - Mikkel -- View this message in context: http://www.nabble.com/Big-session-problems---Zend_Auth-tp23359336p23360665.html Sent from the Zend Framework mailing list archive at Nabble.com.
