Results 1 to 4 of 4

Thread: Error - Can't upgrade 6.2.3 to 6.2.4

  1. #1
    hgrechi is offline Junior Member
    Join Date
    Oct 2011
    Posts
    3

    Question Error - Can't upgrade 6.2.3 to 6.2.4

    Error - Can not upgrade 6.2.3 to 6.2.4

    I'm trying to upgrade from these versions but without success, I'm using the wizard.

    errors that appear on screen are 11

    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 197
    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 203
    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 207
    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 213
    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 223
    - Notice: Undefined index: current_db_version in C: \ SugarCRM \ modules \ UpgradeWizard \ end.php on line 230
    - Notice: Undefined index: Quotes in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 450
    - Notice: Undefined index: in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    - Warning: include_once (C: \ SugarCRM) [function.include-once]: failed to open stream: Permission denied in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    - Warning: include_once () [function.include]: Failed opening''for inclusion (include_path = 'C: \ SugarCRM \ C: \ SugarCRM \ include /..;.; C: \ php \ pear') in C : \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    - Fatal error: Class name must be a valid object or a string in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 455


    Has anyone gone through something similar?

  2. #2
    hgrechi is offline Junior Member
    Join Date
    Oct 2011
    Posts
    3

    Default Re: Error - Can't upgrade 6.2.3 to 6.2.4

    I installed in a different environment and for some reason the update proceeded but at the end of the installation, after the last step is completed (which is reported to suffer modules update) shows the errors below, someone has experienced something similar?

    Notice: Undefined index: Quotes in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 450
    Notice: Undefined index: in C: \ Program Files \ Wamp \ www \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    Warning: include_once (C: \ SugarCRM) [function.include-once]: failed to open stream: Permission denied in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    Warning: include_once () [function.include]: Failed opening''for inclusion (include_path = 'C: \ SugarCRM C: \ SugarCRM \ include /..;.; C: \ php \ pear') in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 454
    Fatal error: Class name must be a valid object or a string in C: \ SugarCRM \ include \ SubPanel \ SubPanelDefinitions.php on line 455

  3. #3
    item is offline Sugar Community Member
    Join Date
    Oct 2010
    Location
    BELGIUM
    Posts
    193

    Default Re: Error - Can't upgrade 6.2.3 to 6.2.4

    Hi,

    we have a solution for that
    change in these file at line 455 :

    PHP Code:

    if (! empty ( $module_name )) 

    to

    if (! empty ( $module_name ) && isset($beanList[$module_name])) 
    Regards
    CE 6.2.4
    Osx Server 10.5.8
    Apache - MySql - Php built-in
    sorry for my good english

  4. #4
    hgrechi is offline Junior Member
    Join Date
    Oct 2011
    Posts
    3

    Default Re: Error - Can't upgrade 6.2.3 to 6.2.4

    it worked!

    I changed the file as you explained and the error message disappeared.

    ..SugarCRM\include\SubPanel\SubPanelDefinitions.ph p

    thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. JavaScript Error when uploading upgrade in 2. step of the upgrade wizard
    By cknebel in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2010-11-26, 01:37 PM
  2. upgrade error Fatal error: Call to undefined function posix_getpwuid()
    By dsuvankar in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2010-05-26, 03:02 PM
  3. Replies: 1
    Last Post: 2008-09-16, 08:42 PM
  4. Replies: 5
    Last Post: 2006-12-21, 07:05 PM
  5. Replies: 1
    Last Post: 2006-10-11, 10:02 PM

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
  •