class php5 - Fatal error: main() [function.main]
	
	
		bonjour
je fais actuellement un forum en php avec des classes 
mais mon navigateur me retourne cela
	Code:
	
| 12
 
 |  
Fatal error: main() [function.main]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Forum" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in C:\httpd\Apache2\htdocs\php5\viewTopic.php on line 80 | 
 alors que au debut de mon script j'ai: require_once('./class_forum.php');
j'utilise la methode de la classe sur une variable de session: $_SESSION['forum']->libelle()
 
qq1 peut aider ?
merci