Closed (fixed)
Project:
Jirafe
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 10:35 UTC
Updated:
22 Feb 2013 at 09:49 UTC
Jump to comment: Most recent file
When I try to save the credentials of Jirafe admin/commerce/config/jirafe, I got the following error on my dedicated server which didn't sync with Jirafe:
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 Jirafe_HttpConnection_Curl->makeCurlRequest() (line 119 of /home/xxxxx/sites/all/modules/contrib/jirafe/Jirafe/HttpConnection/Curl.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1859946-curl-2.patch | 752 bytes | luksak |
Comments
Comment #1
guguss commentedI can solve the issue by setting:
CURLOPT_FOLLOWLOCATION => falseon Jirafe/HttpConnection/Curl.php. See the related thread on Prestashop here.The Jirafe dashboard is now correctly synchronized.
Comment #1.0
guguss commentedUpdated issue summary.
Comment #1.1
guguss commentedUpdated issue summary.
Comment #1.2
guguss commentedUpdated issue summary.
Comment #2
luksakThis fixed the issue for me. I created a patch for this.
Comment #3
guguss commentedHi,
I'm waiting for answers from Jirafe before I can commit a fix.
Comment #4
guguss commentedThe fix has been agreed.
Committed here.
Comment #6
pun_pun commentedThanks, GuGuss! This fixed the issue for me, too.
Comment #6.0
pun_pun commentedUpdated issue summary.