Hi,
Recently, I had troubles to make uddeIM work. As soon as the component has been called from the frontend, the whole website disappeared. I found out that my system was producing an error in /components/com_uddeim/includes.php, line 35, function send_mail() has been already declared by another component, mambot or whatsoever. To fix the problem I changed that line to:
if (!function_exists("send_mail")) {
function send_mail(...
...
...
}
Now it seems to work. Maybe it's not a perfect solution but it might be useful for other people.
Namaste.
[ADDED BY SLABBI]
DO NOT APPLY THIS FAULTY FIX: IT WILL BREAK EMAIL NOTIFICATIONS COMPLETELY.
PLEASE READ THE NEXT POST WHAT TO DO WHEN YOU THINK YOU HAVE FOUND A PROBLEM.
DO NOT POST RECOMMENDATIONS FOR OTHERS WHEN YOU DO NOT KNOW WHAT YOU ARE DOING.
Post edited by: slabbi, at: 2008/02/19 08:51