I've followed the install scipt, but encountered a lot of 'warning' messages. Now the install is al done, I get this message.....
Warning: It appears your server does not support sessions (session.save_path = '/tmp')
' + inobj[objprop] + '\n');
}
op.document.close();
}
function fillmessagebox(text) {
document.form.message.value = text;
}
function openpopup(url,name,height,width) {
fullurl = "http://engish.oncole.com" + 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 -->
Followed by these on nearly every page I try to access......
Warning: session_start() [function.session-start]: open(/tmp\sess_55abd7f8e846a60471b9b071418d9d66, O_RDWR) failed: No such file or directory (2) in c:\production web sites\moodle\lib\setup.php on line 123
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\production web sites\moodle\lib\setup.php:123) in c:\production web sites\moodle\lib\setup.php on line 123
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\production web sites\moodle\lib\setup.php:123) in c:\production web sites\moodle\lib\setup.php on line 123
Any ideas?
' + inobj[objprop] + '\n'); } op.document.close(); } function fillmessagebox(text) { document.form.message.value = text; } function openpopup(url,name,height,width) { fullurl = "http://engish.oncole.com" + 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 -->