info su moodle

Re: info su moodle

di Livia Spini -
Numero di risposte: 0
Aggiornamenti.
L'errore che ho postato sopra lo ottengo nella finestra 'import presenter' non appena aggiungo un'attività 'Presenter'. Poiché non ho intenzione di importare alcuna presentazione, il problema è marginale.
Però, una volta impostata la presentazione, quando provo a lanciarla, il video va, ma ottengo prima tutti questi errori:

Notice: Undefined property: object::$playerVolume in ###/httpdocs/mod/presenter/view.php on line 109

Notice: Undefined variable: presentationWidth in ###/httpdocs/mod/presenter/view.php on line 120

Notice: Undefined variable: ch in ###/httpdocs/mod/presenter/chapterlib.php on line 81

Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 81

Notice: Undefined variable: ch in /httpdocs/mod/presenter/chapterlib.php on line 82

Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 82
var loc='view.php?noplay=1&open=1&id=29&chapterid=1'; var xmlHttp; function chapterCompleted(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } volume = $f("player").getVolume(); $f("player").stopBuffering(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function chapterCompletedYoutube(course, user, chapter, presenter) { xmlHttp = GetXmlHttpObject(); if (xmlHttp == null) { alert ("Browser does not support HTTP Request"); return; } //ytplayer should alreaby be instantiated volume = ytplayer.getVolume(); var url = "http://###" + "/mod/presenter/ajax.php?course=" + course + "&user=" + user + "&chapter=" + chapter + "&presenter=" + presenter + "&volume=" + volume; xmlHttp.Xonreadystatechange= function() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") { var r = xmlHttp.responseText;if (loc != '') { location.href = loc; } } }; xmlHttp.open("GET",url,true); xmlHttp.send(null); } function GetXmlHttpObject() { var xmlHttp=null; try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e) { //Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } } return xmlHttp; }
Notice: Undefined variable: slideHeightDiv in /httpdocs/mod/presenter/view.php on line 534

Notice: Trying to get property of non-object in /httpdocs/mod/presenter/chapterlib.php on line 119

Notice: Undefined variable: summary in /httpdocs/mod/presenter/view.php on line 663

Che è?
Chiara, a te invece funziona tutto senza problemi?