Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 88
  1. #41
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Can't upgrade db

    Quote Originally Posted by laurelsstitchery View Post
    And I got it to work finally. THanks! :)
    doing what??? Might help others if you post what YOU did..
    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.

  2. #42
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    Quote Originally Posted by DivaVocals View Post
    doing what??? Might help others if you post what YOU did..
    Yes! Sorry I meant to include that. When I read through the 'includes/classes/class.zcPassword.php' patch posted earlier in the thread, I thought (and this is what I get for thinking) that it meant to comment out that line, but after going back and reading it another 100 times, I realized that I was meant to comment out that line and paste in the other line. Like I said, too much thinking gets me in trouble. I'm all upgraded and testing now. Thanks for all the help! :)

  3. #43
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,692
    Plugin Contributions
    9

    Default Re: Can't upgrade db

    HI,
    I am currently experiencing the same problem. it is no doubt related to the following line of code:

    define('DIR_WS_INCLUDES', '../includes/');

    which is line 39 in:

    zc_install/includes/modules/pages/database_upgrade/header_php.php

    now, why this only fails on the the class.zcPassword class and not on other classes, well you got me.

    not really sure why this would get redefined here.

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

    Default Re: Can't upgrade db

    Quote Originally Posted by carlwhat View Post
    HI,
    I am currently experiencing the same problem. it is no doubt related to the following line of code:

    define('DIR_WS_INCLUDES', '../includes/');

    which is line 39 in:

    zc_install/includes/modules/pages/database_upgrade/header_php.php

    now, why this only fails on the the class.zcPassword class and not on other classes, well you got me.

    not really sure why this would get redefined here.
    Humans.. not infallible.. probably a typo..
    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.

  5. #45
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,692
    Plugin Contributions
    9

    Default Re: Can't upgrade db

    Quote Originally Posted by DivaVocals View Post
    Humans.. not infallible.. probably a typo..
    i'm not sure it's a typo, although it very may well be...

    it exists in the upgrade to v1.5.1 as well; and it's curious that the zcPassword class (which i believe is new) is the only class that is failing.

  6. #46
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Can't upgrade db

    I just did an install of 1.5.3 yesterday using the original download package adding the zip patch to be able to use the admin password of the databaase to be upgraded and did not have any problems with the upgrade the database aspect of the process. I do not know if there was a difference in the files of the original package plus the zip file and the current package. I did see as I was reconstructing the site that there was a plugin installed (master password) that modified some of the area discussed above.

    This leads me to ask in relation to the attempted "upgrade" how vanilla is/was the install/upgrade on which difficulty has been found?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #47
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    After reading all this thread I found I couldn't find a solution to the problem in ZC_install to upgrade my v151 db, to the current v153 ... I've done everything, from repatching the general.php function as suggested by DrByte in the thread, to wipe out completely the admin password and enter a single '1' ... using 'MQ==' a base64 encode in the db ... Nothing works, I am getting the same error,>>> ' Admin Password required to proceed with upgrade more info ... '

    BTW here's my Info
    Server Name host
    cPanel Version 11.42.1 (build 24)
    Apache version 2.2.23
    PHP version 5.2.17
    MySQL version 5.1.73-cll
    Architecture i686
    Operating system linux

    Any ideas?
    Should I wipeout the whole thing and start over?
    Last edited by icecold; 29 Jul 2014 at 11:15 PM.

  8. #48
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Can't upgrade db

    Quote Originally Posted by icecold View Post
    After reading all this thread I found I couldn't find a solution to the problem in ZC_install to upgrade my v151 db, to the current v153 ... I've done everything, from repatching the general.php function as suggested by DrByte in the thread, to wipe out completely the admin password and enter a single '1' ... Nothing works, I am getting the same error,>>> ' Admin Password required to proceed with upgrade more info ... '

    BTW here's my Info
    Server Name host
    cPanel Version 11.42.1 (build 24)
    Apache version 2.2.23
    PHP version 5.2.17
    MySQL version 5.1.73-cll
    Architecture i686
    Operating system linux

    Any ideas?
    Should I wipeout the whole thing and start over?
    Other than a recently identified paypal mod, if you have downloaded thelatest 1.5.3, the zc_install should present you with the ability to upgrade when that option is selected. Be sure that the username and password is the associated information from the old database. You said this was a vanilla install, correct?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #49
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    Quote Originally Posted by mc12345678 View Post
    Other than a recently identified paypal mod, if you have downloaded thelatest 1.5.3, the zc_install should present you with the ability to upgrade when that option is selected. Be sure that the username and password is the associated information from the old database. You said this was a vanilla install, correct?
    Correct vanilla install, nothing more than a single module, and 2 templates with their modules ...
    I hope the password script validation uses Encode base 64 otherwise I need to encode 1 into whatever encoder ZC uses ...

    BTW I used PHPmyAdmin for that ...

  10. #50
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    ok I just RESET my Password created a new one and same thing ....

 

 
Page 5 of 9 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. v151 Admin password required to proceed with upgrade?
    By liam1964 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 7 Feb 2013, 08:56 PM
  2. v150 admin password expired, won't reset, will not send new password to email
    By baltimorestreetmods in forum General Questions
    Replies: 2
    Last Post: 6 Sep 2012, 07:16 PM
  3. v138a Admin Password required to proceed with upgrade Nightmare
    By dustmagic in forum Upgrading to 1.5.x
    Replies: 11
    Last Post: 4 Jun 2012, 08:13 PM
  4. Customer used Forgot Password but password sent won't work
    By smurfy1 in forum General Questions
    Replies: 16
    Last Post: 16 Feb 2012, 04:54 AM
  5. Admin Password required to proceed with upgrade
    By keneso in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 4 May 2010, 06:27 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