• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved panel.ini PHP settings errors

klowet

Basic Pleskian
Hello

On Plesk 17.8.11, I'm getting this kind of errors:

Code:
[2019-10-14 03:53:53.593] ERR [1] Sanitizer: keys of [panelIni.php.settings.performance.max_execution_time.values] must be all strings.
[2019-10-14 03:53:53.912] ERR [panel] Sanitizer: keys of [panelIni.php.settings.performance.max_input_time.values] must be all strings.
[2019-10-14 03:53:53.912] ERR [1] Sanitizer: keys of [panelIni.php.settings.performance.max_input_time.values] must be all strings.
[2019-10-14 03:53:56.330] ERR [panel] Sanitizer: keys of [panelIni.php.settings.performance.memory_limit.values] must be all strings.
[2019-10-14 03:53:56.330] ERR [1] Sanitizer: keys of [panelIni.php.settings.performance.memory_limit.values] must be all strings.
[2019-10-14 03:53:57.071] ERR [panel] Sanitizer: keys of [panelIni.php.settings.performance.post_max_size.values] must be all strings.
[2019-10-14 03:53:57.071] ERR [1] Sanitizer: keys of [panelIni.php.settings.performance.post_max_size.values] must be all strings.
[2019-10-14 03:53:57.296] ERR [panel] Sanitizer: keys of [panelIni.php.settings.performance.upload_max_filesize.values] must be all strings.

What can be wrong in my panel.ini file? These are the corresponding settings:

Code:
[php]
settings.performance.memory_limit.values[]="64M"
settings.performance.memory_limit.values[]="128M"
settings.performance.memory_limit.values[]="256M"
settings.performance.memory_limit.values[]="512M"
settings.performance.memory_limit.default="256M"

settings.performance.post_max_size.values[]="32M"
settings.performance.post_max_size.values[]="64M"
settings.performance.post_max_size.values[]="128M"
settings.performance.post_max_size.values[]="256M"
settings.performance.post_max_size.default="128M"

settings.performance.upload_max_filesize.values[]="32M"
settings.performance.upload_max_filesize.values[]="64M"
settings.performance.upload_max_filesize.values[]="128M"
settings.performance.upload_max_filesize.values[]="256M"
settings.performance.upload_max_filesize.default="64M"

settings.performance.max_execution_time.values[]="120"
settings.performance.max_execution_time.values[]="180"
settings.performance.max_execution_time.values[]="240"
settings.performance.max_execution_time.values[]="300"
settings.performance.max_execution_time.default="300"

settings.performance.max_input_time.values[]="120"
settings.performance.max_input_time.values[]="180"
settings.performance.max_input_time.values[]="240"
settings.performance.max_input_time.values[]="300"
settings.performance.max_input_time.default="300"

Thank you
 
This is Plesk bug PPPM-8783 which will be fixed in future updates. This error can be safely ignored as it does not affect functionality.
 
Back
Top