I see this comment on radioactivity in a multisite setup: http://drupal.org/node/1918338

on the admin page, radioactivity gives me the option of setting my host and setting up a file for each site that must be copied to the radioactivity directory.

If I have to copy code, shouldn't radioactivity be in sites//modules/radioactivity?

wouldn't this have an effect on commons install?

Comments

devin carlson’s picture

Version: » 7.x-3.x-dev
Issue summary: View changes
Status: Active » Fixed
Related issues: +#1918338: Setting it up for multisite

Any 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 not file_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.

Status: Fixed » Closed (fixed)

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