Page 51 of 70 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 695
  1. #501
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by shenk View Post
    I have also encountered the same situation as below:-


    Status: array (
    0 => '',
    )


    Fatal error: Uncaught CurlException: 7: couldn't connect to host thrown in /home/u170479066/public_html/facebook_authorization.php on line 600
    Thanks for the details! It appears that this is a problem with your hosting company. It looks as though they may be blocking the ports needed for your site to connect to facebook. See this article: http://stackoverflow.com/questions/9...urlexception-7. You may want to hit up their tech support and see if there's anything they can do to enable the connection.

  2. #502
    Join Date
    Jan 2013
    Posts
    3
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Thanks for the details! It appears that this is a problem with your hosting company. It looks as though they may be blocking the ports needed for your site to connect to facebook. See this article: http://stackoverflow.com/questions/9...urlexception-7. You may want to hit up their tech support and see if there's anything they can do to enable the connection.
    thanks for your prompt response. will chech with the hosting company about this.

  3. #503
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    This is a great mod. Just one thing, with the new version, if I put in '£' as the currency symbol, it outputs the symbol on facebook with a question mark in a diamond shape - �

    Not sure if it is a charset issue, but I did alter that according to a guide. Any help is great, maybe other people are having the same issue. I am using GBP at the moment until I can figure it out lol.

  4. #504
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by HeathenMagic View Post
    This is a great mod. Just one thing, with the new version, if I put in '£' as the currency symbol, it outputs the symbol on facebook with a question mark in a diamond shape - �

    Not sure if it is a charset issue, but I did alter that according to a guide. Any help is great, maybe other people are having the same issue. I am using GBP at the moment until I can figure it out lol.
    Well darn, I thought I had figured it out. Unfortunately character encoding/charsets and all that isn't my area of expertise. I know when I set my charset to 'UTF-8 w/o BOM' as per the video I was able to see GBP, Euro, and the Yen. However maybe there's something else missing. What IDE are you using to change the encoding?

  5. #505
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    Well darn, I thought I had figured it out. Unfortunately character encoding/charsets and all that isn't my area of expertise. I know when I set my charset to 'UTF-8 w/o BOM' as per the video I was able to see GBP, Euro, and the Yen. However maybe there's something else missing. What IDE are you using to change the encoding?

    I had the same problem with Greek encoding so i just replaced the following line so that the Greek Description not to show.

    'link' => $prod_url,
    'caption' => 'Price: ' . $price . $cur,
    'description' => 'Click for more details',

    so i just suggest trying replacing the .$cur, with '£' so that it is like that

    'caption' => 'Price: ' . $price '£',
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  6. #506
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Hello Jamie, and Infogate,

    Thanks for your replies. I am not sure what IDE, I am not very tech savvy. I did have a look what IDE is, but not sure if I am using them tools I found in the results. I can try Infogates solution. I did change Charset according to Dr Bytes guide (I think it was his).

    James

  7. #507
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by HeathenMagic View Post
    Hello Jamie, and Infogate,

    Thanks for your replies. I am not sure what IDE, I am not very tech savvy. I did have a look what IDE is, but not sure if I am using them tools I found in the results. I can try Infogates solution. I did change Charset according to Dr Bytes guide (I think it was his).

    James
    Basically it's what ever program you're using to open the files and make changes. You could always download the trial of webuilder if need be.

    Infogate's solution might be something to try first. It should be mentioned though, that it should actually look like:

    PHP Code:
    'caption' => 'Price: ' $price '£'

  8. #508
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I have learnt something today Jamie, many thanks haha. I was using winmerge, but recently Beyond Compare to compare your files with mine. Thanks for telling me what it means.

  9. #509
    Join Date
    Nov 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I have installed autofacebook and think it is working correctly. Anyways apparently this only works if you add the product yourself in admin. I have my products automatically updated daily vis inventory source. Anyways when it updates/adds new products those new products are not added to facebook because i did not manually add them. Is there a way to have this set up so that when my products are automatically added/updated on a daily basis update facebook at the same time?

  10. #510
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jsuess View Post
    I have installed autofacebook and think it is working correctly. Anyways apparently this only works if you add the product yourself in admin. I have my products automatically updated daily vis inventory source. Anyways when it updates/adds new products those new products are not added to facebook because i did not manually add them. Is there a way to have this set up so that when my products are automatically added/updated on a daily basis update facebook at the same time?
    I think that the tech team dealing with the inventory source has to deal with this. Using the "jamielife" source code i guess it would be easy for them to update the facebook as they managed to update the zen cart automatically.
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

 

 
Page 51 of 70 FirstFirst ... 41495051525361 ... 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