• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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