I'm trying to update SugarCE 6.1 to 6.1.6. When I try to use the Upgrade Wizard I keep getting the following error:
Warning: include_once() [function.include-once]: Filename cannot be empty in /Library/WebServer/Documents/sugar/include/SubPanel/SubPanelDefinitions.php on line 454
Warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='/Library/WebServer/Documents/sugar:/Library/WebServer/Documents/sugar:/Library/WebServer/Documents/sugar/include/..:.:/usr/local/php5/lib/php') in /Library/WebServer/Documents/sugar/include/SubPanel/SubPanelDefinitions.php on line 454
Fatal error: Class name must be a valid object or a string in /Library/WebServer/Documents/sugar/include/SubPanel/SubPanelDefinitions.php on line 455
I've seen other posts regarding this file, but I can't find anyone that has had a successful resolution.
Here is what is in the lines before and after 454:
//load subpanel mdoule's table name and column fields.
function load_module_info ()
{
global $beanList ;
global $beanFiles ;
$module_name = $this->get_module_name () ;
if (! empty ( $module_name ))
{
$bean_name = $beanList [ $this->get_module_name () ] ;
$this->bean_name = $bean_name ;
include_once ($beanFiles [ $bean_name ]) ;
$this->template_instance = new $bean_name ( ) ;
$this->template_instance->force_load_details = true ;
$this->table_name = $this->template_instance->table_name ;
//$this->db_fields=$this->template_instance->column_fields;
}
}
Any thoughts??


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks