I used i18n module and nodeprofile and after installing noderofile.module and usernode.module I get this error:

user warning: Column: 'status' in where clause is ambiguous query: SELECT n.nid FROM node n JOIN nodefamily nf ON nf.child_nid = n.nid LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND parent_nid = 129 AND status > 0 in ..........database.mysql.inc on line 120.

Comments

fago’s picture

Project: Node Profile » Node Family

I think I fixed it.

please update nodefamily and try again.

fago’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)