Hi,
I'm running this module on a subsite installation, and it doesn't appear to work in this context.
Everything seems alright, clicking on "Run checklist" takes off. Then, it would stop with an error message along the lines of
Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/my/site/modules/security_review/security_review.checks.inc on line 40
Directing the broswer back to /admin/reports/security-review shows a whole bunch of error messages, all of the type
warning: opendir(./sites/ecmlpkdd2008.org/unpack) [function.opendir]: failed to open dir: Permission denied in /path/to/my/site/modules/security_review/security_review.checks.inc on line 29.
Indeed: The directory ./sites/ecmlpkdd2008.org does not exist. It is actually another subsite of the Drupal installation this site is based upon.
Cheers,
Nico
Comments
Comment #1
coltraneOk, the module needs some more fault tolerance. It could check if a file can be read before trying to open.
Comment #2
coltraneGive this a try against Security Review 6.x-1.x-dev
Comment #3
coltraneI've gone ahead and committed this http://drupal.org/cvs?commit=472914
Please give the 1.x-dev release a try and re-open this issue if you still experience it.