• 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.

Question panel.ini settings / panel.log errors

Gjimi

Basic Pleskian
Hello
in panel.log come these error messages:
ERR [panel] Invalid config structure in max_execution_time.0
ERR [panel] Invalid config structure in max_execution_time.1
(until 5)

Settings in panel.ini:
settings.performance.max_execution_time.custom=false
settings.performance.max_execution_time[]=30
settings.performance.max_execution_time[]=60
settings.performance.max_execution_time[]=90
settings.performance.max_execution_time[]=120
settings.performance.max_execution_time[]=150
settings.performance.max_execution_time[]=200
settings.performance.max_execution_time.default=90

and

error:
ERR [1] Sanitizer: keys of [panelIni.php.settings.performance.disable_functions.values] must be all strings.

Settings in panel.ini:
settings.performance.disable_functions.custom=false
settings.performance.disable_functions.values[]="pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait"
 
Last edited:
Do you have header

Code:
[php]

for PHP options in your panel.ini?
 
Last edited:
@Gjimi, I suggest pasting the entire panel.ini inside a code block here. Perhaps someone will be able to spot something.

Use the the word "CODE" within square brackets to begin, word "/CODE" within square brackets (no quotation marks!) to end the code block (see here)...

Or just use a preferred pastebin service, such as paste.mozilla.org, and post a link to it...
 
PHP:
settings.performance.disable_functions.custom=false
settings.performance.disable_functions.values[]="pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait"

settings.performance.max_execution_time.custom=false
settings.performance.max_execution_time[]=30
settings.performance.max_execution_time[]=60
settings.performance.max_execution_time[]=90
settings.performance.max_execution_time[]=120
settings.performance.max_execution_time[]=150
settings.performance.max_execution_time[]=200
settings.performance.max_execution_time.default=90

settings.performance.memory_limit.custom=false
settings.performance.memory_limit.values[]="64M"
settings.performance.memory_limit.values[]="128M"
settings.performance.memory_limit.values[]="192M"
settings.performance.memory_limit.values[]="256M"
settings.performance.memory_limit.values[]="384M"
settings.performance.memory_limit.default="128M"
 
Back
Top