From: moodler
Date: Fri, 2 May 2003 01:24:27 +0000 (+0000)
Subject: Added FAQ about quotes
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c45855e5515a265c732d289543a8f511812f47f8;p=moodle.git
Added FAQ about quotes
---
diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html
index beb682362c..cbe10b98e8 100644
--- a/lang/en/docs/faq.html
+++ b/lang/en/docs/faq.html
@@ -72,6 +72,8 @@
about "headers already sent"?
I keep getting this error: Failed
opening required '/web/moodle/lib/setup.php'
+Any text I add with an apostrophe (')
+ or a quote (") causes errors or comes up with a slash added
Whenever I try to access or view
a file that I uploaded, I get an error "File not Found"
@@ -145,6 +147,17 @@
drive.
Sometimes people only use the path from their home directory,
or relative to the root of the web server directory.
+
+Any text I add with an apostrophe
+ (') or a quote (") causes errors or comes up with a slash added
+Problems caused by apostrophes are caused by incorrect "magic
+ quotes" settings. Moodle requires the following settings (which are usually
+ the default):
+magic_quotes_gpc = On
+ magic_quotes_runtime = Off
+See the section on webserver
+ configuration in the Installation docs for more details.
+