Sorry if this was already known, i did not found it in the forum.
There is an issue with Joomla 1.6, sh404SEF 3 and Chronoforms 4. When you enable Chronoforms Content Plugin, all sh404SEF rewritten links go to the home page.
By manually investigating, i found that if i comment line 6 in the plugin:
$mainframe->initialise();
everything works perfectly. Only, i am not sure if this is a safe thing to do. I presume the plugin should check if the mainframe is already initialized?
There is an issue with Joomla 1.6, sh404SEF 3 and Chronoforms 4. When you enable Chronoforms Content Plugin, all sh404SEF rewritten links go to the home page.
By manually investigating, i found that if i comment line 6 in the plugin:
$mainframe->initialise();
everything works perfectly. Only, i am not sure if this is a safe thing to do. I presume the plugin should check if the mainframe is already initialized?
This topic is locked and no more replies can be posted.