The Radioactivity module requires a standalone php file to be run to actually work, the file is located inside the modules directory: eg., sites/all/radioactivity/emit.php

The default configuration for Nginx packaged with Aegir prevents any unknown php files from being accessed and therefore breaking the Radioactivity module.

Patch in first comment.

Comments

deciphered’s picture

Status: Active » Needs review
StatusFileSize
new1.33 KB

Patch attached.

omega8cc’s picture

Assigned: Unassigned » omega8cc
Status: Needs review » Fixed
deciphered’s picture

Status: Fixed » Active

It appears that the change you made to the config now only allows the modules (such as radioactivity) to have executable php scripts if they live in sites/*/..., which is a problem if you want to use the distribution style Drupal site and use profiles/*/....

I'm hoping this was just an oversite.

omega8cc’s picture

Status: Active » Fixed

Fix committed both to 6.x-1.x and 6.x-2.x

Thanks for the heads up!

Status: Fixed » Closed (fixed)

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