Hello,
i have a drupal site - kudlakart.com
its working fantastic.

recently i installed new modules (disqus, feedback, captcha)
1) i clear cache - they are working.
2) i reload page - they are not working.
3) reload, reload or open in other browser - no use.
4) i clear cache again - they are working.
5) again reload page - not working.
6) i thought its issue with caching, so disabled memcache, apc, varnish - still not working
7) emptied cache_form table using db_maintenance - still no use.

its stopping me from all other work. site is working fine but new module installation is essential for my site. (for good comment system, to collect feedback, to prevent spam etc)
(marked critical because i am getting hundreds spam registrations and spam feedbacks a day as captcha or honeypot is not working)
I am getting no other options and contacting you.

please please please help
Thank you

Comments

goblin29’s picture

Try to clear cache by using mysql command

truncate table cache ;
truncate table cache_block ;
truncate table cache_bootstrap ;
truncate table cache_field ;
truncate table cache_filter ;
truncate table cache_form ;
truncate table cache_image ;
truncate table cache_menu ;
truncate table cache_page ;
truncate table cache_path ;
truncate table cache_token ;
truncate table cache_update ;
truncate table cache_entity; 
karthikbhat’s picture

goblin29 Thank you.

i have installed advagg module. mysteriously it solved the problem. If same problem occurs, i will try your solution.

Thank you very much.

karthikbhat’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.