On Tue, 23 Jul 2002, Yasuo Ohgaki wrote:

> It seems accessing incoplete object became fatal error.
> 
> ----
> Fatal error: The script tried to execute a method or access a property 
> of an incomplete object. Please ensure that the class definition auth of 
> the object you are trying to operate on was loaded _before_ the session 
> was started in
> ----
> 
> This breaks my session data manager and makes the manager unusable.
> I'm listing incomplete object properties for administrative purpose.
> 
> Any comments?

Uhm... of course this should give you an E_ERROR, it's simply not 
possible to call a method of an object that's only a half baken one. 

This should stay an E_ERROR.

Derick

---------------------------------------------------------------------------
 Did I help you?   http://www.derickrethans.nl/link.php?url=giftlist
 Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to