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

Recent content by KevinPrimate

  1. K

    Issue Cannot add custom folder to the open_basedir PHP option.

    I have managed to configure Drupal to operate on files within the private folder while keeping the open_basedir set to its default value.After some research, I discovered that Drupal uses a stream wrapper for the private directory, denoted by "private://". However, for some reason, it is unable...
  2. K

    Issue Cannot add custom folder to the open_basedir PHP option.

    In the open_basedir configuration. In the screenshot you can see that i have added the /var/www (it doesn`t works) but if i add just /var or just put the open_basedir on none, it works. In my web, I have a form that tries to create a folder on the /src/private/webform/(name of the form)/(new...
  3. K

    Issue Cannot add custom folder to the open_basedir PHP option.

    That`s the issue, it is supossed to work, but it does not. If I add like you posted {WEBSPACEROOT}{/}{:}{TMP}{/}{:}{/}var{/}www{/}test{/} , it doesn`t work. If it is only {WEBSPACEROOT}{/}{:}{TMP}{/}{:}{/}var{/} it does, but with the www or deeper directories it just don`t.
  4. K

    Issue Cannot add custom folder to the open_basedir PHP option.

    I have a drupal hosted in my plesk and the private folder is above the {WEBSPACEROOT} route. So it is not possible to add new folders with the default plesk value for the open_basedir configuration. So I tried to add a new route in the open_basedir configuration. I tried to use the absolute path...
Back
Top