|
102.
|
|
|
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
|
|
103.
|
|
|
error_reporting: Error reporting
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:95
|
|
104.
|
|
|
``$cfg->error_reporting = E_ALL & ~E_STRICT;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:97
|
|
105.
|
|
|
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
|
|
106.
|
|
|
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
|
|
107.
|
|
|
openbadgedisplayer_source: Open Badges displayer sources
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:261
|
|
108.
|
|
|
``$cfg->openbadgedisplayer_source = '{"shortname":"url","shortname":"url"}';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:263
|
|
109.
|
|
|
In order to display Open Badges in the :ref:`"Open Badges" block <open_badges_block>`, the sites that host the badges need to be configured. Per default, the `Mozilla Backpack <https://backpack.openbadges.org/>`_ and the `Open Badge Passport <https://openbadgepassport.com>`_ can be connected to. If you have other sources, you would need to add them to the allowed sources.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:204
|
|
110.
|
|
|
passwordsaltmain: Set a site-wide password salt
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:280
|
|
111.
|
|
|
``$cfg->passwordsaltmain = 'your secret phrase here';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:282
|