6.x release not compatible with 6.4 core

thomasabeel - December 4, 2008 - 08:35
Project:OG Menu
Version:6.x-1.3
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

After installing the module, I am unable to enable it.
I get the following error message:
This version is incompatible with the 6.4 version of Drupal core.

#1

msaspence - January 9, 2009 - 10:53

Changing the og_menu.info file to the following (notice the difference in the dependencies line) allows you to install, I haven't testing whether it works or not.

; $Id: og_menu.info,v 1.1 2007/10/26 14:45:36 leonk Exp $
name = "OG Menu"
description = "Provides flexible menu control based on organic groups"
dependencies[] = og
dependencies[] = menu
package = "Organic groups"
; Information added by drupal.org packaging script on 2008-11-20
version = "6.x.x-dev"
core = 6.x
project = "og_menu"
datestamp = "1227139909"

#2

maxchock - January 9, 2009 - 14:42

after I change the *.info file, and it is able to install. But I believe it's because it's still not ready for 6.x, so the error below occurs.

* warning: Missing argument 1 for og_menu_menu() in /home/buddyjoy/domains/buddyjoy.com/public_html/sites/all/modules/og_menu/og_menu.module on line 42.
* warning: Missing argument 1 for og_menu_menu() in /home/buddyjoy/domains/buddyjoy.com/public_html/sites/all/modules/og_menu/og_menu.module on line 42.

#3

wesku - January 30, 2009 - 17:07

You still have the 5.x version. All menu related stuff works differently in D6.x and the module needs to be ported. There seems to be a lot of confusion around this module currently.

#4

ashsc - January 30, 2009 - 20:10
Version:6.x-1.x-dev» 6.x-1.3
Status:active» closed

I was having trouble with CVS not uploading the proper version numbers. I think I have a handle on it now. It seems to be downloading fine for me. Please email me if you're having trouble. Thanks for your patience and I'm sorry for the issues.

This should be compatible with 6.4. I've used it from 6 on up to 6.9 with buggy behaviors which should now be fixed.

 
 

Drupal is a registered trademark of Dries Buytaert.