Hi just updated Drupal 7 to the latest version and updated all modules and a new admin menu item appeared "Status Report >> Libraries "url: admin/reports/libraries" and I get the message "There are currently no libraries installed" but there are. superfish, colorbox, and a few more.

Anny suggestions? Should i worry?

Edz..

Comments

ranitz created an issue. See original summary.

hass’s picture

I only see colorbox listed, but have ckedior and chosen installed, too.

howdytom’s picture

I am also using CKeditor module. The libraries overview remains emtpy with Libraries 7.x-2.3. Is this a bug?

tstoeckler’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Component: Miscellaneous » User interface
Category: Support request » Bug report

So the problem is the following: In Libraries API 2.x we added the ability of modules to provide metadata about their libraries and the Libraries API would handle the loading for them. However, a number of modules are still using the 1.x API of simply using libraries_get_path() to figure out where the library resides in. The UI currently only lists libraries it has metadata about, i.e. people using the 2.x API.

We could do a bit better and at the very list show a list of libraries that are installed, that we have no metadata about, so marking as a bug report.

tstoeckler’s picture

tstoeckler’s picture

So over in #2724925: Separate installed from uninstalled libraries + display unregistered (but available) libraries we fixed a similar problem and as part of that, Libaries API now lists unregistered libraries. Since that was already committed all you have to do is try out the latest development snapshot to see the new code. Does that sufficiently solve this problem?

tstoeckler’s picture

Status: Active » Closed (duplicate)

OK, let's move any further follow-up there, to consolidate the discussion (if any).