See attached screenshot. I'm converting a Drupal site to use Composer for all packages, but after using composer require 'drupal/bibcite:1.x-dev' to add Bibcite to composer.json, Drupal lists the module under Uninstalled Modules as "Bibliography & Citation," with version "Unknown" and indicating "Invalid Info" instead of "Up to date." Bibcite works fine, and each new dev version updates properly via Composer, but I don't know why it's listed like that in Drupal still. Other dev versions of modules I've installed using Composer simply disappeared from the Drupal Available Updates page altogether, since Composer handles their updates on its own.

To test this, I downgraded to alpha5 and found the same problem. It doesn't show up in alpha4, however.

System information
Drupal version: 8.5.0
Web server: Apache/2.4.18 (Ubuntu)
PHP version: 7.1.15
Database version: MySQL 5.5.59
Bibcite version: 1.x-dev 47d646d (updated today, 2018-03-20)

CommentFileSizeAuthor
2018-03-20_bibcite1.png71.2 KBhunterbuchanan

Comments

hunterbuchanan created an issue. See original summary.

  • adci_contributor committed 8beb257 on 8.x-1.x
    Issue #2954624 by hunterbuchanan: Drupal lists module as Uninstalled...

antongp’s picture

Status: Active » Fixed

Hello @hunterbuchanan! Thank you for your issue!

The problem was that the Bibliography & Citation - Endnote submodule contained project property in its .info.yml file which it should not actually contain. It's fixed in latest dev now. Also keep track on this issue for next tagged release: #2952746: [meta] 8.x-1.0-alpha6

Thanks!

hunterbuchanan’s picture

You're very welcome, and thank you @antongp and @adci_contributor for the help!

Status: Fixed » Closed (fixed)

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