• 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!
  • 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 Update of PHP settings of any vhost impossible because of include_path

betrazivis

New Pleskian
Hello
Since a a while (maybe since the latest update of Plesk) can`t update any PHP setting on every vhost with the error message: This option is not supported.
It`s impossible to save new settings.
Anyone knows whats going on here?

Where can I change the skelleton of this settings form?

Debian 9.13
Plesk Obsidian Version 18.0.42


Bildschirmfoto von Firefox Developer Edition (07-04-22, 15-43-13).png
 
Please check that you have this restriction:

Code:
# grep include_path /usr/local/psa/admin/conf/panel.ini
settings.general.include_path.custom=false

If so, add the following line in panel.ini to
Code:
[php]
section:

Code:
settings.general.include_path.custom=true
 
Please check that you have this restriction:

Code:
# grep include_path /usr/local/psa/admin/conf/panel.ini
settings.general.include_path.custom=false

If so, add the following line in panel.ini to
Code:
[php]
section:

Code:
settings.general.include_path.custom=true

Thanks, that worked! :)
 
Back
Top