hi, i tried to create a container for an existing or non-existing bucket, but it doesn't work.
no error or warning, only the borders from the input field of the bucket name are red..
i tried it with and without 'reduced redundancy' too.
hi, i tried to create a container for an existing or non-existing bucket, but it doesn't work.
no error or warning, only the borders from the input field of the bucket name are red..
i tried it with and without 'reduced redundancy' too.
Comments
Comment #1
jbrown commentedI just tried it and it's working fine for me. Is it still happening?
Comment #2
titi88888888 commentedHello.
Exact same problem here with Drupal 7.22 and Storage API 7.x - 1.5.
Cannot create or setup any amazon S3 bucket. The name gets red and the form doesn't seem to validate.
I get this php error :
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in curl_setopt_array() (line 126 of /var/www/vhosts/##hidden##/httpdocs/sites/all/modules/storage_api/services/s3.inc).
(I was using Amazon S3 module before, and it was working fine with S3. It is uninstalled now)
Comment #3
titi88888888 commentedI solved the problem by unsetting open_basedir in my httpd.conf file.
Comment #4
Anonymous (not verified) commentedSince unsetting open_basedir is a potential security risk I would like to ask the maintainer of this excellent module if he can think of another solution. Besides that I have no direct control over http.conf.
Comment #5
perignon commentedI think this should be resolved now. Feel free to reopen