Chronoforms emails contain this html :
I presume it should include the string returned by JURI::base().
A fix is to modify com_chronocontact.php line around line 423 from
to
<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>
Thank you, the bug was posted yesterday and it has been fixed!🙂
Cheers
Max
Cheers
Max
Update!!! This may not be a bug. I found this post http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=11094&p=20827&hilit=absolute+url#p20827 which explains that the editor seems to be at fault for changing the absolute url's and turning the editor off fixes that.
This topic is locked and no more replies can be posted.
