- Posts: 37
- Thank you received: 0
404 Errors for ajax-loader.gif
15 Jun 2011 19:14 #1478
by herb_tea
404 Errors for ajax-loader.gif was created by herb_tea
joomlamailer version: 1.7
Joomla! version: 1.5.23
PHP version: 5.2.17
MySQL version: 5.1.51
I'm using sh404SEF and I've noticed 404 errors for "modules/mod_mailchimpsignup/assets/images/ajax-loader.gif" being generated on almost every page of the site. I have the signup module on almost every page so I suspect every time a page and this module is called it's generating this error.
The file is in fact in this directory and the permissions are 0755 on the dirs and 0644 on the file itself. The module does work and the spinning blue circle appears when a subscription request is submitted but I would really like to eliminate these errors and the server load.
Thanks,
Herb
Joomla! version: 1.5.23
PHP version: 5.2.17
MySQL version: 5.1.51
I'm using sh404SEF and I've noticed 404 errors for "modules/mod_mailchimpsignup/assets/images/ajax-loader.gif" being generated on almost every page of the site. I have the signup module on almost every page so I suspect every time a page and this module is called it's generating this error.
The file is in fact in this directory and the permissions are 0755 on the dirs and 0644 on the file itself. The module does work and the spinning blue circle appears when a subscription request is submitted but I would really like to eliminate these errors and the server load.
Thanks,
Herb
Please Log in or Create an account to join the conversation.
16 Jun 2011 12:25 #1525
by pete
Replied by pete on topic 404 Errors for ajax-loader.gif
Hi Herb,
I can't reproduce this. Would you please try something and let me know if it helps. Edit the file /modules/mod_mailchimpsignup/tmpl/default.php
Scroll to the very bottom. You should see a line starting with <div id="ajaxLoader
In that line it says: <img src="modules
Replace that part with:
<img src="<?php echo JURI::root();?>modules
Save the file, upload it to your server and see if it does the trick.
Kind regards,
Pete
I can't reproduce this. Would you please try something and let me know if it helps. Edit the file /modules/mod_mailchimpsignup/tmpl/default.php
Scroll to the very bottom. You should see a line starting with <div id="ajaxLoader
In that line it says: <img src="modules
Replace that part with:
<img src="<?php echo JURI::root();?>modules
Save the file, upload it to your server and see if it does the trick.
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
16 Jun 2011 18:33 #1528
by herb_tea
Replied by herb_tea on topic 404 Errors for ajax-loader.gif
Hi Pete,
Should there be a "/" after <?php echo JURI::root();?> or does this statement include that?
I'll give it a go and let you know what happens.
Thanks,
Herb
Should there be a "/" after <?php echo JURI::root();?> or does this statement include that?
I'll give it a go and let you know what happens.
Thanks,
Herb
Please Log in or Create an account to join the conversation.
16 Jun 2011 19:37 #1531
by pete
Replied by pete on topic 404 Errors for ajax-loader.gif
Yes, the / is included.
Please Log in or Create an account to join the conversation.
17 Jun 2011 01:49 #1532
by herb_tea
Replied by herb_tea on topic 404 Errors for ajax-loader.gif
Good job Pete This looks to have done the trick. I ran through a bunch of pages on the site with the module and not a single 404 error showing in sh404SEF.
I'll post back in couple of days to confirm there are no further errors.
Many thanks,
Herb
I'll post back in couple of days to confirm there are no further errors.
Many thanks,
Herb
Please Log in or Create an account to join the conversation.
17 Jun 2011 14:15 #1562
by pete
Replied by pete on topic 404 Errors for ajax-loader.gif
Great! I'll apply this fix to the next version.
Cheers
Cheers
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
I agree
Copyright 2010 freakedout.de - All Rights Reserved
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.