I am receiving a fatal error when I load a page with an mp3player on it.

"Fatal error: Call to undefined function libraries_get_path() in [...]"

It looks like the libraries modules has not been added as a dependency of this module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

superspring’s picture

Status: Active » Needs review
FileSize
1.57 KB

This patch addresses this issue.

markie’s picture

The Libraries module is a dependency in the .info file. I just tried to enable this module without the libraries module, and it wouldn't enable until I downloaded the libraries module. Once I downloaded the libraries module, the mp3player module loaded without issue. This was off of a fresh checkout of 7.x-2.x. @superspring, can you please do a fresh pull and see if you can replicate this?

shantanu1’s picture

If you check https://drupal.org/project/mp3player page you can see "Requirements" section where it is mention that Libraries module is require.
In .info file you can find the dependencies "libraries".

markie’s picture

Status: Needs review » Closed (works as designed)

Closing issue.