Cannot Add face to face date

Cannot Add face to face date

by SpookieUkie Shmi -
Number of replies: 1

This is pretty recent, but everytime I try to enter a face to face date, as a user or super admin, I get the error: Any ideas how I can fix this within Moodle? Moodle version is 1.99

The page you are trying to access is restricted due to a security rule.

If you believe the security rule is affecting the normal operation of your website, you can disable it by adding the following lines to your .htaccess file:

<IfModule mod_security.c>
# Turn the filtering engine On or Off
SecFilterEngine Off
</IfModule>

Average of ratings: -
In reply to SpookieUkie Shmi

Re: Cannot Add face to face date

by Scott Karren -

This looks like an Apache error.  I don't deal with Apache alot but it looks like the solution is given in the error.  You need to add the code listed to your .htaccess file or have it added by your hosting provider if you are remotely hosted.

HTH

Scott