Quote:
Originally Posted by lrmzx9
How do I manually get rid of this error?
There is no histtd_rss in my SQL database. Can I create it? I cannot find anything related to this..
|
If there was no histtd_rss in your database you would be geting the error "table histtd_rss does not exist"
The fact that you are getting a column error means that the table does exist, but doesn't have the column in question.
The most immediate way to fix it is to add a column to the table called enabled. However you clearly have half a hack in your system, you need to get rid of it completely.