The file_directory_path() function does not exist in D7. Here's a patch to replace it.

CommentFileSizeAuthor
fix_file_directory_path.patch615 byteskarens

Comments

karens’s picture

And there are more deprecated file functions in timeline_admin_settings_submit(). I can't figure out what that function is trying to do so have no idea how to fix it. There is a comment that it isn't needed in D7. If so, it needs to be removed or something because at the moment it causes fatal errors because of the non-existing functions.

xamanu’s picture

Status: Needs review » Fixed

Committed and pushed.

I further cleaned up the timeline_admin_settings_submit() and implemented the variable inclusion (as D7 no made it possible) directly into the theme function. No errors to expect here anymore.

Status: Fixed » Closed (fixed)

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