-
Re: AutoTweet [support]
I noticed one problem, when i add products manually it relays to twitter site but when i run feed to add/update products then no new products are shown on twitter despite new products appearing on my site through feed update?
Can some one help plz?
Regards
-
Re: AutoTweet [support]
I don't know what feed update is. This mod was only written to update twitter when you manually add a new product via the default zencart backend. It wont update twitter if you update an existing product, and it wont update twitter if you add products any other way.
-
Re: AutoTweet [support]
hummm, can i some how add products to twitter from zencart's existing products list? or can i add it manually on twitter itself?
-
Re: AutoTweet [support]
Sorry, that I answer so late, but the last week has been very busy for me....
I've made the changes in the update_products.php und the fix from here http://www.zen-cart.com/forum/showpo...0&postcount=18
And it works all fine with two languages in my testshop.
I setup a new product with German language and the product appears in the shop and the twitter feed will be update.
So it must work.
But, in my real shop, it doesn't work.
When setting up a new product, it always ends with a blank side.
The product is only avaible for the English language and the twitter feed doesn't update.
I think, the reason must be a server setting, but I can't find out, which setting it might be.
My settings are here:
http://scrap-wishes.com/phpinfo.php
Thanks Micki
-
Re: AutoTweet [support]
-
Re: AutoTweet [support]
also, I see nothing about json support enabled in your server info. Is it enabled locally? That might be it, but then again I'm not a pro in this area.
-
Re: AutoTweet [support]
Yes, I've tried it, and it doesn't help.
I think it must be some server settings, because the modul works fine on another server.
-
Re: AutoTweet [support]
-
Re: AutoTweet [support]
if you look at: http://htmyell.com/phpinfo.php (my server) and scroll down you'll see it's an enabled php extension.
Yours seems to be missing it I know both classes use json.
It can be installed manually (http://us.php.net/manual/en/json.installation.php), or contact your host.
-
Re: AutoTweet [support]
you could double check to see if json is installed on the local/remote working servers you've tested, and if so that's probably the problem.