Error in mail function

Phoca Restaurant Menu - restaurant menu manager
MaxMi
Phoca Member
Phoca Member
Posts: 13
Joined: 03 Nov 2012, 19:07

Error in mail function

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in mail function

Post by Jan »

Hi, do you mean the admin email feature or the frontend email feature?

Jan
If you find Phoca extensions useful, please support the project
MaxMi
Phoca Member
Phoca Member
Posts: 13
Joined: 03 Nov 2012, 19:07

Re: Error in mail function

Post by MaxMi »

Sorry, I have not described: mail frontend.

Max
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in mail function

Post 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
If you find Phoca extensions useful, please support the project
MaxMi
Phoca Member
Phoca Member
Posts: 13
Joined: 03 Nov 2012, 19:07

Re: Error in mail function

Post by MaxMi »

hi Jan,
remember to update us.
thanks
Max
MaxMi
Phoca Member
Phoca Member
Posts: 13
Joined: 03 Nov 2012, 19:07

Re: Error in mail function

Post by MaxMi »

Hi Jan,
do you have any news? Excuse me, but is likely to become a problem ..
Hello and thank you.
Max
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in mail function

Post 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
If you find Phoca extensions useful, please support the project
MaxMi
Phoca Member
Phoca Member
Posts: 13
Joined: 03 Nov 2012, 19:07

Re: Error in mail function

Post by MaxMi »

Hi Jan!
Any news...?
Thanks!

Max
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in mail function

Post by Jan »

Hi, no, still didn't take a look at it :-(

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error in mail function

Post by Jan »

Hi, should be fixed in version 3.0.2

Jan
If you find Phoca extensions useful, please support the project
Post Reply