How many comments?
How many comments?
On my new blog (http://blog.telmarkt.de) a comment was added to category "CallCenter / Umfragen". I posted an answer to this comment. The entry is has now a comment count of 2. However, the statistics side bar knows only one comment. Are there different counters?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How many comments?
Hi!
Hm, that's strange. Could you check the Database table 'serendipity_comments' and see which columns are filled there?
The SQL query used by the statistics plugin is:
So the only reason that the counts can differ would be that one of your 2 comments is either not the 'NORMAL' type (maybe a trackback?) or it is not approved?
Regards,
Garvin
Hm, that's strange. Could you check the Database table 'serendipity_comments' and see which columns are filled there?
The SQL query used by the statistics plugin is:
Code: Select all
SELECT count(id) FROM serendipity_comments WHERE type = 'NORMAL' AND status = 'approved'
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Ah, okay. The statistics sidebar plugin is cached! That's your problem.
You can change the caache timeout in the sidebar plugins config.
Regards,
Garvin
Ah, okay. The statistics sidebar plugin is cached! That's your problem.
You can change the caache timeout in the sidebar plugins config.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/