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

Comment input field is not displayed
If I want to leave a comment on a post, I click on the button and a new page wit...
2 Replies
Posted on Friday, 20 December 2024
  • New
  • HotSpots Pro 6.0.12 crashes on FrontEnd with Conso
    Hi there, Not sure what happened but all of a sudden nothing shows up and giv...
    3 Replies
    Posted on Wednesday, 11 December 2024
    CComment - field - website address
    Hello In previous versions of CComment, it was possible to enable a field in ...
    0 Replies
    Posted on Saturday, 14 December 2024
  • New
  • Profile image for admin not showing
    Hi, profile image for administrator is not showing in comment. https://www.hu...
    0 Replies
    Posted on Friday, 13 December 2024
    How can I integrate the CComment input field into
    I’ve created com_content and a module for displaying the latest comments, which ...
    3 Replies
    Posted on Friday, 06 December 2024
    • #CComment
    • #comments
    • #module
    • #comments editor
    • #Ccomment Pro
    • #Joomla 5