Results 1 to 5 of 5

Thread: UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

  1. #1
    javipas is offline Junior Member
    Join Date
    Dec 2010
    Posts
    3

    Default UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

    I'm trying to upgrade my SugarCRM installation but the Upgrade Wizard doesn't work at all

    When I try to access the UpgradeWizard page from the admin dashboard I get the following data on the upgradewizard.log file:

    Code:
    Thu, 05 Jan 2012 13:49:58 +0100 [UpgradeWizard] - setting session variables...
    Thu, 05 Jan 2012 13:49:59 +0100 [UpgradeWizard] - [At end.php]
    Thu, 05 Jan 2012 13:49:59 +0100 [UpgradeWizard] - About to repair the database.
    Thu, 05 Jan 2012 13:49:59 +0100 [UpgradeWizard] - Running sql:
    
    ....... (lots of lines with the "Running sql;" message here ...............
    
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Running sql:
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - database repaired
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] -  Start Rebuilding the config file again
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] -  Finish Rebuilding the config file again
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Begin upgrade_connectors
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - End upgrade_connectors
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Begin upgradeEnableInsideViewConnector
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Used default mapping
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - End upgradeEnableInsideViewConnector
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Add global search for custom modules start .
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - Add global search for custom modules finished .
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - start upgrading system displayed tabs and subpanels
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - calling set_system_tabs on TabController to add tabs: array (
      0 => 'Calls',
      1 => 'Meetings',
      2 => 'Tasks',
      3 => 'Notes',
      4 => 'Prospects',
      5 => 'ProspectLists',
    )
    Thu, 05 Jan 2012 13:50:00 +0100 [UpgradeWizard] - finish upgrading system displayed tabs and subpanels
    The URL (mydomain.com/index.php?module=UpgradeWizard&action=index) gives me an HTTP500 error on Google Chrome, the rest of browsers I've tested show a blank page too.

    Hopefully somebody can help. This is working with an Nginx+PHP-FPM (5.3.5)+Varnish on a Ubuntu 10.04 LTS VPS.

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,811

    Default Re: UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

    Try this:

    Go to the folder cache/upload/upgrades/temp and delete the file upgrade_progress.php and then reload the upgrade wizard.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    javipas is offline Junior Member
    Join Date
    Dec 2010
    Posts
    3

    Default Re: UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

    Thanks for the suggestion, but the situation hasn't changed much. I've deleted the file, and when I try to reload the Upgrade Manager, I get a 502 Bad Gateway message (I am on an nginx server, no problems with it until now).

    The upgrade wizard does something, though: it creates another upgrade_process.php file, which contents the following:

    PHP Code:
    <?php
    // created: 2012-01-09 13:09:11
    $upgrade_config = array (
      
    => 
      array (
        
    'upgrade_vars' => 
        array (
        ),
      ),
      
    => 
      array (
        
    'start' => 'in_progress',
      ),
    );
    ?>
    Maybe this could be useful.

  4. #4
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,811

    Default Re: UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

    Have you checked your PHP.INI to see what the memory_limit setting is at? It should be at least 128M
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  5. #5
    javipas is offline Junior Member
    Join Date
    Dec 2010
    Posts
    3

    Default Re: UpgradeWizard blank: Can't upgrade from SugarCRM 6.3.0 to 6.3.1

    Checked, it was 128M, so that should wark. I've tried to find the reason for the error, and I've checked my error_log on the sugar installation. The messages shown are:

    Code:
    2012/01/09 20:20:35 [error] 25466#0: *572 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 95.18.99.137, server: sugar2.mydomain.com, request: "GET /index.php?module=UpgradeWizard&action=index HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm-mydomain.sock:", host: "sugar2.mydomain.com", referrer: "http://sugar2.mydomain.com/index.php?module=Administration&action=index"
    2012/01/09 20:20:35 [error] 25466#0: *572 open() "/home/javipas/domains/sugar2.mydomain.com/public_html/favicon.ico" failed (2: No such file or directory), client: 95.18.99.137, server: sugar2.mydomain.com, request: "GET /favicon.ico HTTP/1.1", host: "sugar2.mydomain.com"
    2012/01/09 20:20:35 [error] 25466#0: *572 open() "/home/javipas/domains/sugar2.mydomain.com/public_html/404.html" failed (2: No such file or directory), client: 95.18.99.137, server: sugar2.mydomain.com, request: "GET /favicon.ico HTTP/1.1", host: "sugar2.mydomain.com"
    The favicon error isn't important, but the first 104 error is the one that makes me think what's happening. It's strange, because the rest of the sugar installation works fine.

    BTW, thanks for your quick answers. Hopefully this way I can find the answer...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 5.20a upgrade issues - blank Upgrade Wizard page
    By FilipT in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2009-03-04, 06:52 AM
  2. Upgrade from 5.1.0c- blank Upgrade wizard page
    By andriusr in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2009-02-11, 08:57 AM
  3. Replies: 0
    Last Post: 2008-05-27, 02:08 PM
  4. UPGRADE 4.5.0h to 4.5.1: UpgradeWizard - ERROR: no file uploaded!
    By creaware in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-02-13, 12:24 AM
  5. Replies: 9
    Last Post: 2005-10-19, 03:01 AM

Tags for this Thread

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
  •