Re: [PHP] SESSIONS: What does this error mean

2001-05-10 Thread Davor Pleskina
Thanks, Stewart, I will check for that! ""Taylor, Stewart"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This error occurrs when you start a session that recreates an object > variable but does not know the class definition for it. > You need to make sure yo

RE: [PHP] SESSIONS: What does this error mean

2001-05-10 Thread Taylor, Stewart
: 10 May 2001 08:18 To: [EMAIL PROTECTED] Subject: [PHP] SESSIONS: What does this error mean Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition cl_korisnik_data of the object you are trying to operate on was loaded

[PHP] SESSIONS: What does this error mean

2001-05-09 Thread Davor Pleskina
Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition cl_korisnik_data of the object you are trying to operate on was loaded _before_ the session was started in user_info.php on line 72 I declared class like followi