die;
}
+/// Check that sessions are supported
+
+ if (!is_readable(ini_get('session.save_path'))) {
+ $sessionpath = ini_get('session.save_path');
+ notify("Warning: It appears your server does not support sessions (session.save_path = '$sessionpath')");
+ }
+
+
/// Check that config.php has been edited
if ($CFG->wwwroot == "http://example.com/moodle") {
or <A HREF="http://www.easyphp.org/">EasyPHP</A> which will install Apache, \r
PHP, and MySQL for you. Make sure you enable the GD module so Moodle can process \r
images - you may have to edit php.ini and remove the comment (;) from this \r
- line: 'extension=php_gd.dll'.</p>\r
+ line: 'extension=php_gd.dll'. You may also have to fix the directory for \r
+ session.save_path - instead of the default "/tmp" use a Windows directory \r
+ like "c:/temp".</p>\r
\r
<p>On Mac OS X I highly recommend the <a href="http://fink.sourceforge.net/">fink</a> \r
project as a way to download easily-maintainable packages for all of this. If you are less\r