Hello All,
Wondering if anyone else has encountered this...
Whenever I click on 'Tasks' in the shortcut list on the left-hand side, I get the following error:
Fatal error: retrieve_parent_fields(): Failed opening required '' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/SugarCRM/data/SugarBean.php on line 2236
For now, I've place this in SugarBean.php, which seems to fix the problem:
Any ideas of why we're getting that error in the first place?Code:line 2235: if ($beanFiles[$class]) { // new line line 2236: require_once($beanFiles[$class]); line 2237: $templates[$child_info['parent_type']] = new $class(); line 2238: } // new line
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks