|
61.
|
|
|
productionmode: Enable or disable production mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:333
|
|
62.
|
|
|
``$cfg->productionmode = true;`` or ``$cfg->productionmode = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:335
|
|
63.
|
|
|
If production mode is disabled, a message is displayed at the top of the screen alerting to that effect.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:337
|
|
64.
|
|
|
.. image:: administration/../images/administration/config_productionmode.*
:alt: Info message when site is not in prodution mode
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:316
|
|
65.
|
|
|
Info message when site is not in prodution mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:342
|
|
66.
|
|
|
A number of parameters are overridden with sensible defaults for a testing or development site. For the current list of parameters, please see ``init.php``. These settings include:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:344
|
|
67.
|
|
|
Print debug, information and warning messages as well as environment targets to the screen and the error log. This helps to see error messages quickly as they appear directly on the screen.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:346
|
|
68.
|
|
|
Turn on :ref:`developer mode <config_variable_developermode>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:347
|
|
69.
|
|
|
Disable cache.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:348
|
|
70.
|
|
|
Paradoxically, you will need to set ``productionmode=true`` if you want to fine-tune your settings on a test / development site because ``productionmode=false`` overrides a lot of settings with sensible developer mode defaults.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:351
|