Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    I went through and upgraded everything and it worked really well except for one little problem... If you take a look at my site www.irozeny.com you will see HEADING_TITLE TEXT_GREETING_GUEST on the main page... Does anyone know how to fix it back to where it either didn’t show on the main page or would show the customers name when he/she logged in?

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    4,990
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    You may have incorrectly edited your index.php file. You should find it in includes/languages/english/irozeny/index.php
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  3. #3
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Umm... sorry but there is no index.php file found there and if you check the changelog-v1-3-0-2 you will see that you dont have to any file named index.php so I don’t think that is the problem... but thanks for the input

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    4,990
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Okay.....
    You might want try the developer's toolkit in admin under tools.

    Enter the text in the last block down, select all files catalog and admin, click on search and see where that takes you.

    More than likely, you'll find you took out an apostrophe somewhere in the file.

    Think you'll be surprised at where it is. if it's not where I mentioned, then it is in includes/languages/english/index.php and you did not save your changes to the irozeny override directory.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,669
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    What version were you before the v1.3.0.1 upgrade?

    Did you have any issues then?

    What happens if you switch to Classic?

    Are you using the templates and overrides for everything, including the language files?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  6. #6
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    I started with 1.3.0.1 and as for the developer's toolkit it doesn't help really... I know the var. that controll that part of the code but (functions_customers.php)....

    function zen_customer_greeting() {

    if (isset($_SESSION['customer_id']) && $_SESSION['customer_first_name']) {
    $greeting_string = sprintf(TEXT_GREETING_PERSONAL, zen_output_string_protected($_SESSION['customer_first_name']), zen_href_link(FILENAME_PRODUCTS_NEW));
    } else {
    $greeting_string = sprintf(TEXT_GREETING_GUEST, zen_href_link(FILENAME_LOGIN, '', 'SSL'), zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'));
    }

    return $greeting_string;
    }


    if you check the above code its still the same from 1.3.0.1 to 1.3.0.2.... if I switch it to classic mode its still the same... any other ideas?

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    4,990
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    If you change lines 10 through 17 of the includes/language/english/index.php to the following code, does the problem go away?
    define('TEXT_MAIN','');

    // Showcase vs Store
    if (STORE_STATUS == '0') {
    define('TEXT_GREETING_GUEST', '');
    } else {
    define('TEXT_GREETING_GUEST', '');
    }
    Do you have an includes/languages/english/irozeny/index.php? If so, does changing it to the above fix the problem?

    If you don't have one in either place, you should as this is a MAJOR source of defines. Line 56 defines the HEADING_TITLE
    Last edited by dbltoe; 2 Aug 2006 at 03:35 AM.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  8. #8
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Hey thanks dbltoe! I just took the backup of the file and replaced the one on the server and everything is working great now... Thanks for your help!

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    4,990
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Glad you got it going.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 

Similar Threads

  1. Upgraded from 1.3.0.1 to 1.3.0.2 - SQL error
    By Ripper in forum Upgrading from 1.2 to 1.3.x
    Replies: 10
    Last Post: 28 Aug 2006, 05:53 AM
  2. Database upgrade 1.3.0.1 to 1.3.0.2 - some table skipped?
    By donnyw in forum Upgrading from 1.2 to 1.3.x
    Replies: 6
    Last Post: 15 Aug 2006, 03:37 AM
  3. Problem with Column Layout Grid for Product Listing 1.3.0.2
    By mmmfruit in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 12 Aug 2006, 04:15 PM
  4. Replies: 17
    Last Post: 26 Jul 2006, 06:20 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
  •