|
155.
|
|
|
developermode: Enable or disable developer mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:71
|
|
156.
|
|
|
The developer mode is not available any more since MochiKit was removed a while ago.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:73
|
|
157.
|
|
|
directorypermissions: Permissions to use in dataroot
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:82
|
|
158.
|
|
|
``$cfg->directorypermissions = 0700;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:84
|
|
159.
|
|
|
You can set what permissions are used for files and directories in the Mahara dataroot. The default allows only the web server account to read the data. If you are on shared hosting and might want to download the contents of your dataroot later, e.g. for backup purposes, set this to 0755. Otherwise, leave it as is.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:86
|
|
160.
|
|
|
error_reporting: Error reporting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:95
|
|
161.
|
|
|
``$cfg->error_reporting = E_ALL & ~E_STRICT;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:97
|
|
162.
|
|
|
This parameter indicates what level of errors to print to the Mahara logs. It gets passed directly to the PHP function ``error_reporting()``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:99
|
|
163.
|
|
|
There are some limitations in this method because it doesn't get called until several scripts have already been compiled: ``init.php, config.php, config-defaults.php, errors.php``, and the file directly invoked in the URL. So, compile-time errors in those files, which includes most strict errors, will be unaffected by this setting.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:102
|
|
164.
|
|
|
externallogin: Login via another site
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:111
|