• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Onyx 17.0.17 and php open_basedir

Romuald

New Pleskian
Hello !

With my plesk Onyx, installed on windows server 2012R2, seems hard to override open_basedir directive / PHP 7.0.16

In D:\plesk\Additional\PleskPHP70\php.ini, it is set like this :
;open_basedir =

Whatever I setup in the Vhost admin page here
http://picpaste.com/2017-02-23_10h14_35-4F3HRQgv.png
, I have these values :
2017-02-23_10h08_45-zJWcQ8Xe.png

http://picpaste.com/2017-02-23_10h08_45-BMog5WVX.png
I restarted website, recycled app pool.

Did anyone have this error before ??


Thanks !
 
Found a workaround, adding this at the end of D:\plesk\Additional\PleskPHP70\php.ini
[PATH=D:\vhosts\xxxxxx.com]
open_basedir=""
 
Back
Top