Zen Cart Logo
Forums / All Other Contributions/Addons / AutoTweet [support]

AutoTweet [support]

Views: 51,022

Results 141 to 160 of 264
12 Sep 2010, 11:11 PM
#141
typermedia avatar

typermedia

New Zenner

Join Date:
Sep 2010
Posts:
3
Plugin Contributions:
0

AutoTweet [support]

I keep this error

Fatal error: Uncaught exception 'TwitterException' with message 'Basic authentication is not supported' in /home/content/25/5239325/html/admin/twitter/twitter.php:204 Stack trace: #0 /home/content/25/5239325/html/admin/twitter/twitter.php(648): Twitter->doCall('statuses/update...', Array, true) #1 /home/content/25/5239325/html/admin/twitter/autoTweet.php(21): Twitter->updateStatus('New Product Ava...') #2 /home/content/25/5239325/html/admin/includes/modules/update_product.php(89): include_once('/home/content/2...') #3 /home/content/25/5239325/html/admin/product.php(62): require('/home/content/2...') #4 {main} thrown in /home/content/25/5239325/html/admin/twitter/twitter.php on line 204

it just started and i havent changed anything since the last poduct i uploaded,and it worked then.....HELP....:wacko:

12 Sep 2010, 11:32 PM
#142
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

typermedia:

I keep this error

Fatal error: Uncaught exception 'TwitterException' with message 'Basic authentication is not supported' in /home/content/25/5239325/html/admin/twitter/twitter.php:204 Stack trace: #0 /home/content/25/5239325/html/admin/twitter/twitter.php(648): Twitter->doCall('statuses/update...', Array, true) #1 /home/content/25/5239325/html/admin/twitter/autoTweet.php(21): Twitter->updateStatus('New Product Ava...') #2 /home/content/25/5239325/html/admin/includes/modules/update_product.php(89): include_once('/home/content/2...') #3 /home/content/25/5239325/html/admin/product.php(62): require('/home/content/2...') #4 {main} thrown in /home/content/25/5239325/html/admin/twitter/twitter.php on line 204

it just started and i havent changed anything since the last poduct i uploaded,and it worked then.....HELP....:wacko:

What version of autotweet are you running? Sounds like you need to upgrade to autoTweet 3.

13 Sep 2010, 12:24 AM
#143
typermedia avatar

typermedia

New Zenner

Join Date:
Sep 2010
Posts:
3
Plugin Contributions:
0

Re: AutoTweet [support]

im using autotweet 1.01 and zencart 1.3.8

13 Sep 2010, 12:49 AM
#144
typermedia avatar

typermedia

New Zenner

Join Date:
Sep 2010
Posts:
3
Plugin Contributions:
0

Re: AutoTweet [support]

i upgraded to 3.0 and it works....Thank you, Thank you, Thank you
:clap:

14 Sep 2010, 3:23 AM
#145
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

Hi jamielife
How do you get Twitter Update stop re-updating to Twitter every time you click edit on a product. When I insert a product it post to Twitter, but if I have to go back and edit that product it will update and post it again no matter how many time I update that product. Thank You in advance

14 Sep 2010, 3:30 AM
#146
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

countrycharm:

Hi jamielife
How do you get Twitter Update stop re-updating to Twitter every time you click edit on a product. When I insert a product it post to Twitter, but if I have to go back and edit that product it will update and post it again no matter how many time I update that product. Thank You in advance

Hmmm the autoTweet code by default should fall between lines 90 and 157. If you have made any edits, or moved it (while trouble shooting (which could have been my fault)) either move it back to just those lines, or re-download autotweet and fill in your existing variable info.

Also, to anyone with the empty description/price/etc issue, I'm testing a fix for it now... hopefully this works.

14 Sep 2010, 3:59 AM
#147
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

Ok so this *MIGHT *fix it:

However, I can't recreate the problem so I am unable to test.

I think that it is server related and has to do with DNS/cURL settings. So if you're having a problem where something isn't getting posted to facebook (but just about everything else is) Download: http://htmyell.com/images/share/autoFacebook_fix.zip extract the included facebook.php file and replace the facebook.php file located on your server in: "admin/includes/modules/facebook/"

You don't need to change anything else, this will just change the core facebook api fille.

Once you replace it, hopefully everything will work.

...fingers crossed...

Please let me know.

NOTE: This is not an upgrade to the existing autoFacebook 2 mod, it is just a *potential *fix for those people having issues with the current mod. If everything works fine for you, you do not need to download this.

14 Sep 2010, 4:11 AM
#148
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

jamielife:

Ok so this *MIGHT *fix it:

However, I can't recreate the problem so I am unable to test.

I think that it is server related and has to do with DNS/cURL settings. So if you're having a problem where something isn't getting posted to facebook (but just about everything else is) Download: http://htmyell.com/images/share/autoFacebook_fix.zip extract the included facebook.php file and replace the facebook.php file located on your server in: "admin/includes/modules/facebook/"

You don't need to change anything else, this will just change the core facebook api fille.

Once you replace it, hopefully everything will work.

...fingers crossed...

Please let me know.

NOTE: This is not an upgrade to the existing autoFacebook 2 mod, it is just a *potential *fix for those people having issues with the current mod. If everything works fine for you, you do not need to download this.

oops, sorry wrong thread.

this is only for autofacebook :blush:

however, if it resolves the problem for facebook a autoTweet fix will follow soon.

Sorry for the confusion

14 Sep 2010, 3:22 PM
#149
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

jamielife:

Hmmm the autoTweet code by default should fall between lines 90 and 157. If you have made any edits, or moved it (while trouble shooting (which could have been my fault)) either move it back to just those lines, or re-download autotweet and fill in your existing variable info.

Also, to anyone with the empty description/price/etc issue, I'm testing a fix for it now... hopefully this works.

Thanks for pointing that out to me. I did move the code toward the bottom. I move it back up and now every things works like it should. I'm happy how autoTweet is posting. Not like autoFacebook.

         New product available: Cape Cod Storage Console! Only $146.70. Check it out now at <http://bit.ly/aHI6eE>
15 Sep 2010, 7:41 PM
#150
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

To anyone using autoTweet that is having an issue with products description not posting to facebook, it is more than likey caused by another mod adding to your description field (such as: FCKeditor Plugin).

Adding

$prod_description = strip_tags($prod_description);  

Below (line 105) where you see:

    //$prod_description = implode(" ", $_POST['products_description']);  

And that should fix it.

15 Sep 2010, 10:02 PM
#151
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

:oops:

Disregard that last post as well;

I think I'm starting to lose my mind...

to solve this with autoTweet 3 add:

$message  strip_tags($message); 

Right below line 120 which should look like:

$message = "New product available: " . $_POST['products_name'][$_SESSION['languages_id']] . '!';  

Sorry again.

15 Sep 2010, 10:44 PM
#152
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

jamielife:

:oops:

Disregard that last post as well;

I think I'm starting to lose my mind...

to solve this with autoTweet 3 add:

$message strip_tags($message);

> 
> ```php
$message = "New product available: " . $_POST['products_name'][$_SESSION['languages_id']] . '!';  
```Sorry again.


No your not losing your mind, I thought I was because I look for that code and I just could not find it so, I gave up:frusty:
15 Sep 2010, 10:59 PM
#153
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

jamielife:

:oops:

Disregard that last post as well;

I think I'm starting to lose my mind...

to solve this with autoTweet 3 add:

$message strip_tags($message);

> 
> ```php
$message = "New product available: " . $_POST['products_name'][$_SESSION['languages_id']] . '!';  
```Sorry again.

This does not work jamie. When you try to insert a new product you get a blank page.
16 Sep 2010, 1:08 AM
#154
andreitero avatar

andreitero

Zen Follower

Join Date:
Dec 2009
Posts:
207
Plugin Contributions:
0

Re: AutoTweet [support]

Hi, thanks for supporting this so far Jamie.
Does anyone else using Ultimate SEO urls have the Autotweet 3 working?
When i am inserting a new product, the url looks like this: http: //example.com/p-123.html, when it should be http: //example.com/product-name-p-123.html.
I double checked the install instructions, everything is in place and posting on Twitter.
When I remove the code for Autotweet 3 from the update product.php, the urls are fine. I also tried putting that code after the Autofacebook code, like in earlier versions of this mod. Urls are ok, but it stops posting on Twitter.
Any pointers much appreciated.

16 Sep 2010, 12:36 PM
#155
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

:oops: again...

it should be:

$message =  strip_tags($message);  

andreitero:

Hi, thanks for supporting this so far Jamie.
Does anyone else using Ultimate SEO urls have the Autotweet 3 working?
When i am inserting a new product, the url looks like this: http: //example.com/p-123.html, when it should be http: //example.com/product-name-p-123.html.
I double checked the install instructions, everything is in place and posting on Twitter.
When I remove the code for Autotweet 3 from the update product.php, the urls are fine. I also tried putting that code after the Autofacebook code, like in earlier versions of this mod. Urls are ok, but it stops posting on Twitter.
Any pointers much appreciated.

I'll look into this soon.

16 Sep 2010, 2:02 PM
#156
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

Again
it should be:

                             ```php

$message = strip_tags($message);

Product name, price, and description, or just product name and price. If all three it still is not inserting the description for some reason. It looks likes this.
New product available: Angel Bible Storage Boxes! Only $27.90. Check it out now at then the prodUrl. 
It might be working right and I am miss understanding......lol
16 Sep 2010, 2:48 PM
#157
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoTweet [support]

countrycharm:

Again
it should be:

                             ```php

$message = strip_tags($message);

> Product name, price, and description, or just product name and price. If all three it still is not inserting the description for some reason. It looks likes this.
> New product available: Angel Bible Storage Boxes! Only $27.90. Check it out now at then the prodUrl. 
> It might be working right and I am miss understanding......lol

that looks right

Twitter can only take in so much so its better to just let users know there's an update and give em a link to check it out.

You could change it to give the description but if the description is over 140 characters it would get cropped and there wouldnt be room for anything else, so i just left it that way
16 Sep 2010, 4:14 PM
#158
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoTweet [support]

jamielife:

that looks right

Twitter can only take in so much so its better to just let users know there's an update and give em a link to check it out.

You could change it to give the description but if the description is over 140 characters it would get cropped and there wouldnt be room for anything else, so i just left it that way
Thanks for the update and help.

19 Sep 2010, 10:50 AM
#159
chaos_factor avatar

chaos_factor

New Zenner

Join Date:
Sep 2008
Posts:
47
Plugin Contributions:
0

Re: AutoTweet [support]

Got this to work and even integrated Autofacebook with it. It actually posts to both however, with twitter I get an error stating the login is incorrect so it uses my store URL without showing specific items.

Crazy me is going to crazy bed and will try to figure it out at a less crazy me time!!!

19 Sep 2010, 8:51 PM
#160
chaos_factor avatar

chaos_factor

New Zenner

Join Date:
Sep 2008
Posts:
47
Plugin Contributions:
0

Re: AutoTweet [support]

Facebook was successfully updated!
Warning URL was not shortened for Twitter: crystabellas.com was used instead. Reason: INVALID_LOGIN
Success Twitter Updated!

I've checked all the info more than once and the login is correct. Will try making a new app and see if that works