Hi,
You don'tmention what version of mojoPortal, what operating system, what database?
The only thing I can think of that might cause this error is if this is missing in the layout.master file of your skin:
<asp:ScriptManager ID="ScriptManager1" EnablePageMethods="true" runat="server" />
Note that it must have the id ScriptManager1
Hope it helps,
Joe