Closed (fixed)
Project:
OG Extras
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2012 at 13:07 UTC
Updated:
23 May 2013 at 14:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
KHofmeyer commentedComment #2
jaarong commentedSame here
Comment #3
rfulcher commentedSame here. Install all other modules fine but when I go to enable extras I get this message...
Fatal error: Call to undefined function og_get_all_group_bundle() in /home2/iwatllcc/public_html/wedoflood/sites/all/modules/og_extras/includes/og_extras.views_default.inc on line 7
Comment #4
eojthebraveWhat version of OG are you using? Based on the error I'm guessing that you're using OG 7.x-1.x. This module is only compatible with organic groups 7.x-2.x. Can you first confirm that you're using the 2.x branch of og. Thanks!
Comment #5
jaarong commentedThat is the case for me, sorry, thought I assumed I was using 2.0 when I downloaded, then forgot to check that before submitting an issue.
Comment #6
eojthebraveI think we should consider adding a version number to the .info dependency on og.
dependencies[] = og (2.x)Comment #7
david lesieur commentedThis patch adds the version number to the OG dependency.
It also fixes the module's description, specifying the required version number in the standard form ("7.x-2.x" instead of "7.2").
Comment #8
david lesieur commentedComment #9
eojthebraveThanks @David. I went ahead and committed the portion that declares a required version and updated the description line by just removing the version information all together. With the required version in the dependency line Drupal will warn you that you need the 2.x version of og and not allow you to install this module without it so I didn't really think it was necessary.
http://drupal.org/commitlog/commit/38132/679d2759fad853e46a9f3b400f7155b...
Comment #11
jan-e commentedIs there any reason why you did not apply this patch to OG Extras 7.x-1.1 ?
Comment #12
eojthebraveThe patch is in the -dev version, at some point we'll release a new version (e.g. 7.x-1.2) and the fix will be in that version as well just haven't release new version yet.
Comment #13
juanjo_vlc commentedWhat about updating release number to match OG release number?
It would be easy associate OG Extras 7.x-2.x with OG 7.x-2.x.
Comment #13.0
juanjo_vlc commentedUpdated with more information