Closed (fixed)
Project:
Flag
Version:
7.x-3.x-dev
Component:
Flag Bookmark
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2016 at 23:40 UTC
Updated:
22 Sep 2016 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joachim commentedWhat was the exact error message?
Comment #3
milodescI'm going to go out on a limb here and guess that this is the issue: https://www.drupal.org/node/2487215.
I believe the reference to the 'flag_bookmarks' module (note: not 'flag_bookmark' which is the actual name of the module) in flag_bookmark.views.inc might be the culprit.
This is totally untested, but I've seen a similar error message pop up with the same bug on other modules.
Does this patch fix your issue @dparsons01?
Comment #4
milodescHere's the error message I'm seeing after enabling the Flag Bookmark module:
Note that you'll only see this message if you've got Drupal core 7.50 installed.
Applying #3 made the error message go away, though further test are still needed. Leaving as 'Needs review'.
Comment #5
joachim commentedExcept there is no such module as flag_bookmarks!!! -- it's flag_bookmark, no 's'.
Comment #7
joachim commentedPatch makes sense to me -- committing. Thanks!
Comment #8
mitche42 commentedI had the same issue and the patch fixed it for me. Thanks!
Comment #9
joachim commentedRetitling so it's easier to find in the issue queue.
Comment #10
milodesc