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
Error in mail function
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in mail function
Hi, do you mean the admin email feature or the frontend email feature?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 13
- Joined: 03 Nov 2012, 19:07
Re: Error in mail function
Sorry, I have not described: mail frontend.
Max
Max
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in mail function
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 13
- Joined: 03 Nov 2012, 19:07
Re: Error in mail function
hi Jan,
remember to update us.
thanks
Max
remember to update us.
thanks
Max
-
- Phoca Member
- Posts: 13
- Joined: 03 Nov 2012, 19:07
Re: Error in mail function
Hi Jan,
do you have any news? Excuse me, but is likely to become a problem ..
Hello and thank you.
Max
do you have any news? Excuse me, but is likely to become a problem ..
Hello and thank you.
Max
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in mail function
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 13
- Joined: 03 Nov 2012, 19:07
Re: Error in mail function
Hi Jan!
Any news...?
Thanks!
Max
Any news...?
Thanks!
Max
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in mail function
Hi, no, still didn't take a look at it
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in mail function
Hi, should be fixed in version 3.0.2
Jan
Jan
If you find Phoca extensions useful, please support the project