1. Rene
  2. Bugs
  3. Friday, 15 December 2017
  4.  Subscribe via email
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é
Responses (2)
Accepted Answer Pending Moderation
Hi i change the code

<?php echo JRoute::_('index.php?option=com_cmc&format=raw&task=subscription.save'); ?>

to

<?php echo JRoute::_('../index.php?option=com_cmc&format=raw&task=subscription.save'); ?>

An now it is working
  1. more than a month ago
  2. Bugs
  3. # 1
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
The line in the file is:


<?php echo JRoute::_('index.php?option=com_cmc&format=raw&task=subscription.save'); ?>


That is perfectly valid and should work in your case as well. Are you using some 3rd party routing component?

Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Ccomment error
Hello, I'm having an error where the Ccomment plugin, when enabled, is causing t...
3 Replies
Posted on Wednesday, 18 September 2024
  • Resolved
  • PHP 8.3 deprecation notices
    Hello, this is just to let you know: I installed the latest version 6.0.13...
    0 Replies
    Posted on Wednesday, 11 September 2024
    Vereinzelte Doppelbuchungen
    Hallo, es kommt immer wieder mal vor, dass Menschen zweimal hintereinander unab...
    0 Replies
    Posted on Wednesday, 11 September 2024
    • #Veranstaltungsbuchung
    • #Doppelbuchung
    500 behavior::tooltip not found.
    Latest/Most CompojoomComment Hello, when activating the "Tooltip display...
    3 Replies
    Posted on Friday, 10 December 2021
    Getting email A new comment has been made... witho
    Hi, After someone started adding a lot of junk comments with external links eve...
    1 Replies
    Posted on Thursday, 08 August 2024
    • #CComment
    • #ccoment pro