Results 1 to 3 of 3

Thread: Patch for CRM 4 beta users

  1. #1
    Zarg is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    36

    Default Patch for CRM 4 beta users

    I just wanted to ask, will there be a patch from SugarCRM 4.0 Beta to stable version?

  2. #2
    Zarg is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    36

    Default Re: Patch for CRM 4 beta users

    Answer yes or no would be great. I worked a lot with CRM developing of beta system and now it would be great to have a patch. I try to upgrade it using latest stable patch, but it writes, that I have wrong CRM version (as I understand, it uprages CRM from 3.5 to 4 version).

  3. #3
    aardvarkads is offline Sugar Community Member
    Join Date
    Feb 2005
    Location
    North Carolina, US
    Posts
    50

    Default Re: Patch for CRM 4 beta users

    To go from 4.0.0beta -> 4.0
    This is just to fix your wrong version problem. I do not know one way or another if the 4.0 patch will work correctly installed over your 4.0beta. I do not recommend this. I would just do a new install of 4.0GA and transfer the db data manually.

    But:

    1) unzip the 4.0 patch
    2) open the manifest file & change:
    Code:
    	'regex_matches' => 
    	array (
    	  0 => '3\\.5\\.1[a-z]',
    	),
    to:
    Code:
    	'regex_matches' => 
    	array (
    	  0 => '4.*',
    	),

    3) rezip the files & install as a patch
    --
    Michael Finger
    Aardvark Application Development Services
    http://www.aardvarkads.com

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
  •