Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2013-04-09 15:15:53

DogLover
Member
Registered: 2013-04-04
Posts: 26

Tag deprecated while parsing form None on page default

Tag error: <txp:sitename /> ->  Textpattern Notice: tag is deprecated while parsing form None on page default
Tag error: <txp:article_custom form="article_link" section="about" sortby="Posted" sortdir="desc" listform="article_link" /> ->  Textpattern Notice: sortby attribute is deprecated while parsing form None on page default
Tag error: <txp:article_custom form="article_link" section="about" sortby="Posted" sortdir="desc" listform="article_link" /> ->  Textpattern Notice: sortdir attribute is deprecated while parsing form None on page default

What does this mean? This shows up at the top of my site. I just changed the theme to something different. Help!

Last edited by DogLover (2013-04-09 15:17:46)

Offline

#2 2013-04-09 16:07:07

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

Re: Tag deprecated while parsing form None on page default

Love it or hate it, when you change just the theme in Textpattern, you are actually changing many things. I guess the theme you use now is rather old, and some tags/attributes have been depreciated meanwhile. Go to Presentation/Pages, find

<txp:article_custom form="article_link" section="about" sortby="Posted" sortdir="desc" listform="article_link" />

and replace it with

<txp:article_custom form="article_link" section="about" sort="Posted desc" listform="article_link" />.

Also replace <txp:sitename /> with <txp:site_name />. These warnings are output only in debug/test modes.

Offline

#3 2013-04-09 17:25:03

DogLover
Member
Registered: 2013-04-04
Posts: 26

Re: Tag deprecated while parsing form None on page default

Thanks!

Offline

Board footer

Powered by FluxBB