Fatal error: SugarBean::require_once() [function.require]: Failed opening required '' (include_path='/var/www/sugarcrm/include/..:.:/usr/share/php:/usr/share/pear') in /var/www/sugarcrm/data/SugarBean.php on line 3381
Working on a pure installation of SugarCRM CE 5.2.0i with language Pack German on a Dabian Stable 5, Linux 2.6.26-1 with MySQL-Version 5.0.51, Apache Version 2.2.9 and PHP 5.1 I get the above mentioned error while requesting the activities menue. The lines in SugarBeans are:
Any ideas?Code:3378 if(empty($templates[$child_info['parent_type']])) 3379 { 3380 $class = $beanList[$child_info['parent_type']]; 3381 require_once($beanFiles[$class]); 3382 $templates[$child_info['parent_type']] = new $class();


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks