Results 1 to 7 of 7

Thread: 4.0.1 upgrade failing

  1. #1
    crmaccess is offline Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Question 4.0.1 upgrade failing

    Hi There,

    Just doing the upgrade to 4.0.1 on a test server from 4.0.0 without much success. So, I'm downloading the patch from sugarforge, upload the patch into the upgrade wizard, Click the install button and get :-

    http://crm/index.php?module=Administ...Wizard_prepare

    Sitting with a header bar and side bar and not really doing much else. Any Clues much appreciated.

  2. #2
    lamezia5 is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    22

    Default Re: 4.0.1 upgrade failing

    Quote Originally Posted by crmaccess
    Hi There,

    Just doing the upgrade to 4.0.1 on a test server from 4.0.0 without much success. So, I'm downloading the patch from sugarforge, upload the patch into the upgrade wizard, Click the install button and get :-

    http://crm/index.php?module=Administ...Wizard_prepare

    Sitting with a header bar and side bar and not really doing much else. Any Clues much appreciated.

    Got the same error

  3. #3
    cjs
    cjs is offline Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Thumbs up Re: 4.0.1 upgrade failing

    I don't know if this is related, but when I tried to upgrade I got a "Page Not Found" error. After much research I found that the gzinflate call in the unzip routine was failing on the stage_two.zip file inside the upgrade zip.
    In php.ini I had

    memory_limit = 12M

    when I bumped this to

    memory_limit - 20M

    The gzinflate succeeded. I don't know exactly where the threshold number is between 12 and 20.

    Also, the upgrade failed to copy new files because the originals were not owned by the user apache was running under (apache in my case, but possibly nobody in yours). To resolve this I made the entire sugarcrm directory and all its siblings owned by the user apache was running under, with

    cd <whereever the sugarcrm directory is>
    chown -R apache.apache .

    [Don't forget the dot at the end of the chown line! ]

    Hope this helps.

  4. #4
    jclaes is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    10

    Default Re: 4.0.1 upgrade failing

    I have the same problem. Applied the suggestion of 20M memory limit. Now it worked.
    However in the about info I still see 4.0.0

    Thanks

  5. #5
    Wim
    Wim is offline Junior Member
    Join Date
    Jan 2006
    Posts
    1

    Default Re: 4.0.1 upgrade failing

    Is everything now working fine (crmaccess and jclaes)?

    In my case the upgrade failed as well. When I press the install button nothing happens at all.

  6. #6
    jclaes is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    10

    Default Re: 4.0.1 upgrade failing

    It looks like everything is operational. However I am only preparing to use the program so I have no real data in it but I can enter a contact at least.

  7. #7
    crmaccess is offline Junior Member
    Join Date
    Jan 2006
    Posts
    2

    Thumbs up Re: 4.0.1 upgrade failing

    Yup, 20M fixed the issue. Thanks CJS

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •