I want to fetch orders from my ebay seller account.
I have integrated successfully on my local but when i hosted it to live then it gives error like :
Warning: curl_exec() has been disabled for security reasons in /home/GetOrders/get-common/eBaySession.php on line 74
Error sending request
when i see my phpinfo() it gives curl enabled. and I’m sure it’s enabled because i’m using one another api with curl in my site as well.
help me please to get out from this.
Thanks
2
Answers
The module might be activated, but it could be in the disabled list. According to this answer,
look your
php.ini
file ifcurl_exec
is listed insidedisable_functions
. if yes, remove it.ex.