Results 1 to 3 of 3

Thread: Error deleting emails for 4.2.1B

  1. #1
    shiryo is offline Junior Member
    Join Date
    Aug 2006
    Posts
    2

    Default Error deleting emails for 4.2.1B

    Hi all,
    i gotten an error message while trying to deleting the emails off

    Warning: load_menu(modules/i/Menu.php): failed to open stream: No such file or directory in /home/lecookie/domains/le-cookie.com/public_html/sugar/include/utils.php on line 219

    Fatal error: load_menu(): Failed opening required 'modules/i/Menu.php' (include_path='.:/usr/local/lib/php') in /home/lecookie/domains/le-cookie.com/public_html/sugar/include/utils.php on line 219
    here is my code utils.php from the erros

    function load_menu($path){
    global $module_menu;
    require_once($path . 'Menu.php');
    if(file_exists('custom/' . $path . 'Ext/Menus/menu.ext.php')){
    require_once('custom/' . $path . 'Ext/Menus/menu.ext.php');
    }
    if(file_exists('custom/application/Ext/Menus/menu.ext.php')){
    require_once('custom/application/Ext/Menus/menu.ext.php');
    }
    return $module_menu;
    }
    the server i'm using is a shared server thus i got no rights to /usr/local
    Pls advise what i can do
    Thanks alot

  2. #2
    shiryo is offline Junior Member
    Join Date
    Aug 2006
    Posts
    2

    Default Re: Error deleting emails for 4.2.1B

    update on problem,
    the problem only occurs when i open the email up and try to delete it, else deleting them off in the main panel is ok

  3. #3
    adscape is offline Member
    Join Date
    Jul 2006
    Posts
    9

    Default Re: Error deleting emails for 4.2.1B

    I'm getting the same error as well when I am collecting lead information via the LeadCapture.php page. Just a blank page.

    Here is the error from my error log:
    PHP Code:
    PHP Fatal error:  load_menu() [<a href='function.require'>function.require</a>]: Failed opening required 'modules//Menu.php' (include_path='.:/usr/share/pear'in /sugar/include/utils.php on line 219 
    Weird thing is, the lead information is still being imported into SugaCRM just fine.

    Any ideas?

Thread Information

Users Browsing this Thread

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

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
  •