Cita:
Iniciado por lushiru Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "controladorventas_temp" 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 /home/u369062475/public_html/lucho/presentacion/aj_venta.php on line 61
line 61:$_SESSION['venta']->setventas_temp($ven);
Como te dije eso pasa por que no incluyes el archivo donde definiste tu clase, lo debes de incluir en todas las paginas que vayan necesitar tu clase. Una vez mas te invito a leer el manual