seems I have made a mistake anywhere, maybe someone can help me.
Everything worked perfect. I'm not sure, if it has the problem since the update from 1.5.7 to 1.5.8 (joomla).
Now, when i go to any user-profile in my community and want to send a quick message on the profile, i get an error:
[code:1]Fatal error: Call to undefined function mosmail() in ../components/com_comprofiler/plugin/user/plug_pmsuddeim/pms.uddeim.php on line 620[/code:1]
On line 620 you find the following Code:
[code:1] if (mosMail($this->config->emn_sendermail, $this->config->emn_sendername, $var_tomail,$subject,$this->_pmsMailcompatible($var_body))) {[/code:1]
It seems to be a problem since the last update from joomla. I have 2 Community's, both work on joomla 1.5.8 now and on both it worked before.
Maybe you all have the same problems? Or do you have a solution for me?