• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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