Help: administration error message

Help: administration error message

per venny su,
Number of replies: 2

Whenc I enter my administration, up the window, I got the error message:

==============================

Warning: set_time_limit(): Cannot set time limit in safe mode in f:\web\moodle\admin\index.php on line 80
========================================

Thanks!

Average of ratings: -
In reply to venny su

Re: Help: administration error message

per Howard Miller,
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers
PHP is installed in Safe Mode on your server.

Moodle *does not* run in safe mode. Check the system requirements in the documentation:

http://moodle.org/doc/?file=install.html#requirements

If you are hosting this yourself then you need to fix this, if you are using a hosting company then you probably are looking for somebody else to host it!
In reply to Howard Miller

Re: Help: administration error message

per Martin Dougiamas,
Avatar Core developers Avatar Documentation writers Avatar Moodle HQ Avatar Particularly helpful Moodlers Avatar Plugin developers Avatar Testers
Well, it *can* run in Safe Mode, just not without the occasional error message.  clinhada

Note that Moodle 1.3 now won't print error messages for set_time_limit() since things will work anyway.