• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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