Closed (fixed)
Project:
Open Academy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Aug 2012 at 06:45 UTC
Updated:
20 Oct 2013 at 20:20 UTC
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
Comment #1
drupa11y commentedAdditional 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
Comment #2
drupa11y commentedAfter 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"
Comment #3
mrfelton commentedtaxonomy_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
Comment #5
mrfelton commented