Dear Compojoom Devs,
we got a problem with your mailchimp plugin. It seems, that JRoute isn't parsing your form action properly. The path within the action is not forwarding to the controller, because it is not bypassing the /blog
http://www.example.com/blog
it was
/component/cmc/?format=raw&task=subscription.save
and it should be something like
../component/cmc/?format=raw&task=subscription.save
I had to create an override for your default.php template and remove JRoute.
Can you guys help us with a propper solution so that we can remove the template override?
Cheers
René