hello,
-I am using joomla 1.0.10 turkish version when I tried to send email via profile page I had the error message below:
"Warning: sprintf() [function.sprintf]: Too few arguments in /home/hostum/public_html/components/com_comprofiler/comprofiler.html.php on line 90"
-I checked the forum:
"
www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,search/
"
-then I changed the line below in turkish.php
"DEFINE('_UE_EMAILFORMTITLE','Bu kişiye eposta gönder: <a href="index.php?option=com_comprofiler&task=UserDetails&user=%s">%s</a>');"
to
"DEFINE('_UE_EMAILFORMTITLE','Bu kişiye eposta gönder: %s');"
same as the line in default language
"DEFINE('_UE_EMAILFORMTITLE','Send a message via email to %s');"
and this operation fixed the error
- then I sended the mail and had the error message below
"Warning: sprintf() [function.sprintf]: Too few arguments in /home/hostum/public_html/administrator/components/com_comprofiler/comprofiler.class.php on line 3476"
could you please help me
thanks
Post edited by: ifsdesign, at: 2006/09/08 11:35