user warning: Unknown column 'opf.gid' in 'field list'
query: select pf.fid, pf.name, opf.gid from profile_fields pf
left join og_profiles_fields opf on (pf.fid = opf.fid)
where gid = 0 or gid is null order by weight asc in /var/www/regenboog/public/sites/default/modules/og_profiles/og_profiles.module on line 286.