Page 14 of 70 FirstFirst ... 412131415162464 ... LastLast
Results 131 to 140 of 695
  1. #131
    Join Date
    Oct 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by cavatappo View Post
    I manage multiple pages. this new update was very streamlined and very easy to implement. But it's not updated the correct page. How do i designate which page the AutoFacebook updates?
    Are you referring to your main profile page?

    As of right now it seems it is a requirement to create a new Page on facebook to make this work where the application you create on Facebook, it does not like to update your main profile for some reason but this is not mod related as far as I can tell.

  2. #132
    wifi-online Guest

    Default Re: AutoFacebook [Support]

    If I run autofacebook and autotwitter, it (autotwiter), don't actualize the comments in the wall (please see the picture).

  3. #133
    Join Date
    May 2010
    Location
    New York, NY
    Posts
    10
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by bluedotted View Post
    Are you referring to your main profile page?

    As of right now it seems it is a requirement to create a new Page on facebook to make this work where the application you create on Facebook, it does not like to update your main profile for some reason but this is not mod related as far as I can tell.
    Not my main profile page. I maintain 7 different business fanpages. When i set this up, it automatically posted to the wrong fanpage. How do I change which fanpage it autoposts to? It was not good for the dinner special to be posted on the spanish harlem movie page. :)

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

    Default Re: AutoFacebook [Support]

    Attempting to run facebook_authorization.php and received the following error:

    Notice: Undefined offset: 1 in C:\Inetpub\shopping.imagineighborhoods.com\facebook_authorization.php on line 956

    Fatal error: Uncaught CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed thrown in C:\Inetpub\shopping.imagineighborhoods.com\facebook_authorization.php on line 599

    I got to the facebook login page ok, logged in, clicked the "Allow" button, then received this error. I'm on zen-cart v1.3.9f, fresh install of AutoFacebook 2.0, PHP 5.2 build 3790, with:
    - CURL (libcurl/7.14.0 OpenSSL/0.9.8a zlib/1.2.3 )
    - gd2 (bundled (2.0.28 compatible) )
    - JSON 1.2.1
    - MySQL 5.0.22

    My platform is Windows Server 2003, IIS6.

    Any help would be appreciated.

  5. #135
    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.

  6. #136
    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?

  7. #137
    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

  8. #138
    Join Date
    May 2010
    Location
    New York, NY
    Posts
    10
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Does anyone know how to designate which fanpage the autofacebook module posts to?

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Yeah it was designed to do that, I just needed to see the structure of the products_description array.

    Go a head and delete those 3 lines for now.

    I'm looking into this.
    jamielife did you happen find a fix yet? Thank you in advance
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #140
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by cavatappo View Post
    Does anyone know how to designate which fanpage the autofacebook module posts to?


    that's definited by in the $page_id

    if you'd like to specify go to your page in your browser and you should see the page's id number in the address bar. then in (update_product.php) just page $page_id ="your page id" that specific number.

 

 
Page 14 of 70 FirstFirst ... 412131415162464 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR