Closed (duplicate)
Project:
Mollom
Version:
6.x-1.16
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2013 at 01:13 UTC
Updated:
22 Jan 2013 at 18:16 UTC
Mollom sometimes checks fields of content that has no fields, generating a PHP warning that can litter watchdog logs. Apply the attached patch to fix.
| Comment | File | Size | Author |
|---|---|---|---|
| mollom-no_fields.patch | 858 bytes | john franklin |
Comments
Comment #1
john franklin commentedApplies to both 1.16 and 2.1
Comment #3
sunSorry for the late reply.
Apparently, this appears to be a duplicate of #804466: Orphan forms of other modules cause errors on administration page
I essentially created a very similar patch there, but the actual problem is that Mollom module is not notified when a content type is deleted. We'll have to figure this out over there. :)