Results 1 to 3 of 3

Thread: Where is the Sugar version number stored?

  1. #1
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Where is the Sugar version number stored?

    I have installed the Sugar 5 update but because of errors and crashes during the upgrade, I manually installed the last bits. However the Sugar version number is still the old version number.

    Where is the version number stored so that I can update it?
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  2. #2
    dricrm is offline Sugar Community Member
    Join Date
    Aug 2005
    Location
    Lisbon, Portugal
    Posts
    116

    Default Re: Where is the Sugar version number stored?

    Hello,

    There's one version line in the config table of the DB:

    | info | sugar_version | 5.0.0a

    There's also sugar_version.php in the document root of sugar.

    Hope it helps.

    diogo

  3. #3
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Where is the Sugar version number stored?

    You find the main version number without patchlevel in database table config

    SELECT value FROM config where category='info' and name='sugar_version';

    returns '4.5.1' or '5.0.0'

    and the full version number with patchlevel in config.php

    'sugar_version' => '4.5.1h',
    or
    'sugar_version' => '5.0.0a',

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Big Security worries with Sugar!
    By mycrmspacegunnar in forum General Discussion
    Replies: 28
    Last Post: 2007-07-29, 05:27 AM
  2. Replies: 0
    Last Post: 2006-12-25, 06:41 AM
  3. Which Sugar Version To USe?
    By kevincdaughtry in forum General Discussion
    Replies: 0
    Last Post: 2006-05-31, 08:09 PM
  4. Replies: 5
    Last Post: 2005-11-18, 05:38 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
  •