Problemas con moodledata

Problemas con moodledata

Sergio Alfaro -
回帖数:1

cambié los permisos a 777 y se mantiene el error

moodle/lib/moodlelib.php on line 1699

ERROR: You need to create the directory /moodledata with web server write access




' + inobj[objprop] + '\n');
}
op.document.close();
}

function fillmessagebox(text) {
document.form.message.value = text;
}

function openpopup(url,name,height,width) {
fullurl = "http://www.humanos.cl/moodle" + url;
options = "menubar=0,location=0,scrollbars,resizable,width="+width+",height="+height;
windowobj = window.open(fullurl,name, options);
windowobj.focus();
}

function copyrichtext(textname) {
textname.value = document.richedit.docHtml;
return true;
}


// done hiding -->