When viewing my status report, I get an error in yellow:

The following token types do not have any tokens defined:

$info['tokens']['config']

A related issue is here in the Token queue and Dave Reid says it must be fixed in the offending module: http://drupal.org/node/1265848

Thanks.

Comments

blitux’s picture

Any progress (or patch) for this bug? I've updated the module to 7.x.1.x-dev (2013-jan-03) and the bug is still there.

Any idea on how to fix it or what's causing the notice in status report? Does this bug affects functionality or is it just a notice?

Thank you.

liza’s picture

commenting to say i have the same problem

rviverma’s picture

Just to add that I am having the same problem.

hojjat.changizikhah’s picture

Sub.

extqy’s picture

I found the problem. Is in the file config_builder.module in line 309.

if ('fieldset' == $index->type)

It checks if the form has a fieldset (#tree = TRUE).

Create a fieldset with #tree = TRUE option and the problem is solved.

vinmassaro’s picture

Issue summary: View changes
Status: Active » Fixed

Looks like this is fixed by this commit and available in 7.x-1.x-dev: http://drupalcode.org/project/config_builder.git/blobdiff/437a11faeffe67...

Status: Fixed » Closed (fixed)

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