Closed (fixed)
Project:
Subprofiles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2015 at 23:13 UTC
Updated:
17 Mar 2015 at 01:34 UTC
Jump to comment: Most recent
In hook_install_tasks(), Subprofiles calls install_profile_info() to load the name of the profile being installed. However, because a second argument is not passed, the static cache in install_profile_info() is seeded with potentially incorrect locale information, triggering a bug in which the Locale module is not enabled in non-English installs. See #2351823: Error when installing Open Outreach in language other than English.
Read required information from the $install_state rather than loading.
Comments
Comment #2
nedjo