Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 19:30 UTC
Updated:
26 Jun 2014 at 17:00 UTC
Jump to comment: Most recent
Comments
Comment #1
devin carlson commentedAny module should still be able to function properly in a multisite environment when left in
profiles/commons/modules/contrib. If it doesn't then I'd suggest filing a bug against the module.I did notice that the Radioactivity settings form is using
sys_get_temp_dir()and notfile_directory_temp()so it isn't storing incident files per site. I'd have to dig deeper into the module to verify but if Radioactivity isn't including information about which site the incidents belong to in the storage files then there may be issues that would require a hack like the one mentioned in #1918338-1: Setting it up for multisite or better integration with the Drupal file API.