Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: MegaByte on March 22, 2010, 01:07:11 AM

Title: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: MegaByte on March 22, 2010, 01:07:11 AM
When trying to run a Repair Boards, I get a long string of errors all saying: The subject of topic #(number) is currently not stored in the subject cache.

If I choose to Repair the errors, it tells me that it has done so, but running Repair Boards gives me the same list of errors.
Title: Re: 2.0 RC3 PostgreSQL The subject of topic ###### is currently not stored in the su
Post by: Oldiesmann on March 22, 2010, 02:04:34 PM
Does this generate any results?

SELECT id_topic FROM smf_topics
WHERE id_topic NOT IN (SELECT id_topic FROM smf_log_search_subjects)


That error means SMF doesn't have words from the subjects of the selected topics stored in the smf_log_search_subjects table, but it should at least try to insert them or give you an error if it doesn't work.
Title: Re: 2.0 RC3 PostgreSQL The subject of topic ###### is currently not stored in the su
Post by: MegaByte on March 22, 2010, 04:13:09 PM
Yeah, there are 97 matches.  FWIW, I believe I was getting this error prior to converting to PostgreSQL as well.
Title: Re: 2.0 RC3 PostgreSQL The subject of topic ###### is currently not stored in the su
Post by: Oldiesmann on March 24, 2010, 03:02:35 PM
Thanks for the help. That indicates there may be a problem with the code that's supposed to fix this problem. I'll look at this more when I get home from work tonight and see what I can do to fix it.
Title: Re: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: humbleworld on June 30, 2010, 06:36:32 PM
I am also getting this error with tens of thousands in the list since my forum is big. Could it have resulted after I created custom index and I removed fulltext index?

I am using version 1.1.11. I landed on this thread after searching in Google.
Title: Re: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: Norv on July 17, 2010, 05:32:07 PM
Does this still happen?
Title: Re: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: MegaByte on July 24, 2010, 02:22:25 AM
Yes, with latest SVN.
Title: Re: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: emanuele on January 05, 2012, 08:30:52 AM
The code in repairboards is still the same, so I assume the bug is still there, but I can't verify.
Title: Re: 2.0 RC3 The subject of topic ###### is currently not stored in the subject cache
Post by: Arantor on January 26, 2014, 10:04:05 PM
This appears to have been fixed in 2.1.