Jump to content

How to give permission to PHP to make the backup into an external directory


Yale_Dioma

Recommended Posts

In PHP there is an option which defines which directories PHP is allowed to access:

open_basedir

 

http://php.net/manual/en/ini.core.php#ini.open-basedir

 

In your case it is most probably it who locks KVS backup plugin from accessing this path. You should check it in php.ini and adjust to include this path as well.

Also we do not officially support OS Windows, so hard to tell, PHP / Apache may have some other limitations or specifics there, which we are not aware.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...