I installed the folowing modules in a customized D 7.15:
openacademy-modules/openacademy_core
openacademy-modules/openacademy_courses
openacademy-modules/openacademy_events
openacademy-modules/openacademy_news
openacademy-modules/openacademy_people
openacademy-modules/openacademy_publications

... and get this error when enabling the Demo Content-Modules:
Fatal error: Call to undefined function taxonomy_menu_handler() in /Applications/MAMP/htdocs/100_Projects/relevantiveIntranet/sites/default/modules/openacademy-modules/openacademy_people/openacademy_people_democontent.install on line 89

Comments

drupa11y’s picture

Additional infos from the error-log:

Type php
Date Tuesday, 28 August, 2012 - 08:42
User admin
Location http://d7relevantive.dev/admin/modules/list/confirm
Referrer
Message Strict warning: Only variables should be passed by reference in user_details_help() (line 21 of /Applications/MAMP/htdocs/100_Projects/relevantiveIntranet/sites/default/modules/user-modules/user_details/user_details.module).
Severity debug
Hostname 127.0.0.1
Operations

Type php
Date Tuesday, 28 August, 2012 - 08:41
User admin
Location http://d7relevantive.dev/admin/modules/list/confirm
Referrer
Message Notice: Undefined variable: replacements in uuid_tokens() (line 95 of /Applications/MAMP/htdocs/100_Projects/relevantiveIntranet/sites/default/modules/coreExtending-Modules/uuid/uuid.tokens.inc).
Severity notice
Hostname 127.0.0.1
Operations

drupa11y’s picture

After turning off "UUID" module, there´s no depency, I get "Fatal error: Call to undefined function entity_uuid_load() in /Applications/MAMP/htdocs/100_Projects/relevantiveIntranet/sites/default/modules/openacademy-modules/openacademy_core/openacademy_core_democontent.module on line 6"

mrfelton’s picture

Project: Open Academy » Open Academy Core
Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Assigned: Unassigned » mrfelton
Status: Active » Fixed

taxonomy_menu is now a dependency of openacademy_core, and openacademy_core is a dependency of all of the other open academy apps. So, this issue should be resolved in most recent dev code. Also, the issue with disabling uuid has been resolved in http://drupalcode.org/project/openacademy_core.git/commit/5589df5

Status: Fixed » Closed (fixed)

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

mrfelton’s picture

Project: Open Academy Core » Open Academy