I am using the latest version of amazon, which is 1.5, but why so, why every time I create an object, it generates a cURL error. Here's the error:
Fatal error: Uncaught exception 'RequestCore_Exception' with message 'cURL resource: Resource id #16; cURL error: select/poll returned error (55)' in /home/test123/test.com/amazon/lib/requestcore/requestcore.class.php:824 Stack trace:
I researched how to fix it, it says that I should check config.inc.php amazon and then changed
'certificate_authority' => false
in
'certificate_authority' => true
There is still a mistake. It was also suggested to add 'curlopts' => array(CURLOPT_FORBID_REUSE => true), when creating the object, but it still fails.
I also allow other people from different countries to upload the file, but they donโt get the error, possibly due to the server time zone, since I am from the Philippines and I allowed someone from America to try. The reason I did this was because I saw something about Server Time while doing the research.
What could be a possible solution for this?
Any idea, help or suggestion will be appreciated and rewarded.
Thanks!
source share