Closed (fixed)
Project:
Storage API
Version:
7.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 18:32 UTC
Updated:
5 Dec 2014 at 10:54 UTC
Jump to comment: Most recent
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