]> git.mjollnir.org Git - moodle.git/commitdiff
Added FAQ about quotes
authormoodler <moodler>
Fri, 2 May 2003 01:24:27 +0000 (01:24 +0000)
committermoodler <moodler>
Fri, 2 May 2003 01:24:27 +0000 (01:24 +0000)
lang/en/docs/faq.html

index beb682362c4d99c3bcc48098db1920720eb1568f..cbe10b98e881862b98fa20049719db53f1b05ed3 100644 (file)
@@ -72,6 +72,8 @@
   about &quot;headers already sent&quot;?</a></p>\r
 <p class="questionlink"><a href="#failedopen">I keep getting this error: Failed \r
   opening required '/web/moodle/lib/setup.php'</a></p>\r
+<p class="questionlink"><a href="#quotes">Any text I add with an apostrophe (') \r
+  or a quote (&quot;) causes errors or comes up with a slash added</a></p>\r
 <p class="questionlink">&nbsp;</p>\r
 <h3 class="question"><a name="filenotfound"></a>Whenever I try to access or view \r
   a file that I uploaded, I get an error &quot;File not Found&quot;</h3>\r
   drive</strong>.</p>\r
 <p class="answer">Sometimes people only use the path from their home directory, \r
   or relative to the root of the web server directory.</p>\r
+<p class="answer">&nbsp;</p>\r
+<h4 class="question"><a name="quotes" id="quotes"></a>Any text I add with an apostrophe \r
+  (') or a quote (&quot;) causes errors or comes up with a slash added</h4>\r
+<p class="answer">Problems caused by apostrophes are caused by incorrect &quot;magic \r
+  quotes&quot; settings. Moodle requires the following settings (which are usually \r
+  the default):</p>\r
+<p class="answercode">magic_quotes_gpc = On<br>\r
+  magic_quotes_runtime = Off</p>\r
+<p class="answer">See the section on <a href="http://moodle.org/doc/?file=install.html#webserver">webserver \r
+  configuration</a> in the Installation docs for more details.</p>\r
+<h2>&nbsp;</h2>\r
 <h2>&nbsp;</h2>\r
 \r
 <hr>\r