Closed (outdated)
Project:
File Integrity Check
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Jun 2015 at 16:24 UTC
Updated:
4 Aug 2022 at 14:47 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedAt admin/config/system/file_integrity I get this:
And at batch?op=start&id=48 I get this:
Comment #2
gisleThanks for reporting this.
The problem is due to a constant passed to scandir that did not exist prior to PHP 5.4.0:
I presume your site uses an older PHP version?
PHP 5.4.0 is recommended, but not required for Drupal 7. Replacing the constant with 0 (ascending sorting order) should cure it.
Comment #4
gisleChanges pushed. Please review.
Comment #5
Anonymous (not verified) commentedAh, you are correct, the server has php version 5.3.29. I really appreciate how quickly you fixed that! I'm going to test it now and update you. :-)
Comment #6
Anonymous (not verified) commentedSeems to work fine now, thanks!
Comment #7
gisleI am no longer maintaining this, so there will not be a full release unless somebody else adopts it.
Instead, I use git to monitor file integrity.