Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
MySQL error upon managing comments
I am getting the following error:
Warning: Unknown column 'title' in 'where clause' select visible, COUNT(*) AS c from txp_discuss where parentid = '630' OR title like '%630%' GROUP BY visible in /home/content/j/a/n/janinea/html/textpattern/lib/txplib_db.php on line 82
when I click the link to “manage” comments on any article from the articles list. If I visit the comments tab on its own, everything seems to work okay. The comments in questions (here, #630) do exist.
Offline
Re: MySQL error upon managing comments
txp_discuss
doesn’t have a title
field (column). I’m not familiar with a “manage comments” link; are you using a plugin for this?
Code is topiary
Offline
Re: MySQL error upon managing comments
Hi Jsoo – Well, I wasn’t familiar with it either, but a client of mine was having this issue and emailed me. Turns out, if you click “show detail” at the bottom of the article list, a “comments” column appears, with a link to “manage” if there are comments. However, she is using 4.0.7, so perhaps if I upgrade her site to 4.2, this error will just go away…
Offline
Pages: 1