Hello,
I've worked with CF V3 and V4 using a curl to SugarCRM that worked perfectly. Now that Im trying V5 I simply cant make it work. I turned on the debugger and everything seems to work perfectly, but nothing shows in SugarCRM ...?
I remember using cURL [GH] with V4 in order to make it work. Could this be the cause of my issue? Maybe its something else?
I've worked with CF V3 and V4 using a curl to SugarCRM that worked perfectly. Now that Im trying V5 I simply cant make it work. I turned on the debugger and everything seems to work perfectly, but nothing shows in SugarCRM ...?
I remember using cURL [GH] with V4 in order to make it work. Could this be the cause of my issue? Maybe its something else?
Hi marcielo,
I don't see any actual parameters being sent to SugarCRM?
That final redirect URL looks incomplete to me.
Sorry, I don't have a version of the cURL [GH] action for CFv5 but I don't think that you need it if you set up the standard action correctly.
Bob
PS I have a current project using this Sugar Wrapper class that works well but may be overkill for your needs.
I don't see any actual parameters being sent to SugarCRM?
That final redirect URL looks incomplete to me.
Sorry, I don't have a version of the cURL [GH] action for CFv5 but I don't think that you need it if you set up the standard action correctly.
Bob
PS I have a current project using this Sugar Wrapper class that works well but may be overkill for your needs.
Thank you for your answer.
I can see now there is a 302 temporarily moved. I guess that it might have something to do with that.
I can see now there is a 302 temporarily moved. I guess that it might have something to do with that.
Hi
I've been doing some testing forth and back.
And here are my results:
1) V4 with the curl[GH] action works fine with joomla 2.5
2) V5 with curl does not work in Joomla 3.3 - not with sugar anyways
3) Deleted V5 and installed V4 with joomla 3.3 with curl action[GH] and works fine
4) V4 with the standard curl action does not work with sugar.
When not working i get : [curl] => HTTP/1.1 302 Moved Temporarily
When working I get : [curl_gh] => HTTP/1.1 200 OK
So could it be the curl in V5 does not work with sugar... anyways I am very happy with chronoforms so Im gonna stick with V4, cause the project you are linking to is something my little head can not grasp :-)
I've been doing some testing forth and back.
And here are my results:
1) V4 with the curl[GH] action works fine with joomla 2.5
2) V5 with curl does not work in Joomla 3.3 - not with sugar anyways
3) Deleted V5 and installed V4 with joomla 3.3 with curl action[GH] and works fine
4) V4 with the standard curl action does not work with sugar.
When not working i get : [curl] => HTTP/1.1 302 Moved Temporarily
When working I get : [curl_gh] => HTTP/1.1 200 OK
So could it be the curl in V5 does not work with sugar... anyways I am very happy with chronoforms so Im gonna stick with V4, cause the project you are linking to is something my little head can not grasp :-)
Hi marcielo,
I'm not clear why you see different HTML responses - but that is clearly the clue about what is happening, Comparing the cURL URLs created bu the cURL and cURL GH actions might tell you more. It's also possible that the default cURLOPTS settings are different (I thought they were the same though.)
Bob
I'm not clear why you see different HTML responses - but that is clearly the clue about what is happening, Comparing the cURL URLs created bu the cURL and cURL GH actions might tell you more. It's also possible that the default cURLOPTS settings are different (I thought they were the same though.)
Bob
This topic is locked and no more replies can be posted.