Download & Extend

Updating og-7.14 to -7.x-2.x dev

Project:Organic groups
Version:7.x-2.x-dev
Component:og.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

Cannot update or install og where og is already installed on server.
--It won't overwrite the installed module and removing the og moduel will kill the site.
--It did successfully overwrite on my home installation.
I have all og sub modules off but cannot switch og off because it reports: needed in fields shown in field list.
Have previously tried removing og fields from content types and found it renders content types invisible to Add Content.

On my home site I cannot use og migrate tool as it finds errors in membership, Dont know what to do about that

AttachmentSizeStatusTest resultOperations
fieldlist.png54.89 KBIgnored: Check issue status.NoneNone
og-migrate-failed.png51.18 KBIgnored: Check issue status.NoneNone

Comments

#1

Did you execute update.php?

#2

I believe I'm having the same issue. Whenever I attempt to run the og-migrate, I am returned to the administrative configuration page/overlay with the same

Organic groups or one of its modules needs to migrate data. Organic groups may not work properly without it. After a successful execution you can disable it.

message displaying.

I have run the update script and have run it multiple times just to be sure. I either get the "No pending updates" message or I receive the following error:

Fatal error: Call to undefined function og_get_context_by_url() in /my_location/sites/all/modules/og_create_perms/og_create_perms.module on line 9

#3

Status:active» postponed (maintainer needs more info)

Fatal error: Call to undefined function og_get_context_by_url() in /my_location/sites/all/modules/og_create_perms/og_create_perms.module on line 9

Please read the fatal error message -- it's not OG.

#4

I understand that update error isn't OG, however, that doesn't occur normally, nor does it explain why the og-migrate isn't executing.

#5

The og_create_perms module is calling a function that was defined in the OG module but doesn't exist in the new 7.x-2.x version.

og_create_perms is not compatible with the new 2.x version of OG, but you shouldn't need it anyway since OG added group-based create permissions. Just disable the og_create_perms module.