Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-07-20 03:54:50
- Agentflit
- New Member
- Registered: 2006-07-20
- Posts: 4
Comments don't appear
Hi.
Right now if you were to submit a comment to my textpattern site (www.flit.cc/writing), it would not show up. I have done a little research and I still have no idea what’s wrong. The comment form will appear but after clicking “submit”, it just redirects to the main page. The comments don’t appear in the admin comments panel. Hopefully I’m not commiting any sort of faux pas? ;) I’m kinda lost.
Here is the tag trace from http://flit.cc/writing/article/4/traffic-jam#comment
.
.
.
.
.
.
.
.
<!-- txp tag trace:
[SQL (0.000501): select name from `txp_lang` where lang='en-gb' limit 1]
[SQL (0.034122): select name, data from `txp_lang` where lang='en-gb' AND ( event='public' OR event='common')]
[SQL (0.000471): select name, code from `txp_plugin` where status='1']
[SQL (0.000682): select ID,Section from `textpattern` where ID = 4 limit 1]
[SQL (0.000623): select * from `txp_section` where name = 'article' limit 1]
[SQL (0.000408): select Posted, AuthorID, Keywords from `textpattern` where ID=4]
[SQL (0.000519): select ID, Title, url_title, unix_timestamp(Posted) as uposted
from textpattern where Posted > '2006-07-19 01:40:00' and Section = 'article' and Status=4 and Posted < now() order by Posted asc limit 1]
[SQL (0.000731): select ID, Title, url_title, unix_timestamp(Posted) as uposted
from textpattern where Posted < '2006-07-19 01:40:00' and Section = 'article' and Status=4 and Posted < now() order by Posted desc limit 1]
[SQL (0.000570): select RealName from `txp_users` where `name` = 'agentflit' limit 1]
[SQL (0.001459): select host from `txp_log` where ip='66.58.191.90' limit 1]
[SQL (0.002995): insert into `txp_log` set `time`=now(),page='/writing/article/4/traffic-jam',ip='66.58.191.90',host='90-191-58-66.gci.net',refer='',status='200',method='GET']
[SQL (0.000666): select user_html from `txp_page` where name='archive']
[Page: archive]
<txp:page_title/>
[SQL (0.000710): select Title from `textpattern` where ID = 4]
<txp:css/>
<txp:sitename/>
<txp:site_slogan/>
<txp:article form="Single" />
[SQL (0.000896): select *, unix_timestamp(Posted) as uPosted from `textpattern` where ID='4' and Status in (4,5) limit 1]
[article 4]
[SQL (0.000632): select Form from `txp_form` where `name` = 'Single' limit 1]
[Form: Single]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:body/>
[SQL (0.000486): select Form from `txp_form` where `name` = 'comments_display' limit 1]
[Form: comments_display]
<txp:comments/>
[SQL (0.000608): select Form from `txp_form` where `name` = 'comments' limit 1]
[Form: comments]
[SQL (0.026261): select *, unix_timestamp(posted) as time from `txp_discuss` where parentid='4' and visible=1 order by posted asc]
<txp:if_comments_allowed>
[<txp:if_comments_allowed>: true]
<txp:comments_form/>
[SQL (0.000674): select Form from `txp_form` where `name` = 'comment_form' limit 1]
<txp:comments_error/>
<txp:text item="name" />
<txp:text item="message" />
<txp:comments_help/>
</txp:if_comments_allowed>
<txp:search_input label=" " button="Go" size="15" />
[SQL (0.000428): select form from `txp_form` where `name` = 'search_input' limit 1]
[ --- secondpass --- ]
-->
Last edited by Agentflit (2006-07-22 06:34:14)
Offline
#2 2006-07-31 02:51:46
- Agentflit
- New Member
- Registered: 2006-07-20
- Posts: 4
Re: Comments don't appear
Anybody? I’m really stuck here, short of starting over with a new layout.
Offline
Re: Comments don't appear
You’re missing the email field, so comments can’t be submitted.
Offline
#4 2006-08-01 01:31:53
- Agentflit
- New Member
- Registered: 2006-07-20
- Posts: 4
Re: Comments don't appear
Ah, thank you so much. :)
Offline
Pages: 1