Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-08-18 13:38:35

Zubrik
Member
Registered: 2005-07-28
Posts: 65

Error when upgrading: deprecated_tag

Hi,

I’ve upgraded my TXP installation from 4.0.3 (r1188) to 4.0.6. I’ve followed the upgrading instructions:

Upgrading
Simply replace the two files in your main installation directory (index.php and .htaccess) and everything in your /textpattern/ directory (except config.php) with the corresponding files in this distribution.
When you login to the admin-side, the relevant upgrade script is run automatically. Please take a look into diagnostics to find out whether there are any errors and whether the correct version number is displayed.

When I try to login to the admin-side, a 404 error comes up, with this message duplicated on the top of the page:

tag_error <txp:sitename/> ->  Textpattern Notice: deprecated_tag  on line 978
tag_error <txp:sitename/> ->  Textpattern Notice: deprecated_tag  on line 978

The same message comes up when I open the index page of my site.

How can I solve this problem?

Thank you.

Last edited by Zubrik (2008-08-18 13:40:30)

Offline

#2 2008-08-18 13:43:34

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Error when upgrading: deprecated_tag

Well, the error message is a self-explaining, isn’t it :) The tag, in this case, <txp:sitename /> is deprecated. Actually the tag really never existed – it was just “a tag” that a buggy bug gave us. The real tag is and was <txp:site_name />.

To solve the buzzle, just replace all <txp:sitename/> tags with the current and real <txp:site_name />.

Last edited by Gocom (2008-08-18 13:45:32)

Offline

#3 2008-08-18 13:53:25

Zubrik
Member
Registered: 2005-07-28
Posts: 65

Re: Error when upgrading: deprecated_tag

Ok, problem solved.

Thanks!

Offline

Board footer

Powered by FluxBB