• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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