When I go into accounts detail I get this message at the bottom of the page.
Warning: aSubPanel::require(modules/Threads/metadata/subpanels/default.php) [function.aSubPanel-require]: failed to open stream: No such file or directory in C:\xampp\htdocs\sugarcrmTEST\include\SubPanel\SubP anelDefinitions.php on line 82
Fatal error: aSubPanel::require() [function.require]: Failed opening required 'modules/Threads/metadata/subpanels/default.php' (include_path='C:\xampp\htdocs\sugarcrmTEST\includ e/..;.;C:\xampp\php\pear\') in C:\xampp\htdocs\sugarcrmTEST\include\SubPanel\SubP anelDefinitions.php on line 82
If I go to custom\modules\Accounts\Ext\Layoutdefs and edit layoutdefs.ext.php (which I know is dynamically created) and comment out:
It solves the problem until I do a quick repair and rebuild then it removes the comments. I am trying to get this to be more permanent.PHP Code:$layout_defs['Accounts']['subpanel_setup']['threads'] = array(
'order' => 83,
'module' => 'Threads',
'sort_order' => 'asc',
'sort_by' => 'date_modified',
'get_subpanel_data' => 'threads',
'add_subpanel_data' => 'thread_id',
'subpanel_name' => 'default',
'title_key' => 'LBL_THREADS_SUBPANEL_TITLE',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopCreateButton'),
array('widget_class' => 'SubPanelTopSelectButton'),
),
);
XAMPP 1.6.5
SugarCRM 5.0b
Thanks,
Jeremy


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks