To fix this issue, please follow below steps:
1. Open the file: plugins/system/jasocial_feed/jasocial_feed.xml
Find and replace this code snippet:
<field name=”tw_fetch_retweet” type=”list” default=”1″ label=”FETCH_RETWEET” description=”FETCH_RETWEET_DESC”>
with:
<field name=”twitter_fetch_retweet” type=”list” default=”1″ label=”FETCH_RETWEET” description=”FETCH_RETWEET_DESC”>
2. Open the file: plugins/system/jasocial_feed/jasocial_feed.php
Find and replace:
[PHP]$getRetweet = (int) $this->getProperty($profile, ‘tw_fetch_retweet’, 1);[/PHP]
With:
[PHP]$getRetweet = (int) $this->getProperty($profile, ‘twitter_fetch_retweet’, 0);[/PHP]
3. Go to plugin setting page, change option ‘Fetch Retwee’ to ‘No’, then save your profile.
4. Open the file: plugins/system/jasocial_feed/cache/cache.txt
Clear its content.
5. Test again