Results 1 to 4 of 4

Thread: Dashlet modified - creates SugarBean.php error on line 3245 (v 5.5.1)

  1. #1
    Limbrey's Avatar
    Limbrey is offline Member
    Join Date
    Sep 2009
    Posts
    7

    Default Calls dashlet modified - creates SugarBean.php error on line 3245 (v 5.5.1)

    Using the dashboard GUI, I made a configuration change to the 'Calls' dashlet on the homepage. I added a column to the 'show' category.

    This results in an error

    Warning: require_once() [function.require-once]: Filename cannot be empty in /home/limsolco/public_html/crm/data/SugarBean.php on line 3245

    Fatal error: require_once() [function.require]: Failed opening required '' (include_path='/home/limsolco/public_html/crm/include/..:.:/usr/lib/php') in /home/limsolco/public_html/crm/data/SugarBean.php on line 3245


    I am having difficulty in troubleshooting this. How can I get back to my original dashlet configuration?

    Thanks
    Last edited by Limbrey; 2010-05-10 at 08:37 AM. Reason: specified Calls dashlet in title

  2. #2
    turutosiya's Avatar
    turutosiya is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Tokyo, Japan
    Posts
    147

    Default Re: Dashlet modified - creates SugarBean.php error on line 3245 (v 5.5.1)

    which column did you add to display?
    Toshiya TSURU <turutosiya@gmail.com>
    http://j.mp/turutosiya
    http://twitter.com/turutosiya

  3. #3
    Limbrey's Avatar
    Limbrey is offline Member
    Join Date
    Sep 2009
    Posts
    7

    Default Re: Dashlet modified - creates SugarBean.php error on line 3245 (v 5.5.1)

    I think it was the 'related to' field.

    I was trying to fix the issue that when I created a call marked "Call" associated with a contact or lead, then the dashlet doesn't show more detail.

  4. #4
    Limbrey's Avatar
    Limbrey is offline Member
    Join Date
    Sep 2009
    Posts
    7

    Exclamation Re: Dashlet modified - creates SugarBean.php error on line 3245 (v 5.5.1)

    Judicious use of the print_r and echo commands in SugarBean.php have identified the problem.

    $child_info['parent_type'] is set to "Lead" but then trying to lookup index "Leads" in $beanList[$child_info['parent_type']]

    Referring to http://www.sugarcrm.com/wiki/index.p...d_%24beanFiles, I located the configuration in modules.php and added the following line
    $beanList['Lead'] = 'Lead';


    This then resolved the issue. Hallelujah!
    Last edited by Limbrey; 2010-05-18 at 10:26 AM. Reason: found the fix

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2010-01-04, 12:21 PM
  2. Replies: 2
    Last Post: 2009-10-20, 10:15 AM
  3. MySugar.php line 94 error - Add Dashlet
    By eggsurplus in forum Help
    Replies: 5
    Last Post: 2009-01-17, 04:47 AM
  4. Replies: 3
    Last Post: 2006-12-08, 02:10 PM
  5. Replies: 0
    Last Post: 2006-10-16, 06:55 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
  •