* 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
Comment #1
dragonwize commentedok, 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?
Comment #2
Flying Drupalist commentedYep. :) Curley braces?
I'll test it as soon as a package is made. Thank you.
Comment #3
dragonwize commentedfixed. new release wrapped.