I just installed the latest version CHRONOFORMS V3.1 RC2.ZIP on Joomla 1.5.9 and thought all was well till I did some testing.
At: http://www.fertilityhelp.com/index.php/component/option,com_chronocontact/Itemid,116/
The form is there, and it works, but the template is missing - or not being applied correctly.
I looked at the source HTML and it seems the base path has been moved to that of the form versus the site. .
There is SH404SEF installed on this site, but I'm not sure if that is the culprit.
Has anyone run into this before?
Any insights would be most appreciated.
mm
At: http://www.fertilityhelp.com/index.php/component/option,com_chronocontact/Itemid,116/
The form is there, and it works, but the template is missing - or not being applied correctly.
I looked at the source HTML and it seems the base path has been moved to that of the form versus the site. .
There is SH404SEF installed on this site, but I'm not sure if that is the culprit.
Has anyone run into this before?
Any insights would be most appreciated.
mm
Hi Greenkoi,
I'm not even sure where the form is but there are some serious things wrong with the SEF urls as you end up with site broken site template urls like <!-- w --><a class="postlink" href="http://www.example.com">www.example.com</a><!-- w -->/component/option,com_chronocontact/templates,rt_verstaility4_j15/css/template_css.css
Bob
I'm not even sure where the form is but there are some serious things wrong with the SEF urls as you end up with site broken site template urls like <!-- w --><a class="postlink" href="http://www.example.com">www.example.com</a><!-- w -->/component/option,com_chronocontact/templates,rt_verstaility4_j15/css/template_css.css
Bob
I figured it out.
I visited the Siliana forums and found this:
http://extensions.siliana.com/forums/index.php?topic=11071.0
Basically - the configuration.php file had a blank:
var $live_site = '';
I entered the name of my domain - fully qualified:
var $live_site = 'http://www.fertilityhelp.com';
And we were back in business !
Hope this helps others who may have run into this issue as well.
mm
I visited the Siliana forums and found this:
http://extensions.siliana.com/forums/index.php?topic=11071.0
Basically - the configuration.php file had a blank:
var $live_site = '';
I entered the name of my domain - fully qualified:
var $live_site = 'http://www.fertilityhelp.com';
And we were back in business !
Hope this helps others who may have run into this issue as well.
mm
This topic is locked and no more replies can be posted.
