I described my problem in another post two days ago.
I assigned a vocabulary to a group and created a new group posting. After editing and selecting the terms I saved that posting with the specific terms. But they won't show up on the node view page.
Do I have to change my node.tpl in order to display the organic group terms?

Hope you can help me.

Best regards,

Sascha.

Comments

amitaibu’s picture

Version: 6.x-1.0-rc1 » master
Component: Miscellaneous » Code
Status: Active » Postponed (maintainer needs more info)

Are you using the latest DEV version?

SaschaBerlin’s picture

I'm currently using the rc1 version.

amitaibu’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Fixed

Then please try the DEV version. Re-open if not fixed.

SaschaBerlin’s picture

I installed the DEV version and run update.php and receive a warning:

    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\xampp\htdocs\lala\update.php on line 174.
    * user warning: Duplicate key name 'nid' query: ALTER TABLE og_vocab ADD INDEX nid (nid) in C:\xampp\htdocs\lala\includes\database.mysql-common.inc on line 434.
    * warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\lala\update.php on line 339.

And

The following queries were executed
og_vocab module
Update #1
    * No queries

Update #6000
    * ALTER TABLE {og_vocab} DROP PRIMARY KEY
    * ALTER TABLE {og_vocab} ADD PRIMARY KEY (vid)
    * Failed: ALTER TABLE {og_vocab} ADD INDEX nid (nid)

Update #6001
    * No queries

Did I do something wrong?

Status: Fixed » Closed (fixed)

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