Closed (fixed)
Project:
Custom Formatters
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2010 at 16:37 UTC
Updated:
19 Oct 2011 at 10:40 UTC
I am getting this error: "Notice: Trying to get property of non-object in theme_custom_formatters_formatter() (line 429 of /sites/all/modules/custom_formatters/custom_formatters.module)." So I did a dump of $formatter and it was empty (which was why $formatter->mode was throwing this error). Looking a little higher, I saw that custom_formatters_formatter() was trying to load the formatter object, but it was sent the value "fieldset", and didn't recognize it as a valid formatter. I'm guessing this has something to do with the CCK Fieldgroup module.
Comments
Comment #1
decipheredHi joelstein,
I don't suppose you can provide any information on how to reproduce this issue?
An export of the formatter causing the issue plus some configuration information would be fantastic.
Cheers,
Deciphered.
Comment #2
decipheredI suspect that this has been fixed in the latest dev.