Results 1 to 10 of 695

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Location
    Beaverton, OR
    Posts
    3
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Resolved the SSL Error above shortly after I posted it. Problem was that cURL needed an updated CA list. Used http://davidwalsh.name/php-ssl-curl-error to help with the fix.

    To fix:
    Step 1. Goto http://curl.haxx.se/docs/caextract.html downlaod cacert.pem and add it to your PHP root directory.

    Step 2. Modify facebook_authorization.php by adding the following code right after any occurance of curl_init();
    PHP Code:
    curl_setopt($ch,CURLOPT_CAINFO,"C:\PHP\cacert.pem"); 
    Where C:\PHP\ is your path to your PHP root.

    Step 3. Make the same modification from Step 2 to the following file: admin\includes\modules\facebook\facebook.php

    Once I made these mods, Auto Facebook works like a charm.

    I didn't get a chance to try this, however, it may be possible to use the direct link to the cacert.pem file http://curl.haxx.se/ca/cacert.pem in the curl_setopt code.

  2. #2
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag cannot insert product in autofacebook version 1

    It looks the old autofacebook version 1 doesn't work any more. I cannot insert new products to my website. It showed a HTTP 500 Internal server error page. But i can still update exsiting products.

    But, when I delete all the autofacebook code from update_product.php in admin/includes/modules, I can insert products again. Anybody has the same problem?

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: cannot insert product in autofacebook version 1

    Quote Originally Posted by lina0962 View Post
    It looks the old autofacebook version 1 doesn't work any more. I cannot insert new products to my website. It showed a HTTP 500 Internal server error page. But i can still update exsiting products.

    But, when I delete all the autofacebook code from update_product.php in admin/includes/modules, I can insert products again. Anybody has the same problem?
    You need to Upgrade to version 2
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg