andos
Forum Replies Created
-
Hi Will, I’ve the very same problem and opened an issue in GitHub today:
https://github.com/woocommerce/woocommerce-paypal-payments/issues/522We also would need a translation possiblity for the dashboard. Any news on the timeline for this feature?
Thanks@duongcuong96
It is a shared hoster where the php.ini optionopen_basedir
is restricting the execution outside of the following folders:
/home/.sites/XXX/siteYYY/web:/home/.sites/XXX/siteYYY/tmp:/usr/share/pear:/usr/bin/php_safemode
Unfortunately the HOME environment variable is set to the following and not to the subdirectory /web:
/home/.sites/XXX/siteYYY
Since the AWS S3 SDK tries to read a config file within the home directory the error occures.
(This is where the HOME environment variable is used: https://github.com/aws/aws-sdk-php/blob/41fe205dae433d5cd7a48a4117d37a43a44ed0d2/src/ClientSideMonitoring/ConfigurationProvider.php#L201)
I’ve the same problem on a shared hoster when I want to use S3.
It is documented here: https://github.com/aws/aws-sdk-php/issues/1956
Unfortunately the version (3.93.7) of the sdk within BackWPUp is too old and does not have the AWS_CONFIG_FILE environment variable.Any chance the version will be updated soon?
Forum: Plugins
In reply to: [Organize Media Library by Folders] error in version 6.40Unfortunately I have the very same problem in a multisite wordpress install. In another normal wordpress install, this problem does not occur.