Posted by arelem on May 9, 2012 at 8:52am
5 followers
Jump to:
| 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
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| fieldlist.png | 54.89 KB | Ignored: Check issue status. | None | None |
| og-migrate-failed.png | 51.18 KB | Ignored: Check issue status. | None | None |
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
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:
#3
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.