Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / My meta tags are broken after upgrading

My meta tags are broken after upgrading

Locked

Views: 2,351

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Dec 2007, 4:09 PM
#1
lucianman avatar

lucianman

Zen Follower

Join Date:
Sep 2004
Posts:
245
Plugin Contributions:
0

My meta tags are broken after upgrading

Had to upgrade my tpl_login_default.php to deal with security errors, but now i am unable to change the site name, i've gone to meta tags and still no luck as it is showing HOME_PAGE_TITLE

1 Dec 2007, 4:12 PM
#2
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: My meta tags are broken after upgrading

Are you missing the page title on every page?

1 Dec 2007, 7:45 PM
#3
lucianman avatar

lucianman

Zen Follower

Join Date:
Sep 2004
Posts:
245
Plugin Contributions:
0

Re: My meta tags are broken after upgrading

it is only on the home page

1 Dec 2007, 7:46 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My meta tags are broken after upgrading

Your site's pages are producing output like this:```

<title>HOME_PAGE_TITLE</title> <meta name="keywords" content="HOME_PAGE_META_KEYWORDS" /> <meta name="description" content="HOME_PAGE_META_DESCRIPTION" /> ```

This suggests that the metatags module isn't running properly.

  1. CHECK THE MODULE LOGIC:
    Do you have an /includes/modules/iC_AcadameV1.2/meta_tags.php file?
    If yes, you need to upgrade it.

If no, then you likely have an incomplete upload/update of the main meta_tags file, located at:
/includes/modules/meta_tags.php ... please re-upload that file from the originals.

  1. CHECK THE META_TAGS LANGUAGE FILE:
    Additionally, there is a meta_tags.php language file.
    Do you have an /includes/languages/english/iC_AcadameV1.2/meta_tags.php file?
    If yes, you need to upgrade it by merging the new settings into it from the new version.