From c45855e5515a265c732d289543a8f511812f47f8 Mon Sep 17 00:00:00 2001
From: moodler
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
Sometimes people only use the path from their home directory, or relative to the root of the web server directory.
++
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.
+