The file_directory_path() function does not exist in D7. Here's a patch to replace it.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_file_directory_path.patch | 615 bytes | karens |
The file_directory_path() function does not exist in D7. Here's a patch to replace it.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_file_directory_path.patch | 615 bytes | karens |
Comments
Comment #1
karens commentedAnd 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.
Comment #2
xamanu commentedCommitted 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.