Hi,

When I call the XML RPC function "blogger.getUserBlogs" it returns the following fault exeption:

Failed to access class (profiles): Can't locate profiles.pm in @INC (@INC contains:) at (eval 90) line 3.

Of course the data in giving to it is valid, but also the fault message it's wrong, since it's returns a string as the faultCode member:

CODE
<?xml version="1.0" encoding="UTF-8"?><methodResponse><fault><value><struct><member><name>faultString</name><value><string>Failed to access class (profiles): Can't locate profiles.pm in @INC (@INC contains:) at (eval 90) line 3.
</string></value></member><member><name>faultCode</name><value><string>Client</string></value></member></struct></value></fault></methodResponse>


Any ideas of what can be causing this?

Thanks,
Angel