
I fixed the comments today for media posts. Not sure how things got to the way they were, but several issues where present:
- the IA module was not setting the comment field to 2 (allow comments) for new entries before saving them (that was the least of the bugs I found there; there were bigger issues with file records being saved with invalid node id's and the use of archived files in quota measurements).
- as a result, over 100,000 media records had comments field set to 0, which is off. I set all media records comments field values to 2 and so now commenting is back.
I was testing the web service to display a video and noticing some extraneous JQuery code
<script type="text/javascript">
$(document).ready(function() {
$("body").append("");
});
</script>
This was causing javascript errors in routines that were designed to return media viewer embed code and I needed to get rid of it.
Recent comments
51 weeks 6 days ago
1 year 2 weeks ago
1 year 4 weeks ago
1 year 5 weeks ago
1 year 7 weeks ago
1 year 7 weeks ago
1 year 11 weeks ago
1 year 12 weeks ago