Results 1 to 2 of 2

Thread: Error in Lead Detail after sending Campaign

  1. #1
    duartegarin is offline Member
    Join Date
    Sep 2009
    Posts
    11

    Default Error in Lead Detail after sending Campaign

    Hello,

    After I send a campaign to leads, when i go to the detail view of the lead it shows the error:

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

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

    I have tried this with test sending, and it also happens, and when i remove test entries the lead detail shows with no erros agains (normal tabs)

    Screenshot in attachement.

    Can you advise?

  2. #2
    joaog is offline Member
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    9

    Default Re: Error in Lead Detail after sending Campaign

    The problem seems to be with the Test Campaign. If you do not delete the test entires Sugar will try to find the following :

    $class = $beanList[$child_info['parent_type']]; where $child_info['parent_type'] corresponds to "test" (target type i think...).

    Of course this is not in the $beanList in the modules.php file and it will fail to read the $beanFile in this line :

    require_once($beanFiles[$class]);

    Once you delete test entries from the Campaign this issue does not occur anymore..

    Please confirm this fixed your bug.

    Best Regards,
    Joao Garin

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. campaign sending fails for template retrieve error
    By gasgas in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2010-05-18, 08:37 AM
  2. sending campaign email - error 111111111
    By jcanapa in forum Help
    Replies: 2
    Last Post: 2010-03-09, 06:21 PM
  3. Error sending email campaign
    By Proware in forum Help
    Replies: 4
    Last Post: 2008-09-04, 04:53 PM
  4. campaign not sending out v4.2.1d
    By jheizhee in forum Help
    Replies: 1
    Last Post: 2008-05-23, 07:26 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
  •