I need help with PHP sessions!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
smg
Forum Newbie
Posts: 1
Joined: Tue Aug 05, 2003 6:58 am

I need help with PHP sessions!

Post by smg »

Hello.

I'm developing a project in PHP and i'm having some trouble dealing with sessions.

Lately i've ran into this error:

Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition metabase_mysql_class of the object you are trying to operate on was loaded _before_ the session was started in /var/www/html/helpdesk/lib/userman.php on line 13

I'm completely lost.
Can someone help me?

P.S.: On line 13 there is a call of a method of a Metabase object.
Post Reply