Results 1 to 7 of 7

Thread: lost sub panels

  1. #1
    bbeyst is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Unhappy lost sub panels

    Hi -- hope one of you Sugar-gurus can help me here.....

    I recently lost my connection to sub panels in both the Accounts and the Contacts modules. At the bottom of the data display is an error message that reads:

    LayoutManager: Class not found:SugarWidgetSubPanelContactLink

    I'm assuming is is an easy fix, but I have no idea how to go about doing it. Any suggestions or direction?

  2. #2
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: lost sub panels

    show screenshot please.

    Did you remove relationship or link field?
    CRM Software Engineer
    Eontek - www.eontek.rs

  3. #3
    bbeyst is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: lost sub panels

    Certainly didn't intend to remove any links -- did, however, recently attempt to create a relationship between Accounts and an add-on module.
    Attached Images Attached Images  

  4. #4
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: lost sub panels

    did you try repair and rebuild, clean cache. There is probably a leftover from some relationship or subpanel definition that can't be created anymore.

    Without looking manually into code can't help
    CRM Software Engineer
    Eontek - www.eontek.rs

  5. #5
    bbeyst is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: lost sub panels

    I believe the error code is being generated in LayoutManager.php, line 283:
    if(!class_exists($class_name))
    {
    // If we still do not have a class, oops....
    die("LayoutManager: Class not found:".$class_name);
    }

    However, I've searched high and low and cannot find a reference to a class called "ConectLink" either as a full or partial name.

    If it helps, I'm running 6.2 beta3 and recently installed SM_Physical Inventory as an add-on module (I may have deleted tables somewhere along the lines when deleting an unwanted relationship with this module).

  6. #6
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: lost sub panels

    well i guess you will have to debug it yourself and see who is making a problem (how did variable $class_name get that value/from where)
    CRM Software Engineer
    Eontek - www.eontek.rs

  7. #7
    bbeyst is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Smile Re: lost sub panels

    in the add-on module's default.php file there was a call to a class that apparently does not exist in Sugar, "SubPanelConectLink." I replace it was the default class "SubPanelDetailViewLink" and now all seems to be better.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Panels & Sub-Panels (How to Add)
    By MatraQ in forum Help
    Replies: 2
    Last Post: 2009-08-27, 04:59 PM
  2. Collapsible panels
    By SugarDev.net in forum Feature Requests
    Replies: 2
    Last Post: 2008-07-28, 12:55 PM
  3. Lost Subpanels, Lost Contact List
    By ptemplin7 in forum Help
    Replies: 1
    Last Post: 2008-03-01, 05:54 AM
  4. Lost Quickcreate panels
    By Arpan_Biswas in forum Developer Help
    Replies: 0
    Last Post: 2007-04-19, 08:33 AM
  5. Sub panels
    By sonali in forum Help
    Replies: 0
    Last Post: 2006-01-24, 01:45 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
  •