Forums

html email header includes <base href="JURI::base()/" />

jbudd 24 Mar, 2009
Chronoforms emails contain this html :
<head>
<title></title>
<base href="JURI::base()/" />
</head>

I presume it should include the string returned by JURI::base().
A fix is to modify com_chronocontact.php line around line 423 from
<head>
	<title></title>
	<base href=\"JURI::base()/\" />
</head>

to
<head>
	<title></title>
	<base href=\"" . JURI::base(). "/\" />
</head>
Max_admin 25 Mar, 2009
Thank you, the bug was posted yesterday and it has been fixed!🙂

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 24 Nov, 2009
Hi Further,

This thread is about a bug that has been fixed in the current releases. It has no link to your problem with the rich editor.

Bob
This topic is locked and no more replies can be posted.