<a href="/component/mailto/?tmpl=component&template=MIO_TEMPLATE&link=<?php echo sha1(JURI::current()); ?>" title="Email" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/MIO_TEMPLATE/images/system/emailButton.png" alt="Email" />[/url]
<a href="<?php echo JURI::base(); ?>component/mailto/?tmpl=component&template=MIO_TEMPLATE&link=<?php echo sha1(JURI::current()); ?>" title="Email" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/templates/MIO_TEMPLATE/images/system/emailButton.png" alt="Email" />[/url]
Backtrace
Call stack # Function Location 1 JSite->dispatch() /home/MIO_USER/public_html/index.php:74 2 JComponentHelper::renderComponent() /home/MIO_USER/public_html/includes/application.php:187 3 require_once() /home/MIO_USER/public_html/libraries/joomla/application/component/helper.php:156 4 JController->execute() /home/MIO_USER/public_html/components/com_mailto/mailto.php:21 5 MailtoController->send() /home/MIO_USER/public_html/libraries/joomla/application/component/controller.php:679 6 JError::raiseNotice() /home/MIO_USER/public_html/components/com_mailto/controller.php:68 7 JError::raise() /home/MIO_USER/public_html/libraries/joomla/error/error.php:254
6 | JError::raiseNotice() | /home/MIO_USER/public_html/components/com_mailto/controller.php:68 |
// Verify that this i a local link
if (!$link || !JURI::isInternal($link)) {
//Non-local url...
JError::raiseNotice(500, JText:: _ ('COM_MAILTO_EMAIL_NOT_SENT'));
return $this->mailto();
}