Results 1 to 3 of 3

Thread: SugarCRM crafted MySQL queries FAILS after silentUpgrade 6.1.2 to 6.3.0

  1. #1
    savoirfaire is offline Junior Member
    Join Date
    Sep 2009
    Location
    Canada
    Posts
    5

    Thumbs down SugarCRM crafted MySQL queries FAILS after silentUpgrade 6.1.2 to 6.3.0

    Here is an example of what is logged in sugarcrm.log :

    SELECT prospect_lists.id , prospect_lists.name , prospect_lists.description , prospect_lists.list_type , prospect_lists.assigned_user_id , 'prospectlists' panel_name FROM prospect_lists INNER JOIN prospect_lists_prospects ON leads.id=prospect_lists_prospects.related_id AND prospect_lists_prospects.prospect_list_id='593803c 3-505e-acc7-a85c-4e78d076b78d' AND prospect_lists_prospects.deleted=0 AND prospect_lists_prospects.related_type = 'Leads' where prospect_lists.deleted=0 ORDER BY prospect_lists.id asc LIMIT 0,11;

    and thus it returns : ERROR 1054 (42S22): Unknown column 'leads.id' in 'on clause'

    --------

    There is many queries like this. Especially we hit them on the Leads module, when clicking on a Contact.
    It results in a 'Database failure, please refer to sugarcrm.log' message at the bottom of the Lead informaiton.

  2. #2
    savoirfaire is offline Junior Member
    Join Date
    Sep 2009
    Location
    Canada
    Posts
    5

    Default Re: SugarCRM crafted MySQL queries FAILS after silentUpgrade 6.1.2 to 6.3.0

    Bump on this one. Need help or fixing procedure.

  3. #3
    jhamill is offline Sugar Community Member
    Join Date
    Sep 2004
    Posts
    70

    Default Re: SugarCRM crafted MySQL queries FAILS after silentUpgrade 6.1.2 to 6.3.0

    Quote Originally Posted by savoirfaire View Post
    Bump on this one. Need help or fixing procedure.
    bingo - also have this issue.. any more feedback from anyone

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why are sugarcrm queries case sensitive
    By anand.shah in forum Developer Help
    Replies: 6
    Last Post: 2011-09-08, 05:21 AM
  2. silentUpgrade fails silently
    By sjshaffer in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2011-05-27, 05:03 PM
  3. Replies: 1
    Last Post: 2007-12-21, 11:55 AM
  4. Install fails at Step 2 Mysql not found
    By chuy08 in forum General Discussion
    Replies: 2
    Last Post: 2005-10-17, 03:59 PM
  5. Installation fails with Mysql 5.0
    By tmoeller in forum General Discussion
    Replies: 5
    Last Post: 2005-06-22, 10:56 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
  •