• Hi
    I think Version 1.5 messed up something. I’m getting the following error.
    Everything works well if I downgrade to 1.4.3

    Warning: is_readable(): open_basedir restriction in effect. File(/.aws/config) is not within the allowed path(s): (/home/httpd/vhosts/URL_OF_MY_CLIENTS_SITE/:/tmp/) in /home/httpd/vhosts/URL_OF_MY_CLIENTS_SITE/httpdocs/wp-content/plugins/wp-s3-smart-upload/lib/aws3/Aws/Retry/ConfigurationProvider.php on line 130 Warning: is_readable(): open_basedir restriction in effect. File(/.aws/config) is not within the allowed path(s): (/home/httpd/vhosts/URL_OF_MY_CLIENTS_SITE/:/tmp/) in /home/httpd/vhosts/URL_OF_MY_CLIENTS_SITE/httpdocs/wp-content/plugins/wp-s3-smart-upload/lib/aws3/Aws/S3/UseArnRegion/ConfigurationProvider.php on line 113

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author profaceoff

    (@profaceoff)

    Hi @8am-1,

    Thanks for reaching out to us.

    At first glance, there could be a conflict or misconfiguration somewhere.

    To assist you better, could you please provide us with the following information:

    1. A screenshot of the error message you’ve got
    2. A screenshot of S3 configuration under your wp-config.php file

    You might also want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster.

    Thread Starter 8am

    (@8am-1)

    Hi, I’ve sent you an email with the data.
    My config looks like this (obviously with the correct entries instead of XXX. It works with the previous version.):

    define('SSU_PROVIDER', 'wasabi'); // put either aws or wasabi
    define('SSU_KEY', 'XXX');
    define('SSU_SECRET', 'XXX');
    define('SSU_BUCKET', 'XXX');
    define('SSU_FOLDER', 'XXX'); // optional
    define('SSU_REGION', 'eu-central-1');
    define('SSU_SURL_EXPIRY', 60); // in seconds
    define('SSU_CAPABILITY', 'manage_options'); // optional
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘open_basedir restriction in effect after Update’ is closed to new replies.