|
100.
|
|
|
log_backtrace_print_args: Log backtraces
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:180
|
|
101.
|
|
|
``$cfg->log_backtrace_print_args = null;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:182
|
|
102.
|
|
|
Print the values of function and method arguments when printing a backtrace. This can be useful for debugging, but it is a security risk because function parameters may include sensitive data such as passwords and private keys. Though arguments whose names suggest that they contain passwords, will still be blanked out even if this feature is enabled.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:184
|
|
103.
|
|
|
A ``null`` value here tells Mahara to hide argument values when ``$cfg->productionmode`` is enabled, and to show them otherwise. A ``true`` or ``false`` tells Mahara to always show or hide argument values in backtraces regardless of the value of ``$cfg->productionmode``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:186
|
|
104.
|
|
|
error_reporting: Error reporting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:95
|
|
105.
|
|
|
``$cfg->error_reporting = E_ALL & ~E_STRICT;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:97
|
|
106.
|
|
|
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
|
|
107.
|
|
|
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
|
|
108.
|
|
|
openbadgedisplayer_source: Open Badges displayer sources
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:261
|
|
109.
|
|
|
``$cfg->openbadgedisplayer_source = '{"shortname":"url","shortname":"url"}';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:263
|