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.

Comments

dparsons01 created an issue. See original summary.

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

What was the exact error message?

milodesc’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new657 bytes

I'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?

milodesc’s picture

Here's the error message I'm seeing after enabling the Flag Bookmark module:

User warning: The following module is missing from the file system: flag_bookmarks. In order to fix this, put the module back in its original location. For more information, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1153 of ...bootstrap.inc).

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'.

joachim’s picture

flag_bookmark/includes/flag_bookmark.views.inc
17:        'path' => drupal_get_path('module', 'flag_bookmarks') . '/plugins',

Except there is no such module as flag_bookmarks!!! -- it's flag_bookmark, no 's'.

  • joachim committed 66f150b on 7.x-3.x authored by milodesc
    Issue #2793293 by milodesc: Fixed typo in module name in call to...
joachim’s picture

Status: Needs review » Fixed

Patch makes sense to me -- committing. Thanks!

mitche42’s picture

I had the same issue and the patch fixed it for me. Thanks!

joachim’s picture

Title: Version 3.8 does not install correctly. » Version 3.8 does not install correctly: "The following module is missing from the file system: flag_bookmarks"

Retitling so it's easier to find in the issue queue.

milodesc’s picture

Status: Fixed » Closed (fixed)

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