Hi all,
i gotten an error message while trying to deleting the emails off
here is my code utils.php from the errosWarning: 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
the server i'm using is a shared server thus i got no rights to /usr/localfunction 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;
}
Pls advise what i can do![]()
Thanks alot


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks