Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,715
    Plugin Contributions
    123

    Default Re: 1.5.8a Upgrade stops

    I think 1.5.5 -> 1.5.6 was done but had errors because of the issue described in the block you referenced.
    If they apply the patches I showed, the 1.5.6 test will pass and the upgrade can proceed.

    See
    https://www.zen-cart.com/showthread....72#post1390772
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #12
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,025
    Plugin Contributions
    61

    Default Re: 1.5.8a Upgrade stops

    Quote Originally Posted by carlwhat View Post
    it is choking on the upgrade. that is happening here:

    https://github.com/zencart/zencart/b....sql#L194-L202

    any number of people had problems with this splitting of the 2 ezpages table. look at the comments on line 198.

    i think you can safely comment out lines 194-196.

    but as @lat9 says, looking at the table structure would give you best idea as to what has happened.
    This gave me this

    Click image for larger version. 

Name:	Zen-Cart®-Installer.jpg 
Views:	63 
Size:	30.5 KB 
ID:	20325

    [29-Jun-2023 08:41:01 UTC] MySQL error 1062 encountered during zc_install:
    Duplicate entry 'categoriesProductListing' for key 'page_key'
    VALUES ('categoriesProductListing', 'BOX_CATALOG_CATEGORIES_PRODUCTS', 'FILENAME_CATEGORY_PRODUCT_LISTING', '', 'catalog', 'Y', 1);
    ---------------
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  3. #13
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,025
    Plugin Contributions
    61

    Default Re: 1.5.8a Upgrade stops

    Quote Originally Posted by swguy View Post
    > it is choking on the upgrade. that is happening here:
    Or rather, it choked on the upgrade that was done when you went to 1.5.6.

    You can run these commands to get things fixed up again:

    ALTER TABLE customers_basket DROP final_price;
    ALTER TABLE ezpages DROP languages_id;
    ALTER TABLE ezpages DROP pages_title;
    ALTER TABLE ezpages DROP pages_html_text;

    Then run zc_install again.
    #1091 - Can't DROP 'languages_id'; check that column/key exists
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  4. #14
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,715
    Plugin Contributions
    123

    Default Re: 1.5.8a Upgrade stops

    Please post schemas of ezpages, ezpages_content and sessions tables. Also, does your db have a prefix?
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #15
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,025
    Plugin Contributions
    61

    Default Re: 1.5.8a Upgrade stops

    Quote Originally Posted by swguy View Post
    Please post schemas of ezpages, ezpages_content and sessions tables. Also, does your db have a prefix?
    Click image for larger version. 

Name:	1.jpg 
Views:	60 
Size:	56.5 KB 
ID:	20326

    Click image for larger version. 

Name:	2.jpg 
Views:	59 
Size:	66.0 KB 
ID:	20327

    Click image for larger version. 

Name:	3.jpg 
Views:	62 
Size:	29.3 KB 
ID:	20328

    Database has no prefix.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  6. #16
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,715
    Plugin Contributions
    123

    Default Re: 1.5.8a Upgrade stops

    OK -note that image 2 was contents, not schema, but it was enough. Please post *schema* not contents for configuration table.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #17
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,715
    Plugin Contributions
    123

    Default Re: 1.5.8a Upgrade stops

    I'm guessing this failed when you upgraded to 1.5.6:

    ALTER TABLE configuration ADD val_function text default NULL AFTER set_function;

    but let's see what the schema says.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #18
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,025
    Plugin Contributions
    61

    Default Re: 1.5.8a Upgrade stops

    Quote Originally Posted by swguy View Post
    OK -note that image 2 was contents, not schema, but it was enough. Please post *schema* not contents for configuration table.
    Here it is, sorry about the sessions table... very long night

    Click image for larger version. 

Name:	4.jpg 
Views:	61 
Size:	47.9 KB 
ID:	20329
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  9. #19
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,025
    Plugin Contributions
    61

    Default Re: 1.5.8a Upgrade stops

    Quote Originally Posted by swguy View Post
    I'm guessing this failed when you upgraded to 1.5.6:

    ALTER TABLE configuration ADD val_function text default NULL AFTER set_function;

    but let's see what the schema says.
    It was not myself who did the previous upgrades.
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  10. #20
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,521
    Plugin Contributions
    88

    Default Re: 1.5.8a Upgrade stops

    Let's try a different tack. @mprough, would you post the contents of these database tables:

    project_version
    project_version_history
    upgrade_exceptions

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Installation in Progress stops v1.5.4
    By Fjolsvith in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 9 Sep 2016, 04:13 PM
  2. Admin Stops Working
    By awatson945 in forum General Questions
    Replies: 2
    Last Post: 10 Jun 2010, 05:52 PM
  3. checkout stops at shipping
    By TJR in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 7 Oct 2006, 08:44 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