From 3e07e9f75490e2dbd670c4e926fb9353f7972b31 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 30 Jul 2003 05:10:13 +0000 Subject: [PATCH] Added FAQ about secureforms --- lang/en/docs/faq.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html index 8151e3d1d6..68fee417a2 100644 --- a/lang/en/docs/faq.html +++ b/lang/en/docs/faq.html @@ -141,6 +141,7 @@ + @@ -387,7 +388,7 @@

When trying to add a resource I receive error messages.

-

Assuming you are using Apache, then it's quite likely that your setting in config.php for $CFG->wwwroot is different from the actual URL you are using to access the site. Also try turning off "secureforms" in the admin settings.

+

Assuming you are using Apache, then it's quite likely that your setting in config.php for $CFG->wwwroot is different from the actual URL you are using to access the site. Also try turning off "secureforms" in the admin settings.

@@ -405,6 +406,17 @@

After performing any of these fixes it might be a good idea to drop all the tables in your database and re-install again from scratch.

+

I can't log in - I just stay stuck on the login screen.

+ +

The most common cause for this is that your own computer (not your Moodle server) + has a firewall that is stripping referrer information from the browser.

+ +

This can be fixed by editing the Moodle configuration page and changing the + variable "secureforms" to "No".

+ +

Another possible cause of this problem is that sessions are not configured + properly on the server. You can test this by calling the script + http://yourserver/moodle/lib/session-test.php.

 

-- 2.39.5