View Single Post
  #181 (permalink)  
Old 11-19-2006, 02:05 PM
yom23 yom23 is offline
New Pligger
 
Join Date: Feb 2006
Posts: 24
Thanks: 1
Thanked 0 Times in 0 Posts
Yes I changed to value on 5. the others values are :

Code:
- Feed Frequency (hours): 1 -- how often to check for new items.
- Feed Votes: 5 -- how many votes new items recieve (limit 200)
- Feed Items Limit: 5 -- how many new items to take from the feed when it's checked
- Feed URL Dupes: 0 -- Allow duplicate URL's 0=No, 1=Yes, Allow
- Feed Title Dupes: 1 -- Allow duplicate Title's 0=No, 1=Yes, Allow
- Feed Submitter Id (number): 2 -- The ID of the person who will be listed as the submitter
- Feed Category Id (number): 2 -- The ID of the category to place these items into
If Feed Title Dupes is set to 0, Only the first item is imported, then :

Code:
Title: My_RSS_Title
Content: My_RSS_content
URL: My_RSS_url.com

Fatal error: Call to undefined function: duplicates_title() in /home.12/m/i/n/minaddik/www/Witmn/rss/import_feeds.php on line 67
If Feed Title Dupes is set to 1, the RSS items are imported , but in duplicata !
I do again an import feeds (no news items), and I have my news in triple ! It was like if he's not considered the items already present :/

What is wrong ? Thanks for help.