Page 1 of 1

Error in mail function

Posted: 05 Sep 2014, 14:14
by MaxMi
Hello,
in version 2.5.24 of Joomla! does not work the icon "mail" in Phoca Restaurant Menu. Returns the error "Email could not be sent", which is set by the component "com_mailto" in php "controller". In "controller.php" is set in 3 points. In my case this is:

$link = MailtoHelper::validateHash(JRequest::getCMD('link', '', 'post'));
// Verify that this is a local link
if (!$link || !JURI::isInternal($link)) {
//Non-local url...
JError::raiseNotice(500, JText:: _ ('COM_MAILTO_EMAIL_NOT_SENT'));
return $this->mailto();
}


"$link" is empty, while in the other pages it contains the url of the page.

You can check whether you work?

Thank you

Max

Re: Error in mail function

Posted: 07 Sep 2014, 01:30
by Jan
Hi, do you mean the admin email feature or the frontend email feature?

Jan

Re: Error in mail function

Posted: 07 Sep 2014, 16:46
by MaxMi
Sorry, I have not described: mail frontend.

Max

Re: Error in mail function

Posted: 08 Sep 2014, 15:00
by Jan
Hi, thank you very much for the info, I will take a look at it, seems like new post parameter needs to be added to the form.

Jan

Re: Error in mail function

Posted: 18 Sep 2014, 00:37
by MaxMi
hi Jan,
remember to update us.
thanks
Max

Re: Error in mail function

Posted: 11 Oct 2014, 19:27
by MaxMi
Hi Jan,
do you have any news? Excuse me, but is likely to become a problem ..
Hello and thank you.
Max

Re: Error in mail function

Posted: 14 Oct 2014, 23:15
by Jan
Hi, I still didn't find to look at it, it is on 7 place in my todo, so I hope I will do as soon as possible :-(

Jan

Re: Error in mail function

Posted: 12 Nov 2014, 00:21
by MaxMi
Hi Jan!
Any news...?
Thanks!

Max

Re: Error in mail function

Posted: 17 Nov 2014, 19:48
by Jan
Hi, no, still didn't take a look at it :-(

Jan

Re: Error in mail function

Posted: 08 Dec 2014, 16:09
by Jan
Hi, should be fixed in version 3.0.2

Jan