Index: install.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/install.php,v retrieving revision 1.15.2.1 diff -u -r1.15.2.1 install.php --- install.php 29 Dec 2007 11:46:25 -0000 1.15.2.1 +++ install.php 8 May 2008 01:33:07 -0000 @@ -68,7 +68,7 @@ User: your database username
Password: your database password
Tables Prefix: optional prefix to use for all table names'; -$string['databasesettingssub_mssql'] = 'Type: SQL*Server (non UTF-8) Experimental! (not for use in production)
+$string['databasesettingssub_mssql'] = 'Type: SQL*Server (non UTF-8) Experimental! (not for use in production)
Host: eg localhost or db.isp.com
Name: database name, eg moodle
User: your database username
@@ -98,7 +98,7 @@ User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory, 2cc. max)'; -$string['databasesettingssub_odbc_mssql'] = 'Type: SQL*Server (over ODBC) Experimental! (not for use in production)
+$string['databasesettingssub_odbc_mssql'] = 'Type: SQL*Server (over ODBC) Experimental! (not for use in production)
Host: given name of the DSN in the ODBC control panel
Name: database name, eg moodle
User: your database username
@@ -197,10 +197,10 @@

The recommended setting is magic_quotes_gpc = On and register_globals = Off in your php.ini

If you don\'t have access to your php.ini, you might be able to place the following line in a file - called .htaccess within your Moodle directory: -

php_value magic_quotes_gpc On
-
php_value register_globals Off
-

'; + called .htaccess within your Moodle directory:

+
php_value magic_quotes_gpc On
+
php_value register_globals Off
+'; $string['installation'] = 'Installation'; $string['langdownloaderror'] = 'Unfortunately the language \"$a\" was not installed. The installation process will continue in English.'; $string['langdownloadok'] = 'The language \"$a\" was installed successfully. The installation process will continue in this language.'; @@ -211,9 +211,9 @@

Normally it is off by default ... see the setting magic_quotes_runtime in your php.ini file.

If you don\'t have access to your php.ini, you might be able to place the following line in a file - called .htaccess within your Moodle directory: -

php_value magic_quotes_runtime Off
-

'; + called .htaccess within your Moodle directory:

+
php_value magic_quotes_runtime Off
+'; $string['memorylimit'] = 'Memory Limit'; $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.'; $string['memorylimithelp'] = '

The PHP memory limit for your server is currently set to $a.

@@ -231,7 +231,7 @@ be able to ask your administrator to do this for you.
  • On some PHP servers you can create a .htaccess file in the Moodle directory containing this line: -

    php_value memory_limit 40M

    +
    php_value memory_limit 40M

    However, on some servers this will prevent all PHP pages from working (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

  • ';