1. Mark Foster
  2. CMC - Mailchimp for Joomla!
  3. Wednesday, 05 February 2020
  4.  Subscribe via email
Hi

I keep getting a 404 resource not found issue when testing subscriber sign up on my site

I looked at similar issues posted and checked that I had active lists which I do seem to have

Could you check please

Many thanks

Mark
Responses (1)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hi Mark,

Is it possible that you've performed modifications directly to the modules/mod_cmc/tml/default.php file? The file that you had there is not the same as the file that we distribute with version 4.1.2 you were missing a very important block.


<div class="row-fluid">
<?php $fieldsets = $form->getFieldsets('cmc'); ?>

<?php foreach ($fieldsets as $key => $value): ?>
<div class="span12">
<?php $fields = $form->getFieldset($key); ?>

<?php foreach ($fields as $field) : ?>
<div class="control-group">
<div class="control-label">
<?php echo $field->label; ?>
</div>
<div class="controls">
<?php echo $field->input; ?>
</div>
</div>
<?php endforeach; ?>
</div>
<?php endforeach; ?>
</div>



The cmc fieldset contains the listid. Since this block was removed we were trying to send a request to mailchimp with an empty list_id and mailchimp was complainign with "404 resource not found"

if the div adds some kind of html problems you might just change the classes. You should not remove it!

Regards,
Daniel

P.S. I would appreciate a review over here: https://extensions.joomla.org/extension/cmc/ :)
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. CMC - Mailchimp for Joomla!
  3. # 1
  • Page :
  • 1


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

Last questions

New comments not appearing on refresh
Hello, Several users of my customers site are reporting that they don't see ne...
3 Replies
Posted on Friday, 25 October 2024
SEO Transfer
Hi We would like to try again as cms2cms did not work. We have installed Joom...
1 Replies
Posted on Wednesday, 02 March 2022
Can the comments forms show on category blog pages
I recently changed my blog page from showing only article intros to full article...
2 Replies
Posted on Monday, 21 October 2024
  • #category blog
  • #CComment 6
Email notifications not being sent to admin when n
I am not receiving notifications of new comments by email and I have searched th...
6 Replies
Posted on Thursday, 24 November 2022
Integration of Google Map in Jomsocial
Hi team, I would like to know if the version of Hotspot allows to display at ...
6 Replies
Posted on Wednesday, 07 September 2022