J'ai un soucis auquel je ne trouve pas de solution pour le moment.
Voila, j'essaye d'accéder un objet stocké en session mais quand j'essaye j'obtiens ça ;
Code : Tout sélectionner
Fatal error: ECCommentAction::getPostAvailableInfos() [<a href='eccommentaction.getpostavailableinfos'>eccommentaction.getpostavailableinfos</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "ECUser" 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:\wamp\www\star_wizz\dev\edencomm\service\action\ECCommentAction.class.php on line 31Code : Tout sélectionner
if(session_id() == false) {
$sEdenCommPath = dirname(__FILE__) . '/edencomm/';
require_once($sEdenCommPath . 'include/_init.inc.php');
session_start();
}Toute aide apportée est appréciée
Merci d'avance