Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-01-11 13:17:56

Gallex
Member
Registered: 2006-10-08
Posts: 1,308

content doesn't show up

i upgraded 4.0.5 to 4.0.7
after that article content doesn’t show up anymore, only titles. take a look

total validtor says: http://www.totalvalidator.com/validator/Validator#p1

but i do have ending tag for that div!

my default article form:

<div class="sisu">
<h3><txp:title /></h3>
<txp:if_article_list>
<txp:if_excerpt>
<txp:excerpt />
<p><txp:permlink>Loe edasi...</p>
<txp:else />
<txp:body />
</txp:if_excerpt>
<txp:else />
<txp:body />
</txp:if_article_list>
</div>

i just don’t get it…

Offline

#2 2009-01-11 13:35:25

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: content doesn't show up

The problem may be in here:

<p><txp:permlink>Loe edasi...</p>

You don’t have a closing </txp:permlink> tag. 4.0.7 is much less forgiving about incorrect tag use, so you’ll notice that typos that you got away with previously won’t be accepted anymore in 4.0.7 :)

Offline

#3 2009-01-11 14:00:56

Gallex
Member
Registered: 2006-10-08
Posts: 1,308

Re: content doesn't show up

Els wrote:

The problem may be in here:

<p><txp:permlink>Loe edasi...</p>

You don’t have a closing </txp:permlink> tag. 4.0.7 is much less forgiving about incorrect tag use, so you’ll notice that typos that you got away with previously won’t be accepted anymore in 4.0.7 :)

i knew it should be a typo :) thank’s for pointing that

Offline

Board footer

Powered by FluxBB