• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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