Thread: Version Mixup

Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2020
    Location
    Ohio
    Posts
    30
    Plugin Contributions
    2

    Default Version Mixup

    I downloaded the 1.5.7d zip file from zen-cart.com and got this when I ran the installer:

    There is a NEWER version of Zen Cart® available, which you can download from www.zen-cart.com/files
    New Version Available v1.5.7d :: Security + PHP Fixes. Download Here

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,141
    Plugin Contributions
    11

    Default Re: Version Mixup

    Unfortunately, the version.php file found in the 1.5.7d includes folder did not get properly updated when 1.5.7d was released.

    Includes/version.php lines 16-20
    Code:
    define('PROJECT_VERSION_NAME', 'Zen Cart');define('PROJECT_VERSION_MAJOR', '1');
    define('PROJECT_VERSION_MINOR', '5.7c');
    define('PROJECT_VERSION_PATCH1', '');
    define('PROJECT_VERSION_PATCH2', '');
    change to
    Code:
    define('PROJECT_VERSION_NAME', 'Zen Cart');define('PROJECT_VERSION_MAJOR', '1');
    define('PROJECT_VERSION_MINOR', '5.7d');
    define('PROJECT_VERSION_PATCH1', '');
    define('PROJECT_VERSION_PATCH2', '');
    You may still get a message if the server version check sees the alpha release of 1.5.8.

    Unless you want to beta test, I would stick with 1.5.7d.

  3. #3
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Version Mixup

    Once installed, the database also incorrectly identifies as being 1.5.7c whether through an initial install or an upgrade. Presumably caused by the same above reason.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Dec 2020
    Location
    Ohio
    Posts
    30
    Plugin Contributions
    2

    Default Re: Version Mixup

    Thanks. I should have thought to check version.php.

 

 

Similar Threads

  1. v156 Will version V1.5.0 of Auction Product type mod work with version V1.5.6c of Zencart?
    By bestbetinc in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jul 2022, 04:10 AM
  2. v151 SHOW_ALL_BUTTON mixup
    By mrcastle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Nov 2015, 10:15 PM
  3. Category Mixup
    By TinkerDesign in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 17 Aug 2009, 02:32 PM
  4. Customer Order Info Mixup
    By paulssports in forum Managing Customers and Orders
    Replies: 3
    Last Post: 26 Jul 2007, 10:22 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR