Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Plugin Contributions
    0

    Default Meta Tag problems since upgrading to 1.3.8

    I have the HOME_PAGE_TITLE appearing as the browser title. I have read a few threads regarding this, but still to no avail. In fact, line #s are mentioned that don't even exist in my meta_tags.php file. I have the current meta_tags file shown below in both the includes/languages/english and the includes/languages/english/custom folders and I still have the problem.
    Please any help would appreciated as I still have no idea what the heck is going on. My site is www.chicagolandslotcars.com

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
    */

    // page title
    define('TITLE', 'Chicagoland Slot Cars');

    // Site Tagline
    define('SITE_TAGLINE', 'Specialists for the slot car hobbiest');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'slot cars, scalextric, slot it, fly');

    // Review Page can have a lead in:
    define('META_TAGS_REVIEW', 'Reviews: ');

    // separators for meta tag definitions
    // Define Primary Section Output
    define('PRIMARY_SECTION', ' : ');

    // Define Secondary Section Output
    define('SECONDARY_SECTION', ' - ');

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');

    // Define divider ... usually just a space or a comma plus a space
    define('METATAGS_DIVIDER', ' ');

    // Define which pages to tell robots/spiders not to index
    // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
    define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');


    // favicon setting
    // There is usually NO need to enable this unless you wish to specify a path and/or a different filename
    define('FAVICON','favicon.ico');

    ?>

    Thanks in advance.

    Bob

  2. #2
    Join Date
    Jan 2004
    Posts
    58,464
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Meta Tag problems since upgrading to 1.3.8

    The language file content you just posted is not based on v1.3.8. It's from an older version.
    You need to merge your changes with the v1.3.8 version of that file, and upload the modified new version to your server.


    This suggests to me that you've not merged all your customized files' changes during your upgrade ... so you may also be missing other updated features.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Yes you were absolutely right. Thank you very much. I have found multiple areas where I must have overwritten new code with old version code. Sorry about posting this questions multiple times, I goofed and couldn't see how to delete my second post.

    Thanks again.

    bob

  4. #4
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Hi

    I have EXACTLY the same problem. I recently upgraded and also have the HOME_PAGE_TITLE.

    Please can you tell me how to 'merge' these files?? I dont know where to start.

    Many many thanks in advance

    S

  5. #5
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Yay!!!!
    It took hours but i've done. Pheww

  6. #6
    Join Date
    Jan 2004
    Posts
    58,464
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Download and install WinMerge (a Windows file-comparison tool).
    Drag your customized file into one side of the program, and the correct original Zen Cart version of the file into the other side.
    Then reconcile the differences.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Meta Tag problems since upgrading to 1.3.8

    If there is an easier way to merge files or indeed identify files in need of merging please advise. It would be really great to correct errors before i fall over them :)

    Many thanks

  8. #8
    Join Date
    May 2008
    Location
    Seattle, WA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Yikes. Maybe there *isn't * an easier way.

    I find the task a bit daunting myself.

  9. #9
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    191
    Plugin Contributions
    0

    help question Re: Meta Tag problems since upgrading to 1.3.8

    Ok, I've followed all the steps above, and still have the "HOME_PAGE_TITLE" issue (and it's completely isolated to the home page, the others seem to be fine.

    *grumble*

    any clue what I've missed?
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  10. #10
    Join Date
    Jan 2004
    Posts
    58,464
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Meta Tag problems since upgrading to 1.3.8

    Quote Originally Posted by Moebiusenterprises View Post
    Ok, I've followed all the steps above, and still have the "HOME_PAGE_TITLE" issue (and it's completely isolated to the home page, the others seem to be fine.

    *grumble*

    any clue what I've missed?
    How many files do you have named "meta_tags.php"? (check using developers toolkit). What are their names/paths?
    Which file did you make the changes to?
    What's the name of the template you've currently got active?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 21 Jan 2008, 06:02 PM
  2. My meta tags are broken after upgrading
    By lucianman in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 1 Dec 2007, 08:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •