From 39b5b3fa2a89ab450362ae73c06624211d18f2e4 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Apr 2003 05:30:00 +0000 Subject: [PATCH] more clean up --- lang/en/docs/faq.html | 46 +++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html index af9a7fd69a..3817581024 100644 --- a/lang/en/docs/faq.html +++ b/lang/en/docs/faq.html @@ -43,26 +43,25 @@

If you still can't find any answers try posting your question on the appropriate forum in Using Moodle - someone should be able to help you.

-

Installation problems

-

PHP - is it installed and what version do - I have?

-

Why are all my pages blank?

-

My pages show fatal errors such - as : call to undefined function: get_string()

-

Why do I keep getting error messages - about "headers already sent"?

-

I keep getting this error: Failed - opening required '/web/moodle/lib/setup.php'

-

 

-

General problems

-

Whenever I try to access or view - a file that I uploaded, I get an error "File not Found"

-
-

Installation problems

-

Most questions people have are related to installation, and most of these are - related to the editing of config.php file. Following the installation - instructions carefully will usually result in a perfectly working system. - Here are some of the most common problems that are encountered:

+

Most questions people have are related to installation, + and most of these are related to the editing of config.php file. Following the + installation instructions + carefully will usually result in a perfectly working system. Here are some of + the most common problems that are encountered:

+
+

PHP - is it installed and what version + do I have?

+

Why are all my pages blank? +

+

My pages show fatal errors such + as : call to undefined function: get_string()

+

Why do I keep getting error messages + about "headers already sent"?

+

I keep getting this error: Failed + opening required '/web/moodle/lib/setup.php'

+

Whenever I try to access or view + a file that I uploaded, I get an error "File not Found"

+

 

PHP - is it installed and what version do I have?

@@ -74,6 +73,7 @@

If nothing happens then you don't have PHP installed. See the installation docs for some information about where to download it for your computer.

+

 

Why are all my pages blank?

Check the dirroot and/or dataroot in config.php. You must use complete, absolute pathnames:

@@ -111,6 +111,7 @@ file. Sometimes text editors add these - for example Notepad on Windows - so you may have to try a different text editor to remove these spaces or blank lines completely.

+

 

I keep getting this error: Failed opening required '/web/moodle/lib/setup.php'

In your config.php, the setting that you use for the dirroot @@ -118,12 +119,11 @@ drive.

Sometimes people only use the path from their home directory, or relative to the root of the web server directory.

-

 

-

General problems

+

 

Whenever I try to access or view a file that I uploaded, I get an error "File not Found"

For example: Not Found: The requested URL /moodle/file.php/2/myfile.jpg - was not found on this server.

+ was not found on this server.

Your web server needs to be configured to allow the part of the URL after a script name to be passed directly to the script. This is usually enabled in Apache 1, but is usually disabled by default in Apache 2. To turn -- 2.39.5