Results 1 to 10 of 264

Hybrid View

  1. #1
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by chattunnel View Post
    I know this is a dumb question but why isn't there $twitUsername or $twitPassword? I completed all directions but entering my twitter username and password in update_product.php because I can't find those lines. Did I get a bad download?
    okay I sorted out my twitname and twitpass issue out by linking my bitly account to twitter.
    Im having this error now: Warning URL was not shortened for Twitter: www.mydomain.com was used instead. Reason: INVALID_APIKEY
    Error Twitter could not be updated: :
    To paste the code into twitter yourself use:
    New product available: testing! Only $23. Check it out now at www.mydomain.com
    what's causing this? I have my twitter api settings as read and write and generated new keys&tokens after the change and updated my update_product.php??? I also updated twitters api addresses????????

  2. #2
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Okay It;'s working, I had to update my keys
    Quote Originally Posted by chattunnel View Post
    okay I sorted out my twitname and twitpass issue out by linking my bitly account to twitter.
    Im having this error now: Warning URL was not shortened for Twitter: www.mydomain.com was used instead. Reason: INVALID_APIKEY
    Error Twitter could not be updated: :
    To paste the code into twitter yourself use:
    New product available: testing! Only $23. Check it out now at www.mydomain.com
    what's causing this? I have my twitter api settings as read and write and generated new keys&tokens after the change and updated my update_product.php??? I also updated twitters api addresses????????

  3. #3
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    ZC1.5.3.
    When creating product and click on insert it shows blank page
    timeout was 10, changed to 0 but still blank page

    $timeout = 0; //seconds to wait for twitter & bit.ly. This can be left alone.

  4. #4
    Join Date
    Mar 2012
    Posts
    82
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    New question I think
    when you replace your existing update_product.php do you know what lines are added?
    I belive my update file has been changed some already and don't want to loose what I have
    so just want to edit and add missing lines

    thanks

    Dave

  5. #5
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Quote Originally Posted by dsimon View Post
    New question I think
    when you replace your existing update_product.php do you know what lines are added?
    I belive my update file has been changed some already and don't want to loose what I have
    so just want to edit and add missing lines

    thanks

    Dave

    There are few. If you don't have back up you can download fresh ZC1.5 and compare using winmerge.

    I have installed this module and it does not execute cron job. Let me know if work for you.

  6. #6
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    is anyone using this now... bit.ly has changed there api to tokesn;and i don't know what to do..
    thank you
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  7. #7
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: AutoTweet [support] Will it Work with eMagicOne Store Manager

    Was wondering if anyone has upgraded twitteroauth.php to include media uploads yet?

    I'm getting close, but just rain into a 'Uncaught InvalidArgumentException: You must supply a readable file in' using the url to the image as..

    PHP Code:
    $urlprod $storeUrl '/images/' $_POST['products_image']; 
    Then after connection trying to upload and get the media ID in
    PHP Code:
    //upload the image and get an MediaID
    $media $connection->upload('media/upload', ['media' => $urlprod]);
    $parameters = [
         
    'status' => $message
         
    'media_ids' => $media->media_id_string
    ];

    //send message
    $tweet $connection->post('statuses/update', array('status' => $parameters)); 
    The upload connection is where the stop is... the error file is..
    Code:
    [21-Sep-2018 21:03:18 America/Los_Angeles] PHP Fatal error: Uncaught InvalidArgumentException: You must supply a readable file in /****************************/includes/modules/twitteroauth/twitteroauth.php:239
    Stack trace:
    #0 /****************************/includes/modules/twitteroauth/twitteroauth.php(208): TwitterOAuth->uploadMediaNotChunked('media/upload', Array)
    #1 /****************************/includes/modules/product/update_product.php(146): TwitterOAuth->upload('media/upload', Array)
    #2 /****************************/product.php(61): require('/home/.../...')
    #3 {main}
    thrown in /****************************/includes/modules/twitteroauth/twitteroauth.php on line 239
    Think I need to start back tracing twitteroauth.php for the issue.. The image patch id https://www-siteURL-/image/product/1234.jpg and it's under the max 5MB's
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v151 Autotweet Errors/Not Posting
    By Little Red Crane in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Mar 2014, 04:56 PM
  3. is there any AutoTweet addon or autofacebook addon work well with EasyPopulate?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Dec 2010, 03:17 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