• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  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