can't insert all rows to cs_posts_downloads_custom

can't insert all rows to cs_posts_downloads_custom

This question is not answered

we have  created a table called cs_posts_downloads_custom to track downloads from which ip address. in this table row in inserted after the table cs_posts_downloads table.we write the code at page load to insert in to cs_posts_downloads_custom. but we face one problem for that some rows are inserted in the table and some rows are not inserted in the table. so can you suggest some solution why row are not inserted all the time.

Thanks..

All Replies
  • Hi Hardik. I have a few questions. What does "download" mean in this sense? Viewing? Is it only for a specific type of post? Media files already track downloads, for instance. Also, to what event are you binding to record this action, and how are you binding it?  Also, have you taken into account any client or in-between caches that may be affecting this?