• eCommerce
  • Social and Community Suite
  • Content Management
  • RSS Extensions
  • VirtueMart Extensions
Follow us on Twitter   Join The Factory on the New Digg  
(0) | Login | Register | Lost Password?
Username: Password:  
Home
Our Products
Joomla 1.7.x  (23) & J!1.6.x
Joomla 1.5.x (28)
Joomla 1.0.x (17)
Factory Club Extensions (7)
Drupal, Elxis, MODx (6)
Windows Gadgets for J! (11)
Free Templates (4)
All Products (92)
Documentation
Tweets
Forum
Contact Us
Terms & Conditions
How to Buy Guide
Customers FAQ's
Updates & Upgrades
About Us
The Factory Demo Server for Joomla Extensions
Money Back Guarantee
Payment Methods for Joomla Extensions
Follow us on Facebook

Latest Tweets

  • Join us at the Joomladay UK!
  • The Factory Extensions Joomla Compatibility Chart
  • Love Factory 2.4 for Joomla 1.7
  • Love Factory - Memberships [VIDEO]
  • Love Factory - Custom Fields Integration [VIDEO]
  • Love Factory - Google Maps Integration [VIDEO]
  • Love Factory - Administrator Guide [VIDEO]
  • Love Factory - Memberships
  • Collection Factory for Joomla 1.6 with CB support
  • Reverse Auction Factory 1.5.9
 
   Home   Help Search Login Register  
The Factory > Forum > RSS Factory Suite for Joomla CMS. > rss Factory PRO > Duplicate content
Pages: [1] 2 3 4
« previous next »
  Print  
Author Topic: Duplicate content  (Read 6367 times)
rowbay
Newbie
*
Posts: 11


View Profile
Duplicate content
« on: March 18, 2010, 10:57:38 am »

I keep getting duplicate content and sometimes up to 7 copies of the same article and I have only been using the component for a few days. I am using the module with tooltip and simplelist.
Logged
hash
The Factory Staff
Hero Member
*
Posts: 1179


The Factory's Development Team member.


View Profile
Re: Duplicate content
« Reply #1 on: March 18, 2010, 12:11:51 pm »

Hi,

Please post links to the feeds you're using.

H.
Logged

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
hash
The Factory Staff
Hero Member
*
Posts: 1179


The Factory's Development Team member.


View Profile
Re: Duplicate content
« Reply #2 on: March 19, 2010, 10:25:54 am »

Hi,

We just tested your feed on our server and it was ok. No duplicate content. Without an admin account we are not able to help you further to identify the wrong settings on your server.

Regards,
H.
Logged

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
rowbay
Newbie
*
Posts: 11


View Profile
Re: Duplicate content
« Reply #3 on: March 19, 2010, 11:12:34 am »

that's the point. There is no duplicate content the first time. The content duplicates later on... and it is irregular because I have set up a cron job every 15 mins and I only end up getting like 4-7 duplicate content articles in 24 hours (instead of close to 100). Some sections are duplicated twice while others are duplicated 7 times.
Logged
hash
The Factory Staff
Hero Member
*
Posts: 1179


The Factory's Development Team member.


View Profile
Re: Duplicate content
« Reply #4 on: March 19, 2010, 03:18:45 pm »

Hi,

We've applied a fix on the component installed on your server, which should filter those duplicates. Please let us know if this solves the issue.

Regards,
H.
Logged

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
sacadmin
Newbie
*
Posts: 7


View Profile
Re: Duplicate content
« Reply #5 on: March 23, 2010, 09:26:08 pm »

I'm having the same type problem. How do I fix it?
Logged
Erik
Administrator
Hero Member
*****
Posts: 3120



View Profile
Re: Duplicate content
« Reply #6 on: March 23, 2010, 10:26:51 pm »

Quote from: sacadmin on March 23, 2010, 09:26:08 pm
I'm having the same type problem. How do I fix it?

Are you using the latest version?
Logged
sacadmin
Newbie
*
Posts: 7


View Profile
Re: Duplicate content
« Reply #7 on: March 25, 2010, 12:40:56 am »

I am using 1.5.9. Every couple of days, I go in and flush the cache and refresh the links to clear the duplicates.
Logged
hash
The Factory Staff
Hero Member
*
Posts: 1179


The Factory's Development Team member.


View Profile
Re: Duplicate content
« Reply #8 on: March 25, 2010, 10:50:49 am »

Hi,

Edit the file "components/com_rssfactory_pro/parsers/parser.php". Around line 305, you'll find

Quote
$query = "SELECT `id` FROM `#__rssfactory_cache` WHERE `rssid`='".$rssSource->id."' AND `item_hash`='".$row->item_hash."'";

Please replace that with:

Quote
$query = "SELECT `id` FROM `#__rssfactory_cache` WHERE `item_hash`='".$row->item_hash."'";

This should take care of the issue.

Cheers,
H.
Logged

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
sacadmin
Newbie
*
Posts: 7


View Profile
Re: Duplicate content
« Reply #9 on: April 01, 2010, 02:40:54 am »

That did make a difference. Now, instead of the number of feeds that I have set for the link displaying; it shows a single feed from the link the number of times that I set for number of feeds.

I'm about to upgrade to 1.6.0, hopefully that will fix the problem.  Thanks
Logged
infofeeder
Newbie
*
Posts: 34


View Profile
Re: Duplicate content
« Reply #10 on: April 09, 2010, 05:04:57 am »

i have 1.6 version and im getting duplicate posts, 5-6 of them sometimes.....

Any ideas??

infofeeder.info
Logged
hash
The Factory Staff
Hero Member
*
Posts: 1179


The Factory's Development Team member.


View Profile
Re: Duplicate content
« Reply #11 on: April 13, 2010, 11:58:53 am »

Hi,

Please edit file "components/com_rssfactory_pro/parsers/parser.php". Look around line 212, for something like

Quote
$query = "SELECT `id` FROM `#__rssfactory_cache` WHERE `item_hash`='".$row->item_hash."'";

and replace that with

Quote
$query = "SELECT `id` FROM `#__rssfactory_cache` WHERE `rssid`='".$rssSource->id."' AND `item_title`='".$row->item_title."'";

It should do the trick for your feeds. Please keep me posted with the results.

Cheers,
H.
Logged

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
infofeeder
Newbie
*
Posts: 34


View Profile
Re: Duplicate content
« Reply #12 on: April 15, 2010, 04:39:49 am »

ok lovely il give it a go and report back, kinda busy with loads at the mo, so wont make that edit just yet, as not live yet neither...

i see that 1.6.1 is out, how and where can i download my updated version plse?? Smiley
Logged
Erik
Administrator
Hero Member
*****
Posts: 3120



View Profile
Re: Duplicate content
« Reply #13 on: April 15, 2010, 09:23:13 am »

Just check the submit forms available on the "contact us" page Wink
Logged
infofeeder
Newbie
*
Posts: 34


View Profile
Re: Duplicate content
« Reply #14 on: May 13, 2010, 08:42:38 pm »

Im still getting duplicate content, in fact pretty much all the posts, it seems this happens over say 24 hours, repeat posts keep showng up....

I did enter the code you wrote above... and it still happens....

im usre its to do with somethng about the title, in the way its written, im not sure, what your code, isnt picking them up.....

help plse!!!


also is there a 1.6.1 version out??

i know i asked in last post, but when i downloaded, it was still 1.6
Logged
Pages: [1] 2 3 4
  Print  
« previous next »
 
Jump to:  

Loading...
Joomla Extension - RSS Factory Manager  Joomla Extension - EBook Factory  Joomla Extension - Briefcase Factory  Joomla Extension - Auctions Factory  Joomla Module - RSS Contextual  Joomla Module - Exchange Factory (Europe / EURO)  Joomla Module - Exchange Factory (Romania/ RON)  Joomla Custom Extensions Development   Free Joomla Extensions  Joomla Extension - RSS Factory Pro (Enhanced Version)  Joomla Virtuemart Payment Plugin - Gecad (EPayment.ro)  Joomla Module - Mosimage / Image Module  Joomla Extension - Reverse Auction Factory (Lowest Bidder Auctions)  Joomla Extension - Article Factory Manager  Joomla Module - Lavalamp Menu  Joomla Module - RSS Image Extractor  Joomla Module - Exchange Factory (Europe / EURO) for Joomla 1.0.15  Joomla Module - Exchange Factory (Romania / RON) for Joomla 1.0.15  Joomla Module - Top Movies (IMDB)   Joomla Module - EBay Latest Auctions  Auction Factory Standalone PHP script