Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default upgrading from 1.5.8a to 2.10

    I'm doing this in a subdomain as so to have the php level correct. But when I try to upgrade, I am not given the upgrade button. The screen says this could be due to an incrorrect db prefix. It is not. I've checked against the original config files. dbI've gone over everything I can think of. Since moving and editing a config file when using a subdomain can be tricky, I've truly been very careful. the only weirdness I see is that in cpanel the new db copied over database shows 37 mg and the old one is 287 which is the correct size. I downloaded the 'new' and the size does show correctly.

    The only other thing I can think of is this dang server. When I uploaded the zip file of the 210 version, hosting said the file permissions were all wrong (666) and I had to get hosting to run a script. All are now 644. Since I've not had a problem with file permissions before, I'm not sure what that is about.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  2. #2
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: upgrading from 1.5.8a to 2.10

    Sigh. figured it out and no I'm not saying. But what I did to figure it out is important. I created a new database for the domain. Then ran the install for new cart. Then compared the created config files to what I had. Immediately became evident what the mistake was.

    Oh, and I also deleted an un used database user......
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #3
    Join Date
    Apr 2025
    Location
    NC
    Posts
    31
    Plugin Contributions
    0

    Default Re: upgrading from 1.5.8a to 2.10

    I'm doing a Clean install to 2.1.0 from an older 1.58e and hope to use my old data base. I backed up "my site and data base" and I'm doing a install in a sub-folder. I created the new data base (name, PW, etc) then imported the old data into the new data base and when I go to the do the zc_install I don't get the UPGRADE button. I have double checked the configure.php and the dist-configure.php file and the new data base name and the prefixes are right. IT SAYS---- in the configure.php file "These must be the SAME as you're using in your admin copy of configure.php" I'm only seeing a configuration.php file in there and there is noting about data base names in there. Am I looking in the wrong place?

  4. #4
    Join Date
    Jun 2008
    Location
    Japan
    Posts
    343
    Plugin Contributions
    7

    Default Re: upgrading from 1.5.8a to 2.10

    The two configure.php files are in ../YOUR_ADMIN/includes/ and in ../includes/ folders (replacing YOUR_ADMIN by the actual admin folder name).

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,543
    Plugin Contributions
    127

    Default Re: upgrading from 1.5.8a to 2.10

    And if you don't get an "Upgrade" button, it's almost always DB_PREFIX or DB_DATABASE that's wrong.

    https://docs.zen-cart.com/user/upgra...er_no_upgrade/
    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.

  6. #6
    Join Date
    Apr 2025
    Location
    NC
    Posts
    31
    Plugin Contributions
    0

    Default Re: upgrading from 1.5.8a to 2.10

    This has not changed, correct????
    define('DB_SERVER', 'localhost'); // address of your db server

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,971
    Plugin Contributions
    96

    Default Re: upgrading from 1.5.8a to 2.10

    Quote Originally Posted by Dan4store View Post
    This has not changed, correct????
    define('DB_SERVER', 'localhost'); // address of your db server
    Whether or not the value has changed depends on your webhost and their required settings.

    I'n your initial posting you said:

    I'm doing a Clean install to 2.1.0 from an older 1.58e and hope to use my old data base.
    I'll note that there was no such version of Zen Cart released. There was a 1.5.5e and a 1.5.8a, but no 1.5.8e.

  8. #8
    Join Date
    Apr 2025
    Location
    NC
    Posts
    31
    Plugin Contributions
    0

    Default Re: upgrading from 1.5.5e to 2.10

    Quote Originally Posted by lat9 View Post
    Whether or not the value has changed depends on your webhost and their required settings.

    I'n your initial posting you said:

    I'll note that there was no such version of Zen Cart released. There was a 1.5.5e and a 1.5.8a, but no 1.5.8e.
    You are correct , it was v1.5.5e and I checked with the hosting company, and ('DB_SERVER', 'localhost'); is correct. I have file permissions and all good there.
    I exported the old data (I want to use) and imported into the new data base via phpMyadmin. The admin info inside the new data base should be OK and will work itself out when I get further down the process of the install. Correct???? I used the control panel mysql wizard to make the new data base.

    My hosting company highest php is 8.1 and this site is set to that. Good there!
    The two configure.php files are in ../YOUR_ADMIN/includes/ and in ../includes/ have the (Database name, user and PW) with prefixes correct and in place.
    Can anyone think of something I'm missing? or that I have done wrong?

  9. #9
    Join Date
    Apr 2025
    Location
    NC
    Posts
    31
    Plugin Contributions
    0

    Default Re: upgrading from 1.5.8a to 2.10

    You are correct , it was v1.5.5e and I checked with the hosting company, and ('DB_SERVER', 'localhost'); is correct. I have file permissions and all good there.
    I exported the old data (I want to use) and imported into the new data base via phpMyadmin. The admin info inside the new data base should be OK and will work itself out when I get further down the process of the install. Correct???? I used the control panel mysql wizard to make the new data base.

    My hosting company highest php is 8.1 and this site is set to that. Good there!
    The two configure.php files are in ../YOUR_ADMIN/includes/ and in ../includes/ have the (Database name, user and PW) with prefixes correct and in place.
    Can anyone think of something I'm missing? or that I have done wrong?

  10. #10
    Join Date
    Apr 2025
    Location
    NC
    Posts
    31
    Plugin Contributions
    0

    Default Re: upgrading from 1.5.8a to 2.10

    Quote Originally Posted by Dan4store View Post
    You are correct , it was v1.5.5e and I checked with the hosting company, and ('DB_SERVER', 'localhost'); is correct. I have file permissions and all good there.
    I exported the old data (I want to use) and imported into the new data base via phpMyadmin. The admin info inside the new data base should be OK and will work itself out when I get further down the process of the install. Correct???? I used the control panel mysql wizard to make the new data base.

    My hosting company highest php is 8.1 and this site is set to that. Good there!
    The two configure.php files are in ../YOUR_ADMIN/includes/ and in ../includes/ have the (Database name, user and PW) with prefixes correct and in place.
    Can anyone think of something I'm missing? or that I have done wrong?
    My hosting company did let me go to php8.3 but still can't get the update button. If anyone has any suggestions I'm all ears. Thx in advance

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. v154 Chinese Language from Database Garbled after upgrading from v137
    By haostaff in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 21 May 2015, 04:01 AM
  2. Replies: 7
    Last Post: 26 Feb 2013, 09:53 PM
  3. error when trying to email gv from admin, after upgrading from 1.3.7
    By redheads in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 14 Oct 2009, 06:23 AM
  4. Replies: 3
    Last Post: 19 Jun 2008, 12:44 AM

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