Closed (fixed)
Project:
Provision
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Mar 2012 at 23:31 UTC
Updated:
18 Mar 2012 at 02:00 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nginx_radioactivity-6.x-1.x-1463494-1.patch | 1.33 KB | deciphered |
Comments
Comment #1
decipheredPatch attached.
Comment #2
omega8cc commentedCommitted to 6.x-1.x and 6.x-2.x:
http://drupalcode.org/project/provision.git/commit/9ea35d8abb8f250645d78...
http://drupalcode.org/project/provision.git/commit/1c905de9a298aa058bbc4...
Thanks!
Comment #3
decipheredIt 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.
Comment #4
omega8cc commentedFix committed both to 6.x-1.x and 6.x-2.x
Thanks for the heads up!