* user warning: Unknown column 'role.name' in 'field list' query: SELECT bf.*, role.name FROM _better_formats_defaults AS bf INNER JOIN _role ON bf.rid = role.rid WHERE bf.type IN ('node') ORDER BY bf.type_weight DESC, bf.weight, role.rid in /home/webadmin/html/sites/all/modules/better_formats/better_formats.module on line 475.
* user warning: Unknown column 'role.name' in 'field list' query: SELECT bf.*, role.name FROM _better_formats_defaults AS bf INNER JOIN _role ON bf.rid = role.rid WHERE bf.type IN ('comment') ORDER BY bf.type_weight DESC, bf.weight, role.rid in /home/webadmin/html/sites/all/modules/better_formats/better_formats.module on line 475.
* warning: Invalid argument supplied for foreach() in /home/webadmin/html/sites/all/modules/better_formats/better-formats-defaults-admin-form.tpl.php on line 35.
* warning: Invalid argument supplied for foreach() in /home/webadmin/html/sites/all/modules/better_formats/better-formats-defaults-admin-form.tpl.php on line 59.

I get this on the defaults page for input format.

Comments

dragonwize’s picture

ok, found an issue in the code that would give those errors if you were using a table prefix. That will be fixed in the next release, later today.

Can you confirm that you are using a table prefix?

Flying Drupalist’s picture

Yep. :) Curley braces?

I'll test it as soon as a package is made. Thank you.

dragonwize’s picture

Status: Active » Fixed

fixed. new release wrapped.

Status: Fixed » Closed (fixed)

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