Author Topic: PHP Warning: curl_setopt() [<a href='function.curl-setopt'>function.curl-setopt  (Read 1632 times)

0 Members and 1 Guest are viewing this topic.

inetbiz

  • eCommerce Strategy Consultant
  • Administrator
  • Full Member
  • *****
  • Offline Offline
  • Posts: 133
  • Karma: 22
  • SKYNET; T3; Apple Inc. Coincidence?
    • View Profile
    • Hosting for Creloaded Cart
If you get such an error while setting up paypal payments direct or other modules, PLEASE check your configuration files. cookie domain variable should only have the domain and not the protocol directive such as http:// or https://

Code: [Select]
define('HTTP_COOKIE_DOMAIN', 'www.domain.com');
  define('HTTPS_COOKIE_DOMAIN', 'www.domain.com');