From: moodler 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. PHP - is it installed and what version do
- I have? 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" 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? 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" 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. Check the dirroot and/or dataroot in config.php. You must use
complete, absolute pathnames:Installation problems
-General problems
-
-Installation problems
-
+
PHP - is it installed and what version
do I have?
@@ -74,6 +73,7 @@
Why are all my pages blank?
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.
--
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