Results 1 to 9 of 9

Thread: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

  1. #1
    jmcalderond is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    Sugar, Hell
    Posts
    113

    Question Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Hello everyone,

    Yesterday I upgraded my sugarcrm files form 5.0.0b pro version to 5.0.0e pro version by changing the root folder (sugarpro), didn't change the database, I'm using the same ona that we had, the database presented an issue (it was missing field that was causing an SQL error when entering to the accounts module) but I've already fixed and it was working fine yesterday, but today I encounter users finding this message when trying to log in "Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Database.", what could be possibly causing this issue and how could I solve it???, ain't my database a Sugar CRM 5.0.0 Database???

    I'm working on a wamp platform, Windows XP

    I'd appreciate your support to help me fix this, it's kinda urgent!!!

    Thank you in advance!!!

    Juan Miguel

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

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Make sure that the 'sugar_version' value in your config table is set to 5.0.0
    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
    jmcalderond is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    Sugar, Hell
    Posts
    113

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Hi Angel,

    The sugar version I have in the config.php file is as follows, is that ok??
    'sugar_version' => '5.0.0e',

    PD: I already checked if that worked but it's still the same, I'm still getting that same message:
    "Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Database."

    Juan Miguel
    Last edited by jmcalderond; 2008-06-06 at 07:05 PM.

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

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    I was referring to the config table, within your database, not your config.php file.

    It does not use the letters for the patch levels in the database. It would only need to be '5.0.0'
    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
    jmcalderond is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    Sugar, Hell
    Posts
    113

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Angel, I don't see any 'sugar_version' value within the database config table, can you help me a little more please!!!

    Juan Miguel

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

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Well, that might be the source of your problem...but before that...what does this query return?
    Code:
    select * from config where category = 'info'
    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)
    ______________________________________________

  7. #7
    jmcalderond is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    Sugar, Hell
    Posts
    113

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Exelent man!!!!,
    I had this value 5.0.0a for that field, I changed it and that solved the problem.
    Thank you so much buddy!!!

    Juan Miguel

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

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Chevere
    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)
    ______________________________________________

  9. #9
    linexis is offline Junior Member
    Join Date
    Apr 2008
    Posts
    1

    Default Re: Sugar upgrade - Sugar CRM 5.0.0e Files May Only Be Used With A Sugar CRM 5.0.0 Databa

    Since the only pay you usually get is "Thanks" - Thanks!
    this fix also helped me!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I can't upgrade my Sugar 5.0.0 Beta #1 to Sugar 5.0.0 Stable
    By jamel83 in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2008-01-28, 08:47 PM
  2. What's the best way to upgrade with customized sugar files?
    By vvvv in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-11-14, 09:09 PM
  3. Apache problem after upgrade to Sugar CRM 3.0
    By anibushido in forum Help
    Replies: 3
    Last Post: 2005-06-03, 08:49 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
  •