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