<p class="normaltext">If you still can't find any answers try posting your question \r
on the appropriate forum in <a href="http://moodle.org/mod/forum/index.php?id=5">Using \r
Moodle</a> - someone should be able to help you.</p>\r
-<h2>Installation problems</h2>\r
-<p class="normaltext"><a href="#php">PHP - is it installed and what version do \r
- I have?</a></p>\r
-<p class="normaltext"><a href="#blankpages">Why are all my pages blank?</a> </p>\r
-<p class="normaltext"><a href="#errorgetstring">My pages show fatal errors such \r
- as : call to undefined function: get_string()</a></p>\r
-<p class="normaltext"><a href="#headerssent">Why do I keep getting error messages \r
- about "headers already sent"?</a></p>\r
-<p class="normaltext"><a href="#failedopen">I keep getting this error: Failed \r
- opening required '/web/moodle/lib/setup.php'</a></p>\r
-<p> </p>\r
-<h2>General problems</h2>\r
-<p class="normaltext"><a href="#filenotfound">Whenever I try to access or view \r
- a file that I uploaded, I get an error "File not Found"</a></p>\r
-<hr>\r
-<h2>Installation problems</h2>\r
-<p class="normaltext">Most questions people have are related to installation, and most of these are \r
- related to the editing of config.php file. Following the <a href="http://moodle.org/doc/?file=install.html">installation \r
- instructions</a> carefully will usually result in a perfectly working system. \r
- Here are some of the most common problems that are encountered:</p>\r
+<p class="normaltext">Most questions people have are related to installation, \r
+ and most of these are related to the editing of config.php file. Following the \r
+ <a href="http://moodle.org/doc/?file=install.html">installation instructions</a> \r
+ carefully will usually result in a perfectly working system. Here are some of \r
+ the most common problems that are encountered:</p>\r
+<blockquote>\r
+<p class="normaltext"><a href="#php">PHP - is it installed and what version \r
+ do I have?</a></p>\r
+ <p class="normaltext"><a href="#blankpages">Why are all my pages blank?</a> \r
+ </p>\r
+ <p class="normaltext"><a href="#errorgetstring">My pages show fatal errors such \r
+ as : call to undefined function: get_string()</a></p>\r
+ <p class="normaltext"><a href="#headerssent">Why do I keep getting error messages \r
+ about "headers already sent"?</a></p>\r
+ <p class="normaltext"><a href="#failedopen">I keep getting this error: Failed \r
+ opening required '/web/moodle/lib/setup.php'</a></p>\r
+ <p class="normaltext"><a href="#filenotfound">Whenever I try to access or view \r
+ a file that I uploaded, I get an error "File not Found"</a></p>\r
+</blockquote>\r
<p> </p>\r
<h4 class="question"><a name="php"></a>PHP - is it installed and what version \r
do I have?</h4>\r
</div>\r
<p class="answer">If nothing happens then you don't have PHP installed. See the \r
installation docs for some information about where to download it for your computer.</p>\r
+<p class="answer"> </p>\r
<h4 class="question"><a name="blankpages"></a>Why are all my pages blank? </h4> \r
<p class="answer">Check the dirroot and/or dataroot in config.php. You must use \r
complete, absolute pathnames:</p>\r
file. Sometimes text editors add these - for example Notepad on Windows - so \r
you may have to try a different text editor to remove these spaces or blank \r
lines completely. </p>\r
+<p class="answer"> </p>\r
<h4 class="question"><a name="failedopen"></a>I keep getting this error: Failed \r
opening required '/web/moodle/lib/setup.php'</h4>\r
<p class="answer">In your config.php, the setting that you use for the dirroot \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> </p>\r
-<h2>General problems</h2>\r
+<h2> </h2>\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 "File not Found"</h3>\r
<p class="answer">For example: Not Found: The requested URL /moodle/file.php/2/myfile.jpg \r
- was not found on this server. </span></p>\r
+ was not found on this server. </p>\r
<p class="answer">Your web server needs to be configured to allow the part of \r
the URL after a script name to be passed directly to the script. This is usually \r
enabled in Apache 1, but is usually disabled by default in Apache 2. To turn \r