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

CommentFileSizeAuthor
#2 989314-security_review-readable-dir.patch835 bytescoltrane

Comments

coltrane’s picture

Ok, the module needs some more fault tolerance. It could check if a file can be read before trying to open.

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new835 bytes

Give this a try against Security Review 6.x-1.x-dev

coltrane’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Needs review » Fixed

I'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.

Status: Fixed » Closed (fixed)

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