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?

--
Yasuo Ohgaki

--- incomplete_class.c.~1.13.~  Wed Dec 12 00:30:32 2001
+++ incomplete_class.c  Tue Jul 23 19:23:33 2002
@@ -49,7 +49,7 @@
        
        efree(class_name);

- 
php_error(E_ERROR, "%s", buf);
+ 
php_error(E_WARNING, "%s", buf);
  }
  /* }}} */


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

Reply via email to