Hi there, I'm having some trouble uploading files when the language for SugarCRM is NOT set to EN_US.
I can get the following error from my web server:
[Tue Mar 27 12:45:35 2007] [error] [client XXX.XXX.XXX.XXX] PHP Fatal error: TeamFormBase::require_once() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='.:/usr/share/pear') in /var/www/vhost/xxx/home/html/sf2/modules/TeamsOS/TeamFormBase.php on line 66, referer: http://xxx/sf2/index.php
In that file I can see the following code:
And I believe that somehow, It's NOT filling properly that $bean_name variable with the correct name for the module.Code:$object_name = $app_list_strings['moduleListSingular'][$_REQUEST['return_module']]; $GLOBALS['log']->debug("SubPanel Save: Parent Bean Name (".$object_name.")"); $bean_name=$beanFiles[$object_name]; $GLOBALS['log']->debug("SubPanel Save: Parent Bean file (".$bean_name.")"); $class_name=$beanList[$_REQUEST['return_module']]; $GLOBALS['log']->debug("SubPanel Save: Parent Class Name (".$class_name.")"); require_once($bean_name);
How can I fix this?
OS: Fedora Core 5
Sugar: 4.5.1 (not "b" yet)
TeamsOS: suitable for 4.5.1 as the rest is working
Thanks!![]()


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks