Hi, i'm a new member of this forum.
I have a problem with sugarCMR version 3.5.1. After the login infact i see this Fatal Error:

Fatal error: Call to a member function on a non-object in /web/htdocs/www.mysite.com/home/soap/SoapTypes.php on line 24

the line in SoapTypes is:

$server->wsdl->addComplexType(
'note_attachment',
'complexType',
'struct',
'all',
'',
array(
"id" => array('name'=>"id",'type'=>'xsd:string'),
"filename" => array('name'=>"filename",'type'=>'xsd:string'),
"file" => array('name'=>"file",'type'=>'xsd:string'),
)
);

In my server the PHP version is 4.4.7 and Apache 2.0
Can you help me please to resolve this error?
Thanks to all members.