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

deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

Hi 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.

deciphered’s picture

Status: Postponed (maintainer needs more info) » Fixed

I suspect that this has been fixed in the latest dev.

Status: Fixed » Closed (fixed)

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