Results 1 to 8 of 8

Thread: Fatal Error SugarBean: - in Activities

  1. #1
    abrucker is offline Member
    Join Date
    Aug 2009
    Location
    Solingen, Germany
    Posts
    5

    Default Fatal Error SugarBean: - in Activities

    Fatal error: SugarBean::require_once() [function.require]: Failed opening required '' (include_path='/var/www/sugarcrm/include/..:.:/usr/share/php:/usr/share/pear') in /var/www/sugarcrm/data/SugarBean.php on line 3381

    Working on a pure installation of SugarCRM CE 5.2.0i with language Pack German on a Dabian Stable 5, Linux 2.6.26-1 with MySQL-Version 5.0.51, Apache Version 2.2.9 and PHP 5.1 I get the above mentioned error while requesting the activities menue. The lines in SugarBeans are:

    Code:
    3378 if(empty($templates[$child_info['parent_type']]))
    3379    				{
    3380    					$class = $beanList[$child_info['parent_type']];
    3381    					require_once($beanFiles[$class]);
    3382    					$templates[$child_info['parent_type']] = new $class();
    Any ideas?

  2. #2
    avdhesh is offline Sugar Community Member
    Join Date
    May 2008
    Location
    Noida
    Posts
    64

    Default Re: Fatal Error SugarBean: - in Activities

    There is need to define language file for modules, i think include/language/(german_lang_file).php file has no entry regarding accessed module.

  3. #3
    abrucker is offline Member
    Join Date
    Aug 2009
    Location
    Solingen, Germany
    Posts
    5

    Default Re: Fatal Error SugarBean: - in Activities

    Thanks for the fast Replay - but I could not follow your thoughts - What is your suggested solution?. By the Way the Error only appears in the main menu and the telephone call menue.

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Fatal Error SugarBean: - in Activities

    Hi abrucker

    Can you describe which steps did you follow until get this error?
    Can you face any other issue on you system?

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    abrucker is offline Member
    Join Date
    Aug 2009
    Location
    Solingen, Germany
    Posts
    5

    Default Re: Fatal Error SugarBean: - in Activities

    Hello André,

    enclosed please find a screenshot of the appearieance of the error.

    Does this help you?

    Regards
    Arne Brucker

  6. #6
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Fatal Error SugarBean: - in Activities

    Make sure the script include/modules.php has the entries:
    PHP Code:
    $beanList['Calls']          = 'Call'
    PHP Code:
    $beanFiles['Call']          = 'modules/Calls/Call.php'
    And also make sure the the script custom/application/Ext/Include/modules.ext.php has no line which modify/remove such entries.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  7. #7
    abrucker is offline Member
    Join Date
    Aug 2009
    Location
    Solingen, Germany
    Posts
    5

    Default Re: Fatal Error SugarBean: - in Activities

    I just checked your advises but everything looks good so far. The include/modules.php has the mentioned entries. The /custom/application/Ext/Include/modules.ext.php does not overwrite anything. Do you have another suggestion?

    Best Regards
    Arne

  8. #8
    abrucker is offline Member
    Join Date
    Aug 2009
    Location
    Solingen, Germany
    Posts
    5

    Default Re: Fatal Error SugarBean: - in Activities

    Anyone with new or any other Ideas???

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 10
    Last Post: 2008-02-05, 07:17 PM
  2. Fatal Error with SugarBean
    By cpozen in forum Help
    Replies: 1
    Last Post: 2007-07-09, 02:24 AM
  3. sugarbean fatal error
    By guz843 in forum Help
    Replies: 2
    Last Post: 2006-01-09, 11:43 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
  •