I installed version 3.8 and got an error message after installing and enabling the Flag Bookmark module (Flag was enabled first). Error message on the Modules administration page stated that the Flag Bookmark module was not in the right location, would I please put it back. I checked. It was in the right location. I disabled, uninstalled, and deleted version 3.8. Installed version 3.7. It worked fine. Noted that it had the same file structure.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flag-flag_bookmark_location_error-2793293-3-D7.patch | 657 bytes | milodesc |
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