I have a Custom module and it has a task Subpanel. The problem is that for some users
when they create a task sometimes the task is not linked with the parent record so i have to
go and select manually the parent record to link.
I don't know it it's related but when they click in 'View Summary' this error shows up
PHP Notice: Undefined index: MySettings in ..\modules\Activities\Popup_picker.php on line 60
PHP Notice: Undefined index: in ..\modules\Activities\Popup_picker.php on line 61
PHP Warning: require_once() [<a href='function.require-once'>function.require-once</a>]: Filename cannot be empty in ..\modules\Activities\Popup_picker.php on line 61
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='\Inetpub\include/..;.;\php\PEAR\pear;\php\pear;\php\includes;\inclu des') in ..\modules\Activities\Popup_picker.php on line 61
the line in \Popup_picker.php reads:
// history_list is the means of passing data to a SubPanelView.
$bean = $beanList[$_REQUEST['module_name']];
require_once($beanFiles[$bean]);