Hi,
I don't know when or why but I can not enter de DetailView of any opportunity it hangs up with CGI ScriptTimeout (IIS under W2000) I've been trying to debug it and think that it hangs ups when create a New Currency object in the following lines:
(I also have the same trouble when I go to Admin --> Repair --> OpportunitiesCode:require_once('modules/Currencies/Currency.php'); $currency = new Currency();
This is the currency constructor I have at modules/currency/currency.php
And I'm attaching the sugarcrm.log when I try to look at an opportunity:Code:function Currency() { ; parent::SugarBean(); $this->field_defs['hide'] = array('name'=>'hide', 'source'=>'non-db', 'type'=>'varchar','len'=>25); $this->field_defs['unhide'] = array('name'=>'unhide', 'source'=>'non-db', 'type'=>'varchar','len'=>25); $this->disable_row_level_security =true; }
I Would appreciate any help as I'm desperate.
Thank you very much in advance.
Diego.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks