function timeline_validate_library uses the function file_check_directory. This requires that the directory exists AND is writable. I haven't seen any reason that this need to be writable so couldn't it just use file_exists? This can throw odd errors otherwise where it claims you don't have the library installed locally.

CommentFileSizeAuthor
#2 timeline-writable_fix-1433262_2.patch724 bytesJosh Benner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

beck24’s picture

I just came here to report the exact same thing.

Fixed on my local copy with no complications.

Line 159 of timeline.module

   if (is_dir($timeline_path)) {
Josh Benner’s picture

Status: Active » Reviewed & tested by the community
FileSize
724 bytes

Fix in #1 confirmed. Patch attached.