Problem/Motivation
Configuring field groups using the flexiform element group module has no effect.

Comments

rlmumford’s picture

I have confirmed that flexiform element group works with field_group version 7.x-1.1

rlmumford’s picture

It appears to not work with 7.x-1.2

rlmumford’s picture

Title: Field Element Group no longer renders the groups. » Field Element Group doesn't work with Field Group > 7.x-1.1
Status: Active » Needs review
StatusFileSize
new843 bytes
new843 bytes

So I tracked it down, for version 1.2 field groups switches to doing its rendering using a pre_render callback attached to the form so we need to add this to our hook but only if a recent version of field group is being used.

I also noticed that the line endings in this file were broken, so one of the patches solves that.

rlmumford’s picture

StatusFileSize
new4.09 KB
rlmumford’s picture

Status: Needs review » Fixed

  • Commit d6a48c1 on 7.x-1.x by rlmumford:
    Issue #2228389 by rlmumford: Field Element Group doesn't work with Field...
rlmumford’s picture

This is committed and a new beta7 has been released.

sreader’s picture

Issue tags: +install

When loading the new release I am experiencing the following error:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.flexiform_tags' doesn't exist: SELECT flexiform_tags.id AS id, flexiform_tags.tag AS tag FROM {flexiform_tags} flexiform_tags WHERE (id IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 1 ) in FlexiformController->attachLoad() (line 156 of /srv/bindings/074cc791a4b9481bb7ea963b9a655d73/code/sites/all/modules/flexiform/flexiform.entity.inc).

rlmumford’s picture

Hi sreader,

When you download the latest copy of the code you will have to navigate to yoursite.com/update.php or use drush updb to run necessary database updates.

That should fix your problem.

Status: Fixed » Closed (fixed)

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