Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Is there a database upgrade between 1.5.0 and 1.5.1?

    Hi all

    I have just upgraded our website form 1.5.0 to 1.5.1 and on reading the info at Tools > Server/version information, I get the following:

    Zen Cart 1.5.1
    Database Patch Level: 1.5.0

    I followed the upgrade version in /docs/ fodler religiously and so far so good. Please could anyone let me know if we are also supposed to upgrade the SQL database during the upgrade to 1.5.1 (because that certainly wasn't outlined).

    I appreciate any advice/feedback.

    Thanks in advance.
    Debbie Harrison
    DVH Design | Web Design blog

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

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Quote Originally Posted by dharrison View Post
    Hi all

    I have just upgraded our website form 1.5.0 to 1.5.1 and on reading the info at Tools > Server/version information, I get the following:

    Zen Cart 1.5.1
    Database Patch Level: 1.5.0

    I followed the upgrade version in /docs/ fodler religiously and so far so good. Please could anyone let me know if we are also supposed to upgrade the SQL database during the upgrade to 1.5.1 (because that certainly wasn't outlined).

    I appreciate any advice/feedback.

    Thanks in advance.
    Yes, there is a database upgrade from 1.5.0 to 1.5.1,regardless of how small the change. I amnot sure which instructions specifically you arereferring,but the upgrade instructions that existon this server (whichi would expect would be referenced by any other documentation at least in part would include doing something with the zc_includes folder which would also include updating the database only.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Quote Originally Posted by dharrison View Post
    Hi all

    I have just upgraded our website form 1.5.0 to 1.5.1 and on reading the info at Tools > Server/version information, I get the following:

    Zen Cart 1.5.1
    Database Patch Level: 1.5.0

    I followed the upgrade version in /docs/ fodler religiously and so far so good. Please could anyone let me know if we are also supposed to upgrade the SQL database during the upgrade to 1.5.1 (because that certainly wasn't outlined).

    I appreciate any advice/feedback.

    Thanks in advance.
    There is no DB upgrade from 1.5.0 to 1.5.1 - as far I remember. All but one of my updates have been done from 1.3.9h to 1.5.1.

    Can't recall doing a DB upgrade from 1.5.0 to 1.5.1........

    Cheers / Frank
    Last edited by frank18; 22 Apr 2014 at 10:51 AM.

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

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Quote Originally Posted by frank18 View Post
    There is no DB upgrade from 1.5.0 to 1.5.1 - as far I remember. All but one of my updates have been done from 1.3.9h to 1.5.1.

    Can't recall doing a DB upgrade from 1.5.0 to 1.5.1........

    Cheers / Frank
    And I made the statement by looking at a site that I may have manually modified the database to reflect when I upgraded to 1.5.1.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    In the docs folder I find this:

    Upgrade Instructions

    From v1.5.0 to v1.5.1

    Simple: if you are using v1.5.0 already and have not customized any of the files listed in the changed_files-v1-5-1.html document, then simply replace those files with the new versions contained herein.
    That tells me that there is no DB upgrade - or it would be mentioned. Replace the files and you are done.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    If you look in the zc_install:
    \zc_install\sql\mysql_upgrade_zencart_150_to_151.sql

    you will see the changes that are run via the Upgrade from v1.5 to v1.5.1 ...

    You could try to manually make the changes, or run the Upgrade via the /zc_install so that the changes are made correctly ...
    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.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Quote Originally Posted by frank18 View Post
    In the docs folder I find this:



    That tells me that there is no DB upgrade - or it would be mentioned. Replace the files and you are done.
    There is a db upgrade, you can find the upgrade sql from 1.5 to 1.5.1 in the install folder. The changes are mostly field lengths becoming bigger varchar(32) to varchar(45), and of course the zen cart version info will be updated

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    The instructions VERY CLEARLY tell you to run zc_install to perform the database upgrade.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  9. #9
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Thanks all of you for your comments. I think I'll be upgrading the database then.
    Last edited by dharrison; 22 Apr 2014 at 05:09 PM.
    Debbie Harrison
    DVH Design | Web Design blog

  10. #10
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Is there a database upgrade between 1.5.0 and 1.5.1?

    Quote Originally Posted by DrByte View Post
    The instructions VERY CLEARLY tell you to run zc_install to perform the database upgrade.
    Quote Originally Posted by dharrison View Post
    Thanks all of you for your comments. I think I'll be upgrading the database then.
    the lesson to be learned here is to not skip running the install script when upgrading even if you THINK you should..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 3 Sep 2013, 05:13 PM
  2. v1371 Plugins and database upgrade confusion
    By RoPey in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 21 Feb 2013, 05:36 AM
  3. Are there variables available to diff between Category and Sub-cat pages?
    By tcarden in forum Customization from the Admin
    Replies: 6
    Last Post: 12 Dec 2012, 04:19 AM
  4. Is there any database differences between ZC1.38 and ZC 1.39
    By agelleen in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 15 Jun 2010, 10:09 AM
  5. Replies: 3
    Last Post: 20 Jun 2008, 06:45 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