Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-01-01 20:13:59
- jerauf
- New Member
- Registered: 2008-01-01
- Posts: 3
Page not found error when navigate to article or comment page
I’ve just installed and am using TextPattern for the first time.
I get a ‘page not found’ error when I navigate off of the default page. Do I have to build these pages or are they there by default?
Also, how do users comment on an article? There is no “Comment” link.
Offline
Re: Page not found error when navigate to article or comment page
If you are navigating to a different section you need to tell TXP what to display. This is done via a combination of the “use page” attribute in the “Sections” tab and the code you put into that page. If you want to use the “default” page for other sections you will need to add the <txp:if_section name="blahblah"></txp:if_section>
tags with the code inbetween them or create a new page template ensuring that you then go to the “Section” tab and change the “use page” for that section.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2008-01-01 22:31:34
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Page not found error when navigate to article or comment page
- FAQ
- Do you have comments enabled?
Offline
#4 2008-01-01 22:40:48
- jerauf
- New Member
- Registered: 2008-01-01
- Posts: 3
Re: Page not found error when navigate to article or comment page
Thanks, Mary. That worked.
However, now I’m getting this error:
Tag error: <txp:ajw_comment_alt even=“alt” odd=”“ /> -> Textpattern Warning: tag does not exist on line 973
How do I fix that?
Offline
#5 2008-01-01 23:37:10
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Page not found error when navigate to article or comment page
It means you either haven’t got the plugin ajw_comment_alt installed (look for it at textpattern.org) or activated, and it is being is being used by one of your forms.
Offline
#6 2008-01-01 23:40:32
- jerauf
- New Member
- Registered: 2008-01-01
- Posts: 3
Re: Page not found error when navigate to article or comment page
Thank you! That did it.
Offline