• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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